|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SessionId | |
---|---|
org.apache.activemq | The core JMS client API implementation classes. |
org.apache.activemq.broker | The core classes for the ActiveMQ Message Broker and its connectors. |
org.apache.activemq.command | Command objects used via the Command Pattern to communicate among nodes |
org.apache.activemq.state |
Uses of SessionId in org.apache.activemq |
---|
Methods in org.apache.activemq that return SessionId | |
---|---|
protected SessionId |
ActiveMQConnection.getNextSessionId()
|
protected SessionId |
ActiveMQSession.getSessionId()
Returns the session id. |
Constructors in org.apache.activemq with parameters of type SessionId | |
---|---|
ActiveMQSession(ActiveMQConnection connection,
SessionId sessionId,
int acknowledgeMode,
boolean asyncDispatch)
|
|
ActiveMQSession(ActiveMQConnection connection,
SessionId sessionId,
int acknowledgeMode,
boolean asyncDispatch,
boolean sessionAsyncDispatch)
Construct the Session |
|
ActiveMQXASession(ActiveMQXAConnection connection,
SessionId sessionId,
int theAcknowlegeMode,
boolean dispatchAsync)
|
Uses of SessionId in org.apache.activemq.broker |
---|
Methods in org.apache.activemq.broker with parameters of type SessionId | |
---|---|
protected TransportConnectionState |
TransportConnection.lookupConnectionState(SessionId id)
|
TransportConnectionState |
SingleTransportConnectionStateRegister.lookupConnectionState(SessionId id)
|
TransportConnectionState |
TransportConnectionStateRegister.lookupConnectionState(SessionId id)
|
TransportConnectionState |
MapTransportConnectionStateRegister.lookupConnectionState(SessionId id)
|
Response |
TransportConnection.processRemoveSession(SessionId id,
long lastDeliveredSequenceId)
|
Uses of SessionId in org.apache.activemq.command |
---|
Fields in org.apache.activemq.command declared as SessionId | |
---|---|
protected SessionId |
ConsumerId.parentId
|
protected SessionId |
ProducerId.parentId
|
protected SessionId |
SessionInfo.sessionId
|
Methods in org.apache.activemq.command that return SessionId | |
---|---|
SessionId |
ConsumerId.getParentId()
|
SessionId |
ProducerId.getParentId()
|
SessionId |
SessionInfo.getSessionId()
|
Methods in org.apache.activemq.command with parameters of type SessionId | |
---|---|
void |
SessionInfo.setSessionId(SessionId sessionId)
|
Constructors in org.apache.activemq.command with parameters of type SessionId | |
---|---|
ConnectionId(SessionId id)
|
|
ConsumerId(SessionId sessionId,
long consumerId)
|
|
ProducerId(SessionId sessionId,
long producerId)
|
|
SessionId(SessionId id)
|
|
SessionInfo(SessionId sessionId)
|
Uses of SessionId in org.apache.activemq.state |
---|
Methods in org.apache.activemq.state that return types with arguments of type SessionId | |
---|---|
java.util.Set<SessionId> |
ConnectionState.getSessionIds()
|
Methods in org.apache.activemq.state with parameters of type SessionId | |
---|---|
SessionState |
ConnectionState.getSessionState(SessionId id)
|
Response |
CommandVisitor.processRemoveSession(SessionId id,
long lastDeliveredSequenceId)
|
Response |
ConnectionStateTracker.processRemoveSession(SessionId id,
long lastDeliveredSequenceId)
|
Response |
CommandVisitorAdapter.processRemoveSession(SessionId id,
long lastDeliveredSequenceId)
|
SessionState |
ConnectionState.removeSession(SessionId id)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |