Class StreamsSwiftlet
java.lang.Object
com.swiftmq.swiftlet.Swiftlet
com.swiftmq.impl.streams.StreamsSwiftlet
- All Implemented Interfaces:
com.swiftmq.swiftlet.auth.AuthenticationDelegate, com.swiftmq.swiftlet.timer.event.TimerListener, EventListener
public class StreamsSwiftlet
extends com.swiftmq.swiftlet.Swiftlet
implements com.swiftmq.swiftlet.timer.event.TimerListener, com.swiftmq.swiftlet.auth.AuthenticationDelegate
-
Field Summary
Fields inherited from class com.swiftmq.swiftlet.Swiftlet
STATE_ACTIVE, STATE_INACTIVE, STATE_STANDBY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisDurableGranted(String topicName) booleanisReceiveGranted(String topicName) booleanisSendGranted(String topicName) voidprotected voidshutdown()protected voidstartDependencies(String fqn) protected voidstartup(com.swiftmq.mgmt.Configuration config) protected voidstopDependencies(String fqn) Methods inherited from class com.swiftmq.swiftlet.Swiftlet
getName, getStartupTime, getState, isSnapshotAvailable, resume, setStartupTime, standby
-
Constructor Details
-
StreamsSwiftlet
public StreamsSwiftlet()
-
-
Method Details
-
performTimeAction
public void performTimeAction()- Specified by:
performTimeActionin interfacecom.swiftmq.swiftlet.timer.event.TimerListener
-
startDependencies
-
stopDependencies
-
isSendGranted
- Specified by:
isSendGrantedin interfacecom.swiftmq.swiftlet.auth.AuthenticationDelegate
-
isReceiveGranted
- Specified by:
isReceiveGrantedin interfacecom.swiftmq.swiftlet.auth.AuthenticationDelegate
-
isDurableGranted
- Specified by:
isDurableGrantedin interfacecom.swiftmq.swiftlet.auth.AuthenticationDelegate
-
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
-