Class StreamsSwiftlet

java.lang.Object
Swiftlet
com.swiftmq.impl.streams.StreamsSwiftlet

public class StreamsSwiftlet extends Swiftlet
  • Constructor Details

    • StreamsSwiftlet

      public StreamsSwiftlet()
  • Method Details

    • performTimeAction

      public void performTimeAction()
    • startDependencies

      protected void startDependencies(String fqn) throws Exception
      Throws:
      Exception
    • stopDependencies

      protected void stopDependencies(String fqn) throws Exception
      Throws:
      Exception
    • isSendGranted

      public boolean isSendGranted(String topicName)
    • isReceiveGranted

      public boolean isReceiveGranted(String topicName)
    • isDurableGranted

      public boolean isDurableGranted(String topicName)
    • startup

      protected void startup(Configuration config) throws SwiftletException
      Throws:
      SwiftletException
    • shutdown

      protected void shutdown() throws SwiftletException
      Throws:
      SwiftletException