Class AMQPSwiftlet

    • Constructor Detail

      • AMQPSwiftlet

        public AMQPSwiftlet()
    • Method Detail

      • getConnectionTemplate

        public Entity getConnectionTemplate​(java.lang.String name)
      • getShutdownSemaphore

        protected Semaphore getShutdownSemaphore()
      • adminToolActivated

        public void adminToolActivated()
        Description copied from interface: MgmtListener
        Will be called from the Mgmt Swiftlet when an admin tool is activated.
        Specified by:
        adminToolActivated in interface MgmtListener
      • adminToolDeactivated

        public void adminToolDeactivated()
        Description copied from interface: MgmtListener
        Will be called from the Mgmt Swiftlet when an admin tool is deactivated.
        Specified by:
        adminToolDeactivated in interface MgmtListener
      • startup

        protected void startup​(Configuration configuration)
                        throws SwiftletException
        Description copied from class: Swiftlet
        Start this Swiftlet. Called from the SwiftletManager during router start. The Swiftlet configuration is passed as parameter.
        Specified by:
        startup in class Swiftlet
        Parameters:
        configuration - Swiftlet configuration.
        Throws:
        SwiftletException - on error during startup.