Package com.swiftmq.impl.streams
Class StreamsSwiftlet
java.lang.Object
Swiftlet
com.swiftmq.impl.streams.StreamsSwiftlet
public class StreamsSwiftlet
extends Swiftlet
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisDurableGranted(String topicName) booleanisReceiveGranted(String topicName) booleanisSendGranted(String topicName) voidprotected voidshutdown()protected voidstartDependencies(String fqn) protected voidstartup(Configuration config) protected voidstopDependencies(String fqn)
-
Constructor Details
-
StreamsSwiftlet
public StreamsSwiftlet()
-
-
Method Details
-
performTimeAction
public void performTimeAction() -
startDependencies
- Throws:
Exception
-
stopDependencies
- Throws:
Exception
-
isSendGranted
-
isReceiveGranted
-
isDurableGranted
-
startup
protected void startup(Configuration config) throws SwiftletException - Throws:
SwiftletException
-
shutdown
protected void shutdown() throws SwiftletException- Throws:
SwiftletException
-