#include <src/main/activemq/commands/JournalTransaction.h>
Constructor & Destructor Documentation
activemq::commands::JournalTransaction::JournalTransaction |
( |
| ) |
|
virtual activemq::commands::JournalTransaction::~JournalTransaction |
( |
| ) |
[virtual] |
Member Function Documentation
virtual JournalTransaction* activemq::commands::JournalTransaction::cloneDataStructure |
( |
| ) |
const [virtual] |
Clone this obbject and return a new instance that the caller now owns, this will be an exact copy of this one.
- Returns:
- new copy of this object.
Implements activemq::commands::DataStructure.
virtual void activemq::commands::JournalTransaction::copyDataStructure |
( |
const DataStructure * |
src | ) |
[virtual] |
Copy the contents of the passed object into this objects members, overwriting any existing data.
- Returns:
- src - Source Object
Implements activemq::commands::DataStructure.
virtual bool activemq::commands::JournalTransaction::equals |
( |
const DataStructure * |
value | ) |
const [virtual] |
Compares the DataStructure passed in to this one, and returns if they are equivalent.
Equivalent here means that they are of the same type, and that each element of the objects are the same.
- Returns:
- true if DataStructure's are Equal.
Implements activemq::commands::DataStructure.
virtual unsigned char activemq::commands::JournalTransaction::getDataStructureType |
( |
| ) |
const [virtual] |
virtual const Pointer<TransactionId>& activemq::commands::JournalTransaction::getTransactionId |
( |
| ) |
const [virtual] |
virtual Pointer<TransactionId>& activemq::commands::JournalTransaction::getTransactionId |
( |
| ) |
[virtual] |
virtual unsigned char activemq::commands::JournalTransaction::getType |
( |
| ) |
const [virtual] |
virtual bool activemq::commands::JournalTransaction::getWasPrepared |
( |
| ) |
const [virtual] |
virtual void activemq::commands::JournalTransaction::setTransactionId |
( |
const Pointer< TransactionId > & |
transactionId | ) |
[virtual] |
virtual void activemq::commands::JournalTransaction::setType |
( |
unsigned char |
type | ) |
[virtual] |
virtual void activemq::commands::JournalTransaction::setWasPrepared |
( |
bool |
wasPrepared | ) |
[virtual] |
virtual std::string activemq::commands::JournalTransaction::toString |
( |
| ) |
const [virtual] |
Field Documentation
The documentation for this class was generated from the following file: