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
  • Constructor Details

    • StreamsSwiftlet

      public StreamsSwiftlet()
  • Method Details

    • performTimeAction

      public void performTimeAction()
      Specified by:
      performTimeAction in interface com.swiftmq.swiftlet.timer.event.TimerListener
    • 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)
      Specified by:
      isSendGranted in interface com.swiftmq.swiftlet.auth.AuthenticationDelegate
    • isReceiveGranted

      public boolean isReceiveGranted(String topicName)
      Specified by:
      isReceiveGranted in interface com.swiftmq.swiftlet.auth.AuthenticationDelegate
    • isDurableGranted

      public boolean isDurableGranted(String topicName)
      Specified by:
      isDurableGranted in interface com.swiftmq.swiftlet.auth.AuthenticationDelegate
    • startup

      protected void startup(com.swiftmq.mgmt.Configuration config) throws com.swiftmq.swiftlet.SwiftletException
      Specified by:
      startup in class com.swiftmq.swiftlet.Swiftlet
      Throws:
      com.swiftmq.swiftlet.SwiftletException
    • shutdown

      protected void shutdown() throws com.swiftmq.swiftlet.SwiftletException
      Specified by:
      shutdown in class com.swiftmq.swiftlet.Swiftlet
      Throws:
      com.swiftmq.swiftlet.SwiftletException