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 ProducerState
ProducerBrokerExchange. getProducerState()
Methods in org.apache.activemq.broker with parameters of type ProducerState Modifier and Type Method Description void
ProducerBrokerExchange. 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 ProducerState
SessionState. getProducerState(ProducerId producerId)
ProducerState
SessionState. 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 void
TransactionState. addProducerState(ProducerState producerState)
-