18#ifndef _ACTIVEMQ_COMMANDS_TRANSACTIONID_H_
19#define _ACTIVEMQ_COMMANDS_TRANSACTIONID_H_
23#pragma warning( disable : 4290 )
36 using decaf::lang::Pointer;
#define AMQCPP_API
Definition Config.h:30
Definition BaseDataStructure.h:33
Definition DataStructure.h:27
virtual bool operator<(const TransactionId &value) const
virtual unsigned char getDataStructureType() const
Get the DataStructure Type as defined in CommandTypes.h.
static const unsigned char ID_TRANSACTIONID
Definition TransactionId.h:53
virtual bool operator==(const TransactionId &value) const
virtual int compareTo(const TransactionId &value) const
virtual TransactionId * cloneDataStructure() const
Clone this obbject and return a new instance that the caller now owns, this will be an exact copy of ...
virtual bool equals(const TransactionId &value) const
decaf::lang::PointerComparator< TransactionId > COMPARATOR
Definition TransactionId.h:55
virtual bool isLocalTransactionId() const
Definition TransactionId.h:75
virtual std::string toString() const
Returns a string containing the information for this DataStructure such as its type and value of its ...
virtual bool isXATransactionId() const
Definition TransactionId.h:79
virtual bool equals(const DataStructure *value) const
Compares the DataStructure passed in to this one, and returns if they are equivalent.
virtual void copyDataStructure(const DataStructure *src)
Copy the contents of the passed object into this objects members, overwriting any existing data.
TransactionId(const TransactionId &other)
This interface imposes a total ordering on the objects of each class that implements it.
Definition Comparable.h:33
This implementation of Comparator is designed to allows objects in a Collection to be sorted or teste...
Definition Pointer.h:366
Definition ActiveMQBlobMessage.h:28
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
Definition CachedConsumer.h:24