Uses of Class
org.apache.activemq.command.ProducerInfo
-
Packages that use ProducerInfo Package Description 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 nodesorg.apache.activemq.state -
-
Uses of ProducerInfo in org.apache.activemq
Fields in org.apache.activemq declared as ProducerInfo Modifier and Type Field Description protected ProducerInfoActiveMQMessageProducer. infoMethods in org.apache.activemq that return ProducerInfo Modifier and Type Method Description protected ProducerInfoActiveMQMessageProducer. getProducerInfo()Methods in org.apache.activemq with parameters of type ProducerInfo Modifier and Type Method Description protected voidActiveMQMessageProducer. setProducerInfo(ProducerInfo info) -
Uses of ProducerInfo in org.apache.activemq.advisory
Methods in org.apache.activemq.advisory that return ProducerInfo Modifier and Type Method Description ProducerInfoProducerStartedEvent. getProducerInfo()Constructors in org.apache.activemq.advisory with parameters of type ProducerInfo Constructor Description 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 Modifier and Type Method Description ProducerInfoProducerInfo. copy()Methods in org.apache.activemq.command with parameters of type ProducerInfo Modifier and Type Method Description voidProducerInfo. copy(ProducerInfo info)Constructors in org.apache.activemq.command with parameters of type ProducerInfo Constructor Description MessageId(ProducerInfo producerInfo, long producerSequenceId) -
Uses of ProducerInfo in org.apache.activemq.state
Methods in org.apache.activemq.state that return ProducerInfo Modifier and Type Method Description ProducerInfoProducerState. getInfo()Methods in org.apache.activemq.state with parameters of type ProducerInfo Modifier and Type Method Description voidSessionState. addProducer(ProducerInfo info)ResponseCommandVisitor. processAddProducer(ProducerInfo info)ResponseCommandVisitorAdapter. processAddProducer(ProducerInfo info)ResponseConnectionStateTracker. processAddProducer(ProducerInfo info)Constructors in org.apache.activemq.state with parameters of type ProducerInfo Constructor Description ProducerState(ProducerInfo info)
-