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

Packages that use ConsumerInfo
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.command Command objects used via the Command Pattern to communicate among nodes 
org.apache.activemq.state   
 

Uses of ConsumerInfo in org.apache.activemq
 

Fields in org.apache.activemq declared as ConsumerInfo
protected  ConsumerInfo ActiveMQMessageConsumer.info
           
 

Methods in org.apache.activemq that return ConsumerInfo
 ConsumerInfo ActiveMQConnectionConsumer.getConsumerInfo()
           
 

Constructors in org.apache.activemq with parameters of type ConsumerInfo
ActiveMQConnectionConsumer(ActiveMQConnection theConnection, javax.jms.ServerSessionPool theSessionPool, ConsumerInfo theConsumerInfo)
          Create a ConnectionConsumer
 

Uses of ConsumerInfo in org.apache.activemq.advisory
 

Methods in org.apache.activemq.advisory that return ConsumerInfo
 ConsumerInfo ConsumerStartedEvent.getConsumerInfo()
           
 

Constructors in org.apache.activemq.advisory with parameters of type ConsumerInfo
ConsumerStartedEvent(ConsumerEventSource source, ActiveMQDestination destination, ConsumerInfo consumerInfo, int count)
           
 

Uses of ConsumerInfo in org.apache.activemq.command
 

Methods in org.apache.activemq.command that return ConsumerInfo
 ConsumerInfo ConsumerInfo.copy()
           
 

Methods in org.apache.activemq.command with parameters of type ConsumerInfo
 void MessagePull.configure(ConsumerInfo info)
          Configures a message pull from the consumer information
 void ConsumerInfo.copy(ConsumerInfo info)
           
 

Constructors in org.apache.activemq.command with parameters of type ConsumerInfo
NetworkBridgeFilter(ConsumerInfo consumerInfo, BrokerId networkBrokerId, int messageTTL, int consumerTTL)
           
 

Uses of ConsumerInfo in org.apache.activemq.state
 

Methods in org.apache.activemq.state that return ConsumerInfo
 ConsumerInfo ConsumerState.getInfo()
           
 

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

Methods in org.apache.activemq.state with parameters of type ConsumerInfo
 void SessionState.addConsumer(ConsumerInfo info)
           
 Response ConnectionStateTracker.processAddConsumer(ConsumerInfo info)
           
 Response CommandVisitorAdapter.processAddConsumer(ConsumerInfo info)
           
 Response CommandVisitor.processAddConsumer(ConsumerInfo info)
           
 

Constructors in org.apache.activemq.state with parameters of type ConsumerInfo
ConsumerState(ConsumerInfo info)
           
 



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