Class MQTTSwiftlet

java.lang.Object
com.swiftmq.swiftlet.Swiftlet
com.swiftmq.impl.mqtt.MQTTSwiftlet
All Implemented Interfaces:
com.swiftmq.swiftlet.mgmt.event.MgmtListener, com.swiftmq.swiftlet.timer.event.TimerListener, EventListener

public class MQTTSwiftlet extends com.swiftmq.swiftlet.Swiftlet implements com.swiftmq.swiftlet.timer.event.TimerListener, com.swiftmq.swiftlet.mgmt.event.MgmtListener
  • Constructor Details

    • MQTTSwiftlet

      public MQTTSwiftlet()
  • Method Details

    • performTimeAction

      public void performTimeAction()
      Specified by:
      performTimeAction in interface com.swiftmq.swiftlet.timer.event.TimerListener
    • adminToolActivated

      public void adminToolActivated()
      Specified by:
      adminToolActivated in interface com.swiftmq.swiftlet.mgmt.event.MgmtListener
    • adminToolDeactivated

      public void adminToolDeactivated()
      Specified by:
      adminToolDeactivated in interface com.swiftmq.swiftlet.mgmt.event.MgmtListener
    • getConnectionTemplate

      public com.swiftmq.mgmt.Entity getConnectionTemplate(String name)
    • getShutdownSemaphore

      protected com.swiftmq.tools.concurrent.Semaphore getShutdownSemaphore()
    • startup

      protected void startup(com.swiftmq.mgmt.Configuration config) throws com.swiftmq.swiftlet.SwiftletException
      Specified by:
      startup in class com.swiftmq.swiftlet.Swiftlet
      Throws:
      com.swiftmq.swiftlet.SwiftletException
    • shutdown

      protected void shutdown() throws com.swiftmq.swiftlet.SwiftletException
      Specified by:
      shutdown in class com.swiftmq.swiftlet.Swiftlet
      Throws:
      com.swiftmq.swiftlet.SwiftletException