#include <src/main/activemq/commands/TransactionInfo.h>
Constructor & Destructor Documentation
activemq::commands::TransactionInfo::TransactionInfo |
( |
| ) |
|
virtual activemq::commands::TransactionInfo::~TransactionInfo |
( |
| ) |
[virtual] |
Member Function Documentation
virtual TransactionInfo* activemq::commands::TransactionInfo::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::TransactionInfo::copyDataStructure |
( |
const DataStructure * |
src | ) |
[virtual] |
Copy the contents of the passed object into this objects members, overwriting any existing data.
- Returns:
- src - Source Object
Reimplemented from activemq::commands::BaseCommand.
virtual bool activemq::commands::TransactionInfo::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.
Reimplemented from activemq::commands::BaseCommand.
virtual const Pointer<ConnectionId>& activemq::commands::TransactionInfo::getConnectionId |
( |
| ) |
const [virtual] |
virtual Pointer<ConnectionId>& activemq::commands::TransactionInfo::getConnectionId |
( |
| ) |
[virtual] |
virtual unsigned char activemq::commands::TransactionInfo::getDataStructureType |
( |
| ) |
const [virtual] |
virtual const Pointer<TransactionId>& activemq::commands::TransactionInfo::getTransactionId |
( |
| ) |
const [virtual] |
virtual unsigned char activemq::commands::TransactionInfo::getType |
( |
| ) |
const [virtual] |
virtual bool activemq::commands::TransactionInfo::isTransactionInfo |
( |
| ) |
const [inline, virtual] |
virtual void activemq::commands::TransactionInfo::setConnectionId |
( |
const Pointer< ConnectionId > & |
connectionId | ) |
[virtual] |
virtual void activemq::commands::TransactionInfo::setTransactionId |
( |
const Pointer< TransactionId > & |
transactionId | ) |
[virtual] |
virtual void activemq::commands::TransactionInfo::setType |
( |
unsigned char |
type | ) |
[virtual] |
virtual std::string activemq::commands::TransactionInfo::toString |
( |
| ) |
const [virtual] |
Allows a Visitor to visit this command and return a response to the command based on the command type being visited.
The command will call the proper processXXX method in the visitor.
- Returns:
- a Response to the visitor being called or NULL if no response.
Implements activemq::commands::Command.
Field Documentation
The documentation for this class was generated from the following file: