Class SessionContext

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

public class SessionContext extends Object
  • Field Details

    • queueManager

      public com.swiftmq.swiftlet.queue.QueueManager queueManager
    • topicManager

      public com.swiftmq.swiftlet.topic.TopicManager topicManager
    • authSwiftlet

      public com.swiftmq.swiftlet.auth.AuthenticationSwiftlet authSwiftlet
    • threadpoolSwiftlet

      public com.swiftmq.swiftlet.threadpool.ThreadpoolSwiftlet threadpoolSwiftlet
    • logSwiftlet

      public com.swiftmq.swiftlet.log.LogSwiftlet logSwiftlet
    • traceSwiftlet

      public com.swiftmq.swiftlet.trace.TraceSwiftlet traceSwiftlet
    • traceSpace

      public com.swiftmq.swiftlet.trace.TraceSpace traceSpace
    • tracePrefix

      public String tracePrefix
    • activeLogin

      public com.swiftmq.swiftlet.auth.ActiveLogin activeLogin
    • ackMode

      public int ackMode
    • transacted

      public boolean transacted
    • sessionEntity

      public com.swiftmq.mgmt.Entity sessionEntity
    • sessionQueue

      public com.swiftmq.tools.queue.SingleProcessorQueue sessionQueue
    • connectionOutboundQueue

      public com.swiftmq.tools.queue.SingleProcessorQueue connectionOutboundQueue
    • msgsReceived

      public volatile int msgsReceived
    • msgsSent

      public volatile int msgsSent
    • totalMsgsReceived

      public volatile int totalMsgsReceived
    • totalMsgsSent

      public volatile int totalMsgsSent
  • 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)