ome.services.blitz.fire
Interface TopicManager
- All Superinterfaces:
- org.springframework.context.ApplicationListener, EventListener
- All Known Implementing Classes:
- TopicManager.Impl
public interface TopicManager
- extends org.springframework.context.ApplicationListener
Local dispatcher to TopicManager
- Since:
- December 2008
- Author:
- Josh Moore, josh at glencoesoftware.com
Method Summary |
void |
register(String topicName,
Ice.ObjectPrx prx,
boolean strict)
Enforces no security constraints. |
void |
unregister(String topicName,
Ice.ObjectPrx prx)
|
Methods inherited from interface org.springframework.context.ApplicationListener |
onApplicationEvent |
register
void register(String topicName,
Ice.ObjectPrx prx,
boolean strict)
throws omero.ServerError
- Enforces no security constraints. For the moment, that is the
responsibility of application code. WILL CHANGE>
- Throws:
omero.ServerError
unregister
void unregister(String topicName,
Ice.ObjectPrx prx)
throws omero.ServerError
- Throws:
omero.ServerError
OmeroJava Api
Version: Beta4.2.1-r8614-Beta4.2-b41
Copyright © 2009 The University of Dundee. All Rights Reserved.