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 to TopicManager
    Since:
    December 2008
    • 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)  
      • Methods inherited from interface org.springframework.context.ApplicationListener

        onApplicationEvent
    • 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