Class SessionContext
- java.lang.Object
-
- com.swiftmq.impl.jms.standard.v400.SessionContext
-
public class SessionContext extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description int
ackMode
ActiveLogin
activeLogin
AuthenticationSwiftlet
authSwiftlet
SingleProcessorQueue
connectionOutboundQueue
LogSwiftlet
logSwiftlet
int
msgsReceived
int
msgsSent
QueueManager
queueManager
Entity
sessionEntity
SingleProcessorQueue
sessionQueue
ThreadpoolSwiftlet
threadpoolSwiftlet
TopicManager
topicManager
java.lang.String
tracePrefix
TraceSpace
traceSpace
TraceSwiftlet
traceSwiftlet
boolean
transacted
-
Constructor Summary
Constructors Constructor Description SessionContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getMsgsReceived()
int
getMsgsSent()
void
incMsgsReceived(int n)
void
incMsgsSent(int n)
-
-
-
Field Detail
-
queueManager
public QueueManager queueManager
-
topicManager
public TopicManager topicManager
-
authSwiftlet
public AuthenticationSwiftlet authSwiftlet
-
threadpoolSwiftlet
public ThreadpoolSwiftlet threadpoolSwiftlet
-
logSwiftlet
public LogSwiftlet logSwiftlet
-
traceSwiftlet
public TraceSwiftlet traceSwiftlet
-
traceSpace
public TraceSpace traceSpace
-
tracePrefix
public java.lang.String tracePrefix
-
activeLogin
public ActiveLogin activeLogin
-
ackMode
public int ackMode
-
transacted
public boolean transacted
-
sessionEntity
public Entity sessionEntity
-
sessionQueue
public SingleProcessorQueue sessionQueue
-
connectionOutboundQueue
public SingleProcessorQueue connectionOutboundQueue
-
msgsReceived
public volatile int msgsReceived
-
msgsSent
public volatile int msgsSent
-
-