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.ApplicationListener
Local dispatcher toTopicManager
- Since:
- December 2008
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
TopicManager.Impl
static class
TopicManager.TopicMessage
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
register(java.lang.String topicName, Ice.ObjectPrx prx, boolean strict)
Enforces no security constraints.void
unregister(java.lang.String topicName, Ice.ObjectPrx prx)
-
-
-
Method Detail
-
register
void register(java.lang.String topicName, Ice.ObjectPrx prx, boolean strict) throws ServerError
Enforces 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
-
-