Class SessionRegistry
java.lang.Object
com.swiftmq.impl.mqtt.session.SessionRegistry
- All Implemented Interfaces:
com.swiftmq.swiftlet.timer.event.TimerListener, EventListener
public class SessionRegistry
extends Object
implements com.swiftmq.swiftlet.timer.event.TimerListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidassociateSession(String clientId, AssociateSessionCallback callback) voidclose()voiddisassociateSession(String clientId, MQTTSession session) voidvoidremoveSession(String clientid) toString()
-
Constructor Details
-
SessionRegistry
- Throws:
Exception
-
-
Method Details
-
performTimeAction
public void performTimeAction()- Specified by:
performTimeActionin interfacecom.swiftmq.swiftlet.timer.event.TimerListener
-
associateSession
-
disassociateSession
-
removeSession
-
close
public void close() -
toString
-