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.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 nodesorg.apache.activemq.state org.apache.activemq.transport.amqp.protocol org.apache.activemq.transport.mqtt A Broker side implementation of the MQTT 3.1 protocol - see http://mqtt.org/ -
-
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.broker
Methods in org.apache.activemq.broker with parameters of type SessionId Modifier and Type Method Description TransportConnectionStateMapTransportConnectionStateRegister. lookupConnectionState(SessionId id)TransportConnectionStateSingleTransportConnectionStateRegister. lookupConnectionState(SessionId id)protected TransportConnectionStateTransportConnection. lookupConnectionState(SessionId id)TransportConnectionStateTransportConnectionStateRegister. lookupConnectionState(SessionId id)ResponseTransportConnection. processRemoveSession(SessionId id, long lastDeliveredSequenceId) -
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) -
Uses of SessionId in org.apache.activemq.transport.amqp.protocol
Methods in org.apache.activemq.transport.amqp.protocol that return SessionId Modifier and Type Method Description SessionIdAmqpSession. getSessionId()Constructors in org.apache.activemq.transport.amqp.protocol with parameters of type SessionId Constructor Description AmqpSession(AmqpConnection connection, SessionId sessionId, org.apache.qpid.proton.engine.Session session)Create new AmqpSession instance whose parent is the given AmqpConnection. -
Uses of SessionId in org.apache.activemq.transport.mqtt
Methods in org.apache.activemq.transport.mqtt that return SessionId Modifier and Type Method Description SessionIdMQTTProtocolConverter. getSessionId()
-