Uses of Class
org.apache.activemq.command.SessionId
-
Packages that use SessionId 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 nodesorg.apache.activemq.state -
-
Uses of SessionId in org.apache.activemq
Methods in org.apache.activemq that return SessionId Modifier and Type Method Description protected SessionIdActiveMQConnection. getNextSessionId()protected SessionIdActiveMQSession. getSessionId()Returns the session id.Constructors in org.apache.activemq with parameters of type SessionId Constructor Description ActiveMQSession(ActiveMQConnection connection, SessionId sessionId, int acknowledgeMode, boolean asyncDispatch)ActiveMQSession(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 SessionId Modifier and Type Field Description protected SessionIdConsumerId. parentIdprotected SessionIdProducerId. parentIdprotected SessionIdSessionInfo. sessionIdMethods in org.apache.activemq.command that return SessionId Modifier and Type Method Description SessionIdConsumerId. getParentId()SessionIdProducerId. getParentId()SessionIdSessionInfo. getSessionId()Methods in org.apache.activemq.command with parameters of type SessionId Modifier and Type Method Description voidSessionInfo. setSessionId(SessionId sessionId)Constructors in org.apache.activemq.command with parameters of type SessionId Constructor Description 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 Modifier and Type Method Description Set<SessionId>ConnectionState. getSessionIds()Methods in org.apache.activemq.state with parameters of type SessionId Modifier and Type Method Description SessionStateConnectionState. getSessionState(SessionId id)ResponseCommandVisitor. processRemoveSession(SessionId id, long lastDeliveredSequenceId)ResponseCommandVisitorAdapter. processRemoveSession(SessionId id, long lastDeliveredSequenceId)ResponseConnectionStateTracker. processRemoveSession(SessionId id, long lastDeliveredSequenceId)SessionStateConnectionState. removeSession(SessionId id)
-