Package com.swiftmq.impl.streams
Class StreamsSwiftlet
java.lang.Object
Swiftlet
com.swiftmq.impl.streams.StreamsSwiftlet
public class StreamsSwiftlet
extends Swiftlet
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
isDurableGranted
(String topicName) boolean
isReceiveGranted
(String topicName) boolean
isSendGranted
(String topicName) void
protected void
shutdown()
protected void
startDependencies
(String fqn) protected void
startup
(Configuration config) protected void
stopDependencies
(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
-