|
activemq-cpp-3.3.0
|
#include <src/main/activemq/state/ProducerState.h>
Public Member Functions | |
| ProducerState (const Pointer< ProducerInfo > &info) | |
| virtual | ~ProducerState () |
| std::string | toString () const |
| const Pointer< ProducerInfo > & | getInfo () const |
| void | setTransactionState (const Pointer< TransactionState > &transactionState) |
| Pointer< TransactionState > | getTransactionState () const |
| activemq::state::ProducerState::ProducerState | ( | const Pointer< ProducerInfo > & | info | ) |
| virtual activemq::state::ProducerState::~ProducerState | ( | ) | [virtual] |
| const Pointer<ProducerInfo>& activemq::state::ProducerState::getInfo | ( | ) | const [inline] |
| Pointer<TransactionState> activemq::state::ProducerState::getTransactionState | ( | ) | const |
| void activemq::state::ProducerState::setTransactionState | ( | const Pointer< TransactionState > & | transactionState | ) |
| std::string activemq::state::ProducerState::toString | ( | ) | const |