Uses of Class
org.apache.qpid.jms.meta.JmsSessionId
-
Packages that use JmsSessionId Package Description org.apache.qpid.jms The core AMQP JMS client implementation classes.org.apache.qpid.jms.meta org.apache.qpid.jms.provider org.apache.qpid.jms.provider.amqp org.apache.qpid.jms.provider.failover -
-
Uses of JmsSessionId in org.apache.qpid.jms
Methods in org.apache.qpid.jms that return JmsSessionId Modifier and Type Method Description protected JmsSessionIdJmsConnection. getNextSessionId()protected JmsSessionIdJmsSession. getSessionId()Constructors in org.apache.qpid.jms with parameters of type JmsSessionId Constructor Description JmsQueueSession(JmsConnection connection, JmsSessionId sessionId, int acknowledgementMode)JmsSession(JmsConnection connection, JmsSessionId sessionId, int acknowledgementMode)JmsTopicSession(JmsConnection connection, JmsSessionId sessionId, int acknowledgementMode) -
Uses of JmsSessionId in org.apache.qpid.jms.meta
Methods in org.apache.qpid.jms.meta that return JmsSessionId Modifier and Type Method Description JmsSessionIdJmsSessionInfo. getId()JmsSessionIdJmsConsumerId. getParentId()JmsSessionIdJmsConsumerInfo. getParentId()JmsSessionIdJmsProducerId. getParentId()JmsSessionIdJmsProducerInfo. getParentId()JmsSessionIdJmsTransactionInfo. getSessionId()Methods in org.apache.qpid.jms.meta with parameters of type JmsSessionId Modifier and Type Method Description intJmsSessionId. compareTo(JmsSessionId other)Constructors in org.apache.qpid.jms.meta with parameters of type JmsSessionId Constructor Description JmsConnectionId(JmsSessionId id)JmsConsumerId(JmsSessionId sessionId, long consumerId)JmsProducerId(JmsSessionId sessionId, long producerId)JmsSessionId(JmsSessionId id)JmsSessionInfo(JmsSessionId sessionId)JmsTransactionInfo(JmsSessionId sessionId, JmsTransactionId transactionId) -
Uses of JmsSessionId in org.apache.qpid.jms.provider
Methods in org.apache.qpid.jms.provider with parameters of type JmsSessionId Modifier and Type Method Description voidProvider. acknowledge(JmsSessionId sessionId, ProviderConstants.ACK_TYPE ackType, AsyncResult request)Called to acknowledge all messages that have been delivered in a given session.voidProviderWrapper. acknowledge(JmsSessionId sessionId, ProviderConstants.ACK_TYPE ackType, AsyncResult request)voidProvider. recover(JmsSessionId sessionId, AsyncResult request)Called to recover all unacknowledged messages for a Session in client Ack mode.voidProviderWrapper. recover(JmsSessionId sessionId, AsyncResult request) -
Uses of JmsSessionId in org.apache.qpid.jms.provider.amqp
Methods in org.apache.qpid.jms.provider.amqp that return JmsSessionId Modifier and Type Method Description JmsSessionIdAmqpSession. getSessionId()Methods in org.apache.qpid.jms.provider.amqp with parameters of type JmsSessionId Modifier and Type Method Description voidAmqpProvider. acknowledge(JmsSessionId sessionId, ProviderConstants.ACK_TYPE ackType, AsyncResult request)AmqpSessionAmqpConnection. getSession(JmsSessionId sessionId)Retrieve the indicated Session instance from the list of active sessions.voidAmqpProvider. recover(JmsSessionId sessionId, AsyncResult request) -
Uses of JmsSessionId in org.apache.qpid.jms.provider.failover
Methods in org.apache.qpid.jms.provider.failover with parameters of type JmsSessionId Modifier and Type Method Description voidFailoverProvider. acknowledge(JmsSessionId sessionId, ProviderConstants.ACK_TYPE ackType, AsyncResult request)voidFailoverProvider. recover(JmsSessionId sessionId, AsyncResult request)
-