18 #ifndef _ACTIVEMQ_COMMANDS_TRANSACTIONID_H_ 19 #define _ACTIVEMQ_COMMANDS_TRANSACTIONID_H_ 23 #pragma warning( disable : 4290 ) 53 const static unsigned char ID_TRANSACTIONID = 0;
65 virtual unsigned char getDataStructureType()
const;
71 virtual std::string toString()
const;
93 int getHashCode()
const;
#define AMQCPP_API
Definition: Config.h:30
Definition: BaseDataStructure.h:33
virtual bool isXATransactionId() const
Definition: TransactionId.h:79
Definition: DataStructure.h:27
Definition: TransactionId.h:47
decaf::lang::PointerComparator< TransactionId > COMPARATOR
Definition: TransactionId.h:55
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements...
Definition: CachedConsumer.h:24
virtual bool isLocalTransactionId() const
Definition: TransactionId.h:75
bool operator==(const ArrayPointer< T > &left, const U *right)
Definition: ArrayPointer.h:379
This implementation of Comparator is designed to allows objects in a Collection to be sorted or teste...
Definition: Pointer.h:366
Decaf's implementation of a Smart Pointer that is a template on a Type and is Thread Safe if the defa...
Definition: Pointer.h:53
This interface imposes a total ordering on the objects of each class that implements it...
Definition: Comparable.h:33