Uses of Class
org.apache.activemq.state.ProducerState
-
Packages that use ProducerState Package Description org.apache.activemq.state -
-
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)
-