Uses of Class
org.apache.activemq.state.ProducerState

Packages that use ProducerState
org.apache.activemq.state   
 

Uses of ProducerState in org.apache.activemq.state
 

Methods in org.apache.activemq.state that return ProducerState
 ProducerState SessionState.getProducerState(ProducerId producerId)
           
 ProducerState SessionState.removeProducer(ProducerId id)
           
 

Methods in org.apache.activemq.state that return types with arguments of type ProducerState
 java.util.Map<ProducerId,ProducerState> TransactionState.getProducerStates()
           
 java.util.Collection<ProducerState> SessionState.getProducerStates()
           
 

Methods in org.apache.activemq.state with parameters of type ProducerState
 void TransactionState.addProducerState(ProducerState producerState)
           
 



Copyright © 2005-2015 Red Hat, Inc.. All Rights Reserved.