|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProducerState | |
---|---|
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 | |
---|---|
ProducerState |
ProducerBrokerExchange.getProducerState()
|
Methods in org.apache.activemq.broker with parameters of type ProducerState | |
---|---|
void |
ProducerBrokerExchange.setProducerState(ProducerState producerState)
|
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 | |
---|---|
Map<ProducerId,ProducerState> |
TransactionState.getProducerStates()
|
Collection<ProducerState> |
SessionState.getProducerStates()
|
Methods in org.apache.activemq.state with parameters of type ProducerState | |
---|---|
void |
TransactionState.addProducerState(ProducerState producerState)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |