Class SessionContext
java.lang.Object
com.swiftmq.impl.jms.standard.v750.SessionContext
-
Field Summary
Modifier and TypeFieldDescriptionint
ActiveLogin
AuthenticationSwiftlet
LogSwiftlet
EventLoop
QueueManager
Entity
EventLoop
StoreSwiftlet
ThreadpoolSwiftlet
TopicManager
TraceSpace
TraceSwiftlet
boolean
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
int
int
int
void
incMsgsReceived
(int n) void
incMsgsSent
(int n)
-
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
-
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)
-