Package | Description |
---|---|
org.apache.activemq.broker |
The core classes for the ActiveMQ Message Broker and its connectors.
|
org.apache.activemq.state |
Modifier and Type | Method and Description |
---|---|
ProducerState |
ProducerBrokerExchange.getProducerState() |
Modifier and Type | Method and Description |
---|---|
void |
ProducerBrokerExchange.setProducerState(ProducerState producerState) |
Modifier and Type | Method and Description |
---|---|
ProducerState |
SessionState.getProducerState(ProducerId producerId) |
ProducerState |
SessionState.removeProducer(ProducerId id) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<ProducerState> |
SessionState.getProducerStates() |
java.util.Map<ProducerId,ProducerState> |
TransactionState.getProducerStates() |
Modifier and Type | Method and Description |
---|---|
void |
TransactionState.addProducerState(ProducerState producerState) |
Copyright © 2005-2017. All Rights Reserved.