Package ome.services.blitz.fire
Interface TopicManager
-
- All Superinterfaces:
org.springframework.context.ApplicationListener,java.util.EventListener
- All Known Implementing Classes:
TopicManager.Impl
public interface TopicManager extends org.springframework.context.ApplicationListenerLocal dispatcher toTopicManager- Since:
- December 2008
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classTopicManager.Implstatic classTopicManager.TopicMessage
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidregister(java.lang.String topicName, Ice.ObjectPrx prx, boolean strict)Enforces no security constraints.voidunregister(java.lang.String topicName, Ice.ObjectPrx prx)
-
-
-
Method Detail
-
register
void register(java.lang.String topicName, Ice.ObjectPrx prx, boolean strict) throws ServerErrorEnforces no security constraints. For the moment, that is the responsibility of application code. WILL CHANGE- Throws:
ServerError
-
unregister
void unregister(java.lang.String topicName, Ice.ObjectPrx prx) throws ServerError- Throws:
ServerError
-
-