Uses of Class
org.apache.activemq.state.ProducerState
-
Packages that use ProducerState Package Description org.apache.activemq.broker The core classes for the ActiveMQ Message Broker and its connectors.org.apache.activemq.state -
-
Uses of ProducerState in org.apache.activemq.broker
Methods in org.apache.activemq.broker that return ProducerState Modifier and Type Method Description ProducerStateProducerBrokerExchange. getProducerState()Methods in org.apache.activemq.broker with parameters of type ProducerState Modifier and Type Method Description voidProducerBrokerExchange. setProducerState(ProducerState producerState) -
Uses of ProducerState in org.apache.activemq.state
Methods in org.apache.activemq.state that return ProducerState Modifier and Type Method Description ProducerStateSessionState. getProducerState(ProducerId producerId)ProducerStateSessionState. removeProducer(ProducerId id)Methods in org.apache.activemq.state that return types with arguments of type ProducerState Modifier and Type Method Description Collection<ProducerState>SessionState. getProducerStates()Map<ProducerId,ProducerState>TransactionState. getProducerStates()Methods in org.apache.activemq.state with parameters of type ProducerState Modifier and Type Method Description voidTransactionState. addProducerState(ProducerState producerState)
-