18#ifndef _ACTIVEMQ_COMMANDS_BROKERID_H_
19#define _ACTIVEMQ_COMMANDS_BROKERID_H_
23#pragma warning( disable : 4290 )
36 using decaf::lang::Pointer;
#define AMQCPP_API
Definition Config.h:30
Definition BaseDataStructure.h:33
decaf::lang::PointerComparator< BrokerId > COMPARATOR
Definition BrokerId.h:56
virtual bool operator<(const BrokerId &value) const
virtual void setValue(const std::string &value)
virtual bool operator==(const BrokerId &value) const
virtual BrokerId * cloneDataStructure() const
Clone this obbject and return a new instance that the caller now owns, this will be an exact copy of ...
virtual bool equals(const BrokerId &value) const
BrokerId(const BrokerId &other)
virtual std::string & getValue()
std::string value
Definition BrokerId.h:50
virtual std::string toString() const
Returns a string containing the information for this DataStructure such as its type and value of its ...
virtual bool equals(const DataStructure *value) const
Compares the DataStructure passed in to this one, and returns if they are equivalent.
virtual const std::string & getValue() const
virtual void copyDataStructure(const DataStructure *src)
Copy the contents of the passed object into this objects members, overwriting any existing data.
virtual int compareTo(const BrokerId &value) const
static const unsigned char ID_BROKERID
Definition BrokerId.h:54
virtual unsigned char getDataStructureType() const
Get the DataStructure Type as defined in CommandTypes.h.
Definition DataStructure.h:27
This interface imposes a total ordering on the objects of each class that implements it.
Definition Comparable.h:33
This implementation of Comparator is designed to allows objects in a Collection to be sorted or teste...
Definition Pointer.h:366
Definition ActiveMQBlobMessage.h:28
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
Definition CachedConsumer.h:24