18 #ifndef _ACTIVEMQ_COMMANDS_JOURNALTRANSACTION_H_ 19 #define _ACTIVEMQ_COMMANDS_JOURNALTRANSACTION_H_ 23 #pragma warning( disable : 4290 ) 56 const static unsigned char ID_JOURNALTRANSACTION = 54;
69 virtual unsigned char getDataStructureType()
const;
75 virtual std::string toString()
const;
83 virtual unsigned char getType()
const;
84 virtual void setType(
unsigned char type );
86 virtual bool getWasPrepared()
const;
87 virtual void setWasPrepared(
bool wasPrepared );
#define AMQCPP_API
Definition: Config.h:30
Definition: BaseDataStructure.h:33
unsigned char type
Definition: JournalTransaction.h:51
Definition: DataStructure.h:27
Pointer< TransactionId > transactionId
Definition: JournalTransaction.h:50
bool wasPrepared
Definition: JournalTransaction.h:52
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements...
Definition: CachedConsumer.h:24
Definition: JournalTransaction.h:47
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