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 SessionId
ActiveMQConnection. getNextSessionId()
protected SessionId
ActiveMQSession. 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 TransportConnectionState
MapTransportConnectionStateRegister. lookupConnectionState(SessionId id)
TransportConnectionState
SingleTransportConnectionStateRegister. lookupConnectionState(SessionId id)
protected TransportConnectionState
TransportConnection. lookupConnectionState(SessionId id)
TransportConnectionState
TransportConnectionStateRegister. lookupConnectionState(SessionId id)
Response
TransportConnection. 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 SessionId
ConsumerId. parentId
protected SessionId
ProducerId. parentId
protected SessionId
SessionInfo. sessionId
Methods in org.apache.activemq.command that return SessionId Modifier and Type Method Description SessionId
ConsumerId. getParentId()
SessionId
ProducerId. getParentId()
SessionId
SessionInfo. getSessionId()
Methods in org.apache.activemq.command with parameters of type SessionId Modifier and Type Method Description void
SessionInfo. 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 SessionState
ConnectionState. getSessionState(SessionId id)
Response
CommandVisitor. processRemoveSession(SessionId id, long lastDeliveredSequenceId)
Response
CommandVisitorAdapter. processRemoveSession(SessionId id, long lastDeliveredSequenceId)
Response
ConnectionStateTracker. processRemoveSession(SessionId id, long lastDeliveredSequenceId)
SessionState
ConnectionState. 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 SessionId
AmqpSession. 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 SessionId
MQTTProtocolConverter. getSessionId()
-