Interface MgmtListener

  • All Superinterfaces:
    java.util.EventListener
    All Known Implementing Classes:
    AMQPSwiftlet, JMSSwiftlet, MQTTSwiftlet, RouterMemoryMeter, StableStore

    public interface MgmtListener
    extends java.util.EventListener
    A MgmtListener is activated if an admin tool (SwiftMQ Explorer/CLI) is activated or deactivated to inform other Swiftlet to, e.g., start resp. stop collectors.
    Author:
    IIT GmbH, Bremen/Germany, Copyright (c) 2000-2002, All Rights Reserved
    • Method Detail

      • adminToolActivated

        void adminToolActivated()
        Will be called from the Mgmt Swiftlet when an admin tool is activated.
      • adminToolDeactivated

        void adminToolDeactivated()
        Will be called from the Mgmt Swiftlet when an admin tool is deactivated.