18 #ifndef _ACTIVEMQ_COMMANDS_TRANSACTIONINFO_H_ 19 #define _ACTIVEMQ_COMMANDS_TRANSACTIONINFO_H_ 23 #pragma warning( disable : 4290 ) 57 const static unsigned char ID_TRANSACTIONINFO = 7;
70 virtual unsigned char getDataStructureType()
const;
76 virtual std::string toString()
const;
88 virtual unsigned char getType()
const;
89 virtual void setType(
unsigned char type );
Pointer< ConnectionId > connectionId
Definition: TransactionInfo.h:51
#define AMQCPP_API
Definition: Config.h:30
virtual bool isTransactionInfo() const
Definition: TransactionInfo.h:94
Definition: DataStructure.h:27
Interface for an Object that can visit the various Command Objects that are sent from and to this cli...
Definition: CommandVisitor.h:69
Pointer< TransactionId > transactionId
Definition: TransactionInfo.h:52
Definition: BaseCommand.h:27
unsigned char type
Definition: TransactionInfo.h:53
Definition: TransactionInfo.h:48
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements...
Definition: CachedConsumer.h:24
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