18 #ifndef _ACTIVEMQ_COMMANDS_CONNECTIONID_H_ 19 #define _ACTIVEMQ_COMMANDS_CONNECTIONID_H_ 23 #pragma warning( disable : 4290 ) 58 const static unsigned char ID_CONNECTIONID = 120;
76 virtual unsigned char getDataStructureType()
const;
82 virtual std::string toString()
const;
86 virtual const std::string& getValue()
const;
87 virtual std::string& getValue();
88 virtual void setValue(
const std::string& value );
100 int getHashCode()
const;
Definition: ProducerId.h:48
#define AMQCPP_API
Definition: Config.h:30
Definition: BaseDataStructure.h:33
Definition: ConnectionId.h:51
decaf::lang::PointerComparator< ConnectionId > COMPARATOR
Definition: ConnectionId.h:60
std::string value
Definition: ConnectionId.h:54
Definition: DataStructure.h:27
Definition: ConsumerId.h:48
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements...
Definition: CachedConsumer.h:24
Definition: SessionId.h:51
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