Uses of Class
org.apache.activemq.command.ConsumerId

Packages that use ConsumerId
org.apache.activemq The core JMS client API implementation classes. 
org.apache.activemq.advisory Support for JMS Advisory messages as well as some helper listeners to listen to the clients, producers and consumers available. 
org.apache.activemq.broker.region   
org.apache.activemq.command Command objects used via the Command Pattern to communicate among nodes 
org.apache.activemq.state   
 

Uses of ConsumerId in org.apache.activemq
 

Methods in org.apache.activemq that return ConsumerId
 ConsumerId ActiveMQMessageConsumer.getConsumerId()
           
protected  ConsumerId ActiveMQSession.getNextConsumerId()
           
 

Methods in org.apache.activemq with parameters of type ConsumerId
 void ActiveMQConnection.addDispatcher(ConsumerId consumerId, ActiveMQDispatcher dispatcher)
           
protected  void ActiveMQSession.close(ConsumerId id)
           
 void ActiveMQConnection.removeDispatcher(ConsumerId consumerId)
           
protected  void ActiveMQSession.setPrefetchSize(ConsumerId id, int prefetch)
           
 

Constructors in org.apache.activemq with parameters of type ConsumerId
ActiveMQInputStream(ActiveMQConnection connection, ConsumerId consumerId, ActiveMQDestination dest, String selector, boolean noLocal, String name, int prefetch, long timeout)
           
ActiveMQMessageConsumer(ActiveMQSession session, ConsumerId consumerId, ActiveMQDestination dest, String name, String selector, int prefetch, int maximumPendingMessageCount, boolean noLocal, boolean browser, boolean dispatchAsync, javax.jms.MessageListener messageListener)
          Create a MessageConsumer
ActiveMQQueueBrowser(ActiveMQSession session, ConsumerId consumerId, ActiveMQDestination destination, String selector, boolean dispatchAsync)
          Constructor for an ActiveMQQueueBrowser - used internally
ActiveMQQueueReceiver(ActiveMQSession theSession, ConsumerId consumerId, ActiveMQDestination destination, String selector, int prefetch, int maximumPendingMessageCount, boolean asyncDispatch)
           
ActiveMQTopicSubscriber(ActiveMQSession theSession, ConsumerId consumerId, ActiveMQDestination dest, String name, String selector, int prefetch, int maximumPendingMessageCount, boolean noLocalValue, boolean browserValue, boolean asyncDispatch)
           
AdvisoryConsumer(ActiveMQConnection connection, ConsumerId consumerId)
           
 

Uses of ConsumerId in org.apache.activemq.advisory
 

Methods in org.apache.activemq.advisory that return ConsumerId
 ConsumerId ConsumerEvent.getConsumerId()
           
 

Constructors in org.apache.activemq.advisory with parameters of type ConsumerId
ConsumerEvent(ConsumerEventSource source, javax.jms.Destination destination, ConsumerId consumerId, int consumerCount)
           
ConsumerStoppedEvent(ConsumerEventSource source, ActiveMQDestination destination, ConsumerId consumerId, int count)
           
 

Uses of ConsumerId in org.apache.activemq.broker.region
 

Methods in org.apache.activemq.broker.region that return ConsumerId
 ConsumerId MessageReference.getTargetConsumerId()
           
 

Uses of ConsumerId in org.apache.activemq.command
 

Fields in org.apache.activemq.command declared as ConsumerId
protected  ConsumerId MessagePull.consumerId
           
protected  ConsumerId MessageDispatchNotification.consumerId
           
protected  ConsumerId MessageDispatch.consumerId
           
protected  ConsumerId MessageAck.consumerId
           
protected  ConsumerId ConsumerInfo.consumerId
           
protected  ConsumerId ConsumerControl.consumerId
           
protected  ConsumerId Message.targetConsumerId
           
 

Fields in org.apache.activemq.command with type parameters of type ConsumerId
protected  List<ConsumerId> ConsumerInfo.networkConsumerIds
           
 

Methods in org.apache.activemq.command that return ConsumerId
 ConsumerId MessagePull.getConsumerId()
           
 ConsumerId MessageDispatchNotification.getConsumerId()
           
 ConsumerId MessageDispatch.getConsumerId()
           
 ConsumerId MessageAck.getConsumerId()
           
 ConsumerId ConsumerInfo.getConsumerId()
          Is used to uniquely identify the consumer to the broker.
 ConsumerId ConsumerControl.getConsumerId()
           
 ConsumerId[] ConsumerInfo.getNetworkConsumerPath()
          Tracks the original subscription id that causes a subscription to percolate through a network when networkTTL > 1.
 ConsumerId Message.getTargetConsumerId()
          Can be used to route the message to a specific consumer.
 

Methods in org.apache.activemq.command that return types with arguments of type ConsumerId
 List<ConsumerId> ConsumerInfo.getNetworkConsumerIds()
           
 

Methods in org.apache.activemq.command with parameters of type ConsumerId
 void ConsumerInfo.addNetworkConsumerId(ConsumerId networkConsumerId)
           
 void ConsumerInfo.removeNetworkConsumerId(ConsumerId networkConsumerId)
           
 void MessagePull.setConsumerId(ConsumerId consumerId)
           
 void MessageDispatchNotification.setConsumerId(ConsumerId consumerId)
           
 void MessageDispatch.setConsumerId(ConsumerId consumerId)
           
 void MessageAck.setConsumerId(ConsumerId consumerId)
           
 void ConsumerInfo.setConsumerId(ConsumerId consumerId)
           
 void ConsumerControl.setConsumerId(ConsumerId consumerId)
           
 void ConsumerInfo.setNetworkConsumerPath(ConsumerId[] consumerPath)
           
 void Message.setTargetConsumerId(ConsumerId targetConsumerId)
           
 

Constructors in org.apache.activemq.command with parameters of type ConsumerId
ConnectionId(ConsumerId id)
           
ConsumerId(ConsumerId id)
           
ConsumerInfo(ConsumerId consumerId)
           
SessionId(ConsumerId id)
           
 

Uses of ConsumerId in org.apache.activemq.state
 

Methods in org.apache.activemq.state that return types with arguments of type ConsumerId
 Set<ConsumerId> SessionState.getConsumerIds()
           
 Map<ConsumerId,ConsumerInfo> ConnectionState.getRecoveringPullConsumers()
           
 

Methods in org.apache.activemq.state with parameters of type ConsumerId
 ConsumerState SessionState.getConsumerState(ConsumerId consumerId)
           
 Response ConnectionStateTracker.processRemoveConsumer(ConsumerId id, long lastDeliveredSequenceId)
           
 Response CommandVisitorAdapter.processRemoveConsumer(ConsumerId id, long lastDeliveredSequenceId)
           
 Response CommandVisitor.processRemoveConsumer(ConsumerId id, long lastDeliveredSequenceId)
           
 ConsumerState SessionState.removeConsumer(ConsumerId id)
           
 



Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.