Package | Description |
---|---|
org.apache.activemq |
The core JMS client API implementation classes.
|
org.apache.activemq.command |
Command objects used via the Command Pattern to communicate among nodes
|
org.apache.activemq.state |
Modifier and Type | Method and Description |
---|---|
protected SessionId |
ActiveMQConnection.getNextSessionId() |
protected SessionId |
ActiveMQSession.getSessionId()
Returns the session id.
|
Constructor and Description |
---|
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) |
Modifier and Type | Field and Description |
---|---|
protected SessionId |
ProducerId.parentId |
protected SessionId |
ConsumerId.parentId |
protected SessionId |
SessionInfo.sessionId |
Modifier and Type | Method and Description |
---|---|
SessionId |
ProducerId.getParentId() |
SessionId |
ConsumerId.getParentId() |
SessionId |
SessionInfo.getSessionId() |
Modifier and Type | Method and Description |
---|---|
void |
SessionInfo.setSessionId(SessionId sessionId) |
Constructor and Description |
---|
ConnectionId(SessionId id) |
ConsumerId(SessionId sessionId,
long consumerId) |
ProducerId(SessionId sessionId,
long producerId) |
SessionId(SessionId id) |
SessionInfo(SessionId sessionId) |
Modifier and Type | Method and Description |
---|---|
Set<SessionId> |
ConnectionState.getSessionIds() |
Modifier and Type | Method and Description |
---|---|
SessionState |
ConnectionState.getSessionState(SessionId id) |
Response |
ConnectionStateTracker.processRemoveSession(SessionId id,
long lastDeliveredSequenceId) |
Response |
CommandVisitorAdapter.processRemoveSession(SessionId id,
long lastDeliveredSequenceId) |
Response |
CommandVisitor.processRemoveSession(SessionId id,
long lastDeliveredSequenceId) |
SessionState |
ConnectionState.removeSession(SessionId id) |
Copyright © 2005–2016 FuseSource, Corp.. All rights reserved.