Uses of Class
org.apache.qpid.jms.meta.JmsConsumerId
Packages that use JmsConsumerId
Package
Description
The core AMQP JMS client implementation classes.
-
Uses of JmsConsumerId in org.apache.qpid.jms
Methods in org.apache.qpid.jms that return JmsConsumerIdModifier and TypeMethodDescriptionJmsMessageConsumer.getConsumerId()protected JmsConsumerIdJmsConnection.getNextConnectionConsumerId()protected JmsConsumerIdJmsSession.getNextConsumerId()Methods in org.apache.qpid.jms with parameters of type JmsConsumerIdModifier and TypeMethodDescriptionprotected JmsMessageConsumerJmsSession.lookup(JmsConsumerId consumerId) Constructors in org.apache.qpid.jms with parameters of type JmsConsumerIdModifierConstructorDescriptionJmsDurableTopicSubscriber(JmsConsumerId id, JmsSession s, JmsDestination destination, String name, boolean noLocal, String selector) protectedJmsMessageConsumer(JmsConsumerId consumerId, JmsSession session, JmsDestination destination, String selector, boolean noLocal) protectedJmsMessageConsumer(JmsConsumerId consumerId, JmsSession session, JmsDestination destination, String name, String selector, boolean noLocal) protectedJmsQueueReceiver(JmsConsumerId id, JmsSession session, JmsDestination dest, String selector) ConstructorJmsSharedDurableMessageConsumer(JmsConsumerId id, JmsSession s, JmsDestination destination, String name, String selector) JmsSharedMessageConsumer(JmsConsumerId id, JmsSession s, JmsDestination destination, String name, String selector) -
Uses of JmsConsumerId in org.apache.qpid.jms.message
Methods in org.apache.qpid.jms.message that return JmsConsumerIdMethods in org.apache.qpid.jms.message with parameters of type JmsConsumerIdModifier and TypeMethodDescriptionvoidJmsInboundMessageDispatch.setConsumerId(JmsConsumerId consumerId) -
Uses of JmsConsumerId in org.apache.qpid.jms.meta
Methods in org.apache.qpid.jms.meta that return JmsConsumerIdMethods in org.apache.qpid.jms.meta with parameters of type JmsConsumerIdConstructors in org.apache.qpid.jms.meta with parameters of type JmsConsumerIdModifierConstructorDescriptionJmsConsumerId(JmsConsumerId consumerId) JmsConsumerInfo(JmsConsumerId consumerId, JmsMessageDispatcher dispatcher) -
Uses of JmsConsumerId in org.apache.qpid.jms.provider
Methods in org.apache.qpid.jms.provider with parameters of type JmsConsumerIdModifier and TypeMethodDescriptionvoidProvider.pull(JmsConsumerId consumerId, long timeout, AsyncResult request) Request a remote peer send a Message to this client.voidProviderWrapper.pull(JmsConsumerId consumerId, long timeout, AsyncResult request) -
Uses of JmsConsumerId in org.apache.qpid.jms.provider.amqp
Methods in org.apache.qpid.jms.provider.amqp that return JmsConsumerIdMethods in org.apache.qpid.jms.provider.amqp with parameters of type JmsConsumerIdModifier and TypeMethodDescriptionbooleanAmqpTransactionContext.isInTransaction(JmsConsumerId consumerId) voidAmqpProvider.pull(JmsConsumerId consumerId, long timeout, AsyncResult request) -
Uses of JmsConsumerId in org.apache.qpid.jms.provider.failover
Methods in org.apache.qpid.jms.provider.failover with parameters of type JmsConsumerIdModifier and TypeMethodDescriptionvoidFailoverProvider.pull(JmsConsumerId consumerId, long timeout, AsyncResult request)