public interface TopicManager
extends org.springframework.context.ApplicationListener
TopicManager| Modifier and Type | Interface and Description | 
|---|---|
| static class  | TopicManager.Impl | 
| static class  | TopicManager.TopicMessage | 
| Modifier and Type | Method and 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) | 
void register(java.lang.String topicName,
              Ice.ObjectPrx prx,
              boolean strict)
       throws ServerError
ServerErrorvoid unregister(java.lang.String topicName,
                Ice.ObjectPrx prx)
         throws ServerError
ServerError