Class SessionContext

java.lang.Object
com.swiftmq.impl.jms.standard.v750.SessionContext

public class SessionContext extends Object
  • Field Details

    • queueManager

      public QueueManager queueManager
    • topicManager

      public TopicManager topicManager
    • authSwiftlet

      public AuthenticationSwiftlet authSwiftlet
    • threadpoolSwiftlet

      public ThreadpoolSwiftlet threadpoolSwiftlet
    • logSwiftlet

      public LogSwiftlet logSwiftlet
    • storeSwiftlet

      public StoreSwiftlet storeSwiftlet
    • traceSwiftlet

      public TraceSwiftlet traceSwiftlet
    • traceSpace

      public TraceSpace traceSpace
    • tracePrefix

      public String tracePrefix
    • activeLogin

      public ActiveLogin activeLogin
    • ackMode

      public volatile int ackMode
    • transacted

      public volatile boolean transacted
    • sessionEntity

      public Entity sessionEntity
    • sessionLoop

      public EventLoop sessionLoop
    • outboundLoop

      public EventLoop outboundLoop
  • Constructor Details

    • SessionContext

      public SessionContext()
  • Method Details

    • getMsgsReceived

      public int getMsgsReceived()
    • getMsgsSent

      public int getMsgsSent()
    • getTotalMsgsReceived

      public int getTotalMsgsReceived()
    • getTotalMsgsSent

      public int getTotalMsgsSent()
    • incMsgsSent

      public void incMsgsSent(int n)
    • incMsgsReceived

      public void incMsgsReceived(int n)