activemq-cpp-3.9.5
activemq::state::TransactionState Class Reference

#include <src/main/activemq/state/TransactionState.h>

Public Member Functions

 TransactionState (Pointer< TransactionId > id)
 
virtual ~TransactionState ()
 
std::string toString () const
 
void addCommand (Pointer< Command > operation)
 
void checkShutdown () const
 
void shutdown ()
 
void clear ()
 
const LinkedList< Pointer< Command > > & getCommands () const
 
const Pointer< TransactionIdgetId () const
 
void setPrepared (bool prepared)
 
bool isPrepared () const
 
void setPreparedResult (int preparedResult)
 
int getPreparedResult () const
 
void addProducerState (Pointer< ProducerState > producerState)
 
const decaf::util::Collection< Pointer< ProducerState > > & getProducerStates ()
 

Constructor & Destructor Documentation

◆ TransactionState()

activemq::state::TransactionState::TransactionState ( Pointer< TransactionId > id)

◆ ~TransactionState()

virtual activemq::state::TransactionState::~TransactionState ( )
virtual

Member Function Documentation

◆ addCommand()

void activemq::state::TransactionState::addCommand ( Pointer< Command > operation)

◆ addProducerState()

void activemq::state::TransactionState::addProducerState ( Pointer< ProducerState > producerState)

◆ checkShutdown()

void activemq::state::TransactionState::checkShutdown ( ) const

◆ clear()

void activemq::state::TransactionState::clear ( )

◆ getCommands()

const LinkedList< Pointer< Command > > & activemq::state::TransactionState::getCommands ( ) const
inline

◆ getId()

const Pointer< TransactionId > activemq::state::TransactionState::getId ( ) const
inline

◆ getPreparedResult()

int activemq::state::TransactionState::getPreparedResult ( ) const
inline

◆ getProducerStates()

const decaf::util::Collection< Pointer< ProducerState > > & activemq::state::TransactionState::getProducerStates ( )

◆ isPrepared()

bool activemq::state::TransactionState::isPrepared ( ) const
inline

◆ setPrepared()

void activemq::state::TransactionState::setPrepared ( bool prepared)
inline

◆ setPreparedResult()

void activemq::state::TransactionState::setPreparedResult ( int preparedResult)
inline

◆ shutdown()

void activemq::state::TransactionState::shutdown ( )

◆ toString()

std::string activemq::state::TransactionState::toString ( ) const

The documentation for this class was generated from the following file: