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

Packages that use ProducerInfo
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 ProducerInfo in org.apache.activemq
 

Fields in org.apache.activemq declared as ProducerInfo
protected  ProducerInfo ActiveMQMessageProducer.info
           
 

Methods in org.apache.activemq that return ProducerInfo
protected  ProducerInfo ActiveMQMessageProducer.getProducerInfo()
           
 

Methods in org.apache.activemq with parameters of type ProducerInfo
protected  void ActiveMQMessageProducer.setProducerInfo(ProducerInfo info)
           
 

Uses of ProducerInfo in org.apache.activemq.advisory
 

Methods in org.apache.activemq.advisory that return ProducerInfo
 ProducerInfo ProducerStartedEvent.getProducerInfo()
           
 

Constructors in org.apache.activemq.advisory with parameters of type ProducerInfo
ProducerStartedEvent(ProducerEventSource source, ActiveMQDestination destination, ProducerInfo consumerInfo, int count)
           
 

Uses of ProducerInfo in org.apache.activemq.command
 

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

Methods in org.apache.activemq.command with parameters of type ProducerInfo
 void ProducerInfo.copy(ProducerInfo info)
           
 

Constructors in org.apache.activemq.command with parameters of type ProducerInfo
MessageId(ProducerInfo producerInfo, long producerSequenceId)
           
 

Uses of ProducerInfo in org.apache.activemq.state
 

Methods in org.apache.activemq.state that return ProducerInfo
 ProducerInfo ProducerState.getInfo()
           
 

Methods in org.apache.activemq.state with parameters of type ProducerInfo
 void SessionState.addProducer(ProducerInfo info)
           
 Response ConnectionStateTracker.processAddProducer(ProducerInfo info)
           
 Response CommandVisitorAdapter.processAddProducer(ProducerInfo info)
           
 Response CommandVisitor.processAddProducer(ProducerInfo info)
           
 

Constructors in org.apache.activemq.state with parameters of type ProducerInfo
ProducerState(ProducerInfo info)
           
 



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