18 #ifndef _ACTIVEMQ_COMMANDS_PRODUCERINFO_H_
19 #define _ACTIVEMQ_COMMANDS_PRODUCERINFO_H_
23 #pragma warning( disable : 4290 )
55 std::vector< decaf::lang::Pointer<BrokerId> >
brokerPath;
61 const static unsigned char ID_PRODUCERINFO = 6;
74 virtual unsigned char getDataStructureType()
const;
80 virtual std::string toString()
const;
94 virtual const std::vector< decaf::lang::Pointer<BrokerId> >& getBrokerPath()
const;
95 virtual std::vector< decaf::lang::Pointer<BrokerId> >& getBrokerPath();
98 virtual bool isDispatchAsync()
const;
99 virtual void setDispatchAsync(
bool dispatchAsync );
101 virtual int getWindowSize()
const;
102 virtual void setWindowSize(
int windowSize );
Pointer< ProducerId > producerId
Definition: ProducerInfo.h:53
Pointer< ActiveMQDestination > destination
Definition: ProducerInfo.h:54
#define AMQCPP_API
Definition: Config.h:30
int windowSize
Definition: ProducerInfo.h:57
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
Definition: BaseCommand.h:27
bool dispatchAsync
Definition: ProducerInfo.h:56
std::vector< decaf::lang::Pointer< BrokerId > > brokerPath
Definition: ProducerInfo.h:55
Definition: ProducerInfo.h:50
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
virtual bool isProducerInfo() const
Definition: ProducerInfo.h:107