Uses of Class
org.apache.activemq.command.SessionId
Packages that use SessionId
Package
Description
The core JMS client API implementation classes.
Command objects used via the Command Pattern to communicate among nodes
-
Uses of SessionId in org.apache.activemq
Methods in org.apache.activemq that return SessionIdModifier and TypeMethodDescriptionprotected SessionIdActiveMQConnection.getNextSessionId()protected SessionIdActiveMQSession.getSessionId()Returns the session id.Constructors in org.apache.activemq with parameters of type SessionIdModifierConstructorDescriptionprotectedActiveMQSession(ActiveMQConnection connection, SessionId sessionId, int acknowledgeMode, boolean asyncDispatch) protectedActiveMQSession(ActiveMQConnection connection, SessionId sessionId, int acknowledgeMode, boolean asyncDispatch, boolean sessionAsyncDispatch) Construct the SessionActiveMQXASession(ActiveMQXAConnection connection, SessionId sessionId, int theAcknowlegeMode, boolean dispatchAsync) -
Uses of SessionId in org.apache.activemq.command
Fields in org.apache.activemq.command declared as SessionIdModifier and TypeFieldDescriptionprotected SessionIdConsumerId.parentIdprotected SessionIdProducerId.parentIdprotected SessionIdSessionInfo.sessionIdMethods in org.apache.activemq.command that return SessionIdModifier and TypeMethodDescriptionConsumerId.getParentId()ProducerId.getParentId()SessionInfo.getSessionId()Methods in org.apache.activemq.command with parameters of type SessionIdConstructors in org.apache.activemq.command with parameters of type SessionIdModifierConstructorDescriptionConsumerId(SessionId sessionId, long consumerId) ProducerId(SessionId sessionId, long producerId) SessionInfo(SessionId sessionId) -
Uses of SessionId in org.apache.activemq.state
Methods in org.apache.activemq.state that return types with arguments of type SessionIdMethods in org.apache.activemq.state with parameters of type SessionIdModifier and TypeMethodDescriptionConnectionState.getSessionState(SessionId id) CommandVisitor.processRemoveSession(SessionId id, long lastDeliveredSequenceId) CommandVisitorAdapter.processRemoveSession(SessionId id, long lastDeliveredSequenceId) ConnectionStateTracker.processRemoveSession(SessionId id, long lastDeliveredSequenceId) ConnectionState.removeSession(SessionId id)