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
-
Field Summary
Fields inherited from class com.swiftmq.swiftlet.Swiftlet
STATE_ACTIVE, STATE_INACTIVE, STATE_STANDBY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidcom.swiftmq.mgmt.EntitygetConnectionTemplate(String name) protected com.swiftmq.tools.concurrent.Semaphorevoidprotected voidshutdown()protected voidstartup(com.swiftmq.mgmt.Configuration config) Methods inherited from class com.swiftmq.swiftlet.Swiftlet
getName, getStartupTime, getState, isSnapshotAvailable, resume, setStartupTime, standby
-
Constructor Details
-
MQTTSwiftlet
public MQTTSwiftlet()
-
-
Method Details
-
performTimeAction
public void performTimeAction()- Specified by:
performTimeActionin interfacecom.swiftmq.swiftlet.timer.event.TimerListener
-
adminToolActivated
public void adminToolActivated()- Specified by:
adminToolActivatedin interfacecom.swiftmq.swiftlet.mgmt.event.MgmtListener
-
adminToolDeactivated
public void adminToolDeactivated()- Specified by:
adminToolDeactivatedin interfacecom.swiftmq.swiftlet.mgmt.event.MgmtListener
-
getConnectionTemplate
-
getShutdownSemaphore
protected com.swiftmq.tools.concurrent.Semaphore getShutdownSemaphore() -
startup
protected void startup(com.swiftmq.mgmt.Configuration config) throws com.swiftmq.swiftlet.SwiftletException - Specified by:
startupin classcom.swiftmq.swiftlet.Swiftlet- Throws:
com.swiftmq.swiftlet.SwiftletException
-
shutdown
protected void shutdown() throws com.swiftmq.swiftlet.SwiftletException- Specified by:
shutdownin classcom.swiftmq.swiftlet.Swiftlet- Throws:
com.swiftmq.swiftlet.SwiftletException
-