18 #ifndef _ACTIVEMQ_COMMANDS_DESTINATIONINFO_H_ 19 #define _ACTIVEMQ_COMMANDS_DESTINATIONINFO_H_ 23 #pragma warning( disable : 4290 ) 56 std::vector< decaf::lang::Pointer<BrokerId> >
brokerPath;
60 const static unsigned char ID_DESTINATIONINFO = 8;
73 virtual unsigned char getDataStructureType()
const;
79 virtual std::string toString()
const;
91 virtual unsigned char getOperationType()
const;
92 virtual void setOperationType(
unsigned char operationType );
94 virtual long long getTimeout()
const;
95 virtual void setTimeout(
long long timeout );
97 virtual const std::vector< decaf::lang::Pointer<BrokerId> >& getBrokerPath()
const;
98 virtual std::vector< decaf::lang::Pointer<BrokerId> >& getBrokerPath();
std::vector< decaf::lang::Pointer< BrokerId > > brokerPath
Definition: DestinationInfo.h:56
#define AMQCPP_API
Definition: Config.h:30
Definition: DestinationInfo.h:49
unsigned char operationType
Definition: DestinationInfo.h:54
Pointer< ActiveMQDestination > destination
Definition: DestinationInfo.h:53
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
Pointer< ConnectionId > connectionId
Definition: DestinationInfo.h:52
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements...
Definition: CachedConsumer.h:24
long long timeout
Definition: DestinationInfo.h:55
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