|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SessionId | |
|---|---|
| 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 | |
| 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.command |
|---|
| Fields in org.apache.activemq.command declared as SessionId | |
|---|---|
protected SessionId |
ProducerId.parentId
|
protected SessionId |
ConsumerId.parentId
|
protected SessionId |
SessionInfo.sessionId
|
| Methods in org.apache.activemq.command that return SessionId | |
|---|---|
SessionId |
ProducerId.getParentId()
|
SessionId |
ConsumerId.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 | |
|---|---|
Set<SessionId> |
ConnectionState.getSessionIds()
|
| Methods in org.apache.activemq.state with parameters of type SessionId | |
|---|---|
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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||