18 #ifndef _ACTIVEMQ_COMMANDS_BROKERID_H_ 19 #define _ACTIVEMQ_COMMANDS_BROKERID_H_ 23 #pragma warning( disable : 4290 ) 54 const static unsigned char ID_BROKERID = 124;
66 virtual unsigned char getDataStructureType()
const;
68 virtual BrokerId* cloneDataStructure()
const;
72 virtual std::string toString()
const;
76 virtual const std::string& getValue()
const;
77 virtual std::string& getValue();
78 virtual void setValue(
const std::string& value );
80 virtual int compareTo(
const BrokerId& value)
const;
82 virtual bool equals(
const BrokerId& value)
const;
86 virtual bool operator<(
const BrokerId& value)
const;
90 int getHashCode()
const;
#define AMQCPP_API
Definition: Config.h:30
Definition: BaseDataStructure.h:33
decaf::lang::PointerComparator< BrokerId > COMPARATOR
Definition: BrokerId.h:56
std::string value
Definition: BrokerId.h:50
Definition: DataStructure.h:27
Definition: BrokerId.h:47
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements...
Definition: CachedConsumer.h:24
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