Uses of Class
org.apache.qpid.jms.meta.JmsSessionId
Packages that use JmsSessionId
Package
Description
The core AMQP JMS client implementation classes.
-
Uses of JmsSessionId in org.apache.qpid.jms
Methods in org.apache.qpid.jms that return JmsSessionIdModifier and TypeMethodDescriptionprotected JmsSessionIdJmsConnection.getNextSessionId()protected JmsSessionIdJmsSession.getSessionId()Constructors in org.apache.qpid.jms with parameters of type JmsSessionIdModifierConstructorDescriptionprotectedJmsQueueSession(JmsConnection connection, JmsSessionId sessionId, int acknowledgementMode) protectedJmsSession(JmsConnection connection, JmsSessionId sessionId, int acknowledgementMode) protectedJmsTopicSession(JmsConnection connection, JmsSessionId sessionId, int acknowledgementMode) -
Uses of JmsSessionId in org.apache.qpid.jms.meta
Methods in org.apache.qpid.jms.meta that return JmsSessionIdModifier and TypeMethodDescriptionJmsSessionInfo.getId()JmsConsumerId.getParentId()JmsConsumerInfo.getParentId()JmsProducerId.getParentId()JmsProducerInfo.getParentId()JmsTransactionInfo.getSessionId()Methods in org.apache.qpid.jms.meta with parameters of type JmsSessionIdConstructors in org.apache.qpid.jms.meta with parameters of type JmsSessionIdModifierConstructorDescriptionJmsConsumerId(JmsSessionId sessionId, long consumerId) JmsProducerId(JmsSessionId sessionId, long producerId) 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 JmsSessionIdModifier and TypeMethodDescriptionvoidProvider.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 JmsSessionIdMethods in org.apache.qpid.jms.provider.amqp with parameters of type JmsSessionIdModifier and TypeMethodDescriptionvoidAmqpProvider.acknowledge(JmsSessionId sessionId, ProviderConstants.ACK_TYPE ackType, AsyncResult request) AmqpConnection.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 JmsSessionIdModifier and TypeMethodDescriptionvoidFailoverProvider.acknowledge(JmsSessionId sessionId, ProviderConstants.ACK_TYPE ackType, AsyncResult request) voidFailoverProvider.recover(JmsSessionId sessionId, AsyncResult request)