activemq::commands::BrokerId Class Reference

#include <src/main/activemq/commands/BrokerId.h>

Inheritance diagram for activemq::commands::BrokerId:
Inheritance graph
[legend]

Public Types

typedef
decaf::lang::PointerComparator
< BrokerId
COMPARATOR

Public Member Functions

 BrokerId ()
 BrokerId (const BrokerId &other)
virtual ~BrokerId ()
virtual unsigned char getDataStructureType () const
 Get the DataStructure Type as defined in CommandTypes.h.
virtual BrokerIdcloneDataStructure () const
 Clone this obbject and return a new instance that the caller now owns, this will be an exact copy of this one.
virtual void copyDataStructure (const DataStructure *src)
virtual std::string toString () const
 Returns a string containing the information for this DataStructure such as its type and value of its elements.
virtual bool equals (const DataStructure *value) const
virtual const std::string & getValue () const
virtual std::string & getValue ()
virtual void setValue (const std::string &value)
virtual int compareTo (const BrokerId &value) const
virtual bool equals (const BrokerId &value) const
virtual bool operator== (const BrokerId &value) const
virtual bool operator< (const BrokerId &value) const
BrokerIdoperator= (const BrokerId &other)
int getHashCode () const

Static Public Attributes

static const unsigned char ID_BROKERID = 124

Protected Attributes

std::string value

Member Typedef Documentation


Constructor & Destructor Documentation

activemq::commands::BrokerId::BrokerId (  ) 
activemq::commands::BrokerId::BrokerId ( const BrokerId other  ) 
virtual activemq::commands::BrokerId::~BrokerId (  )  [virtual]

Member Function Documentation

virtual BrokerId* activemq::commands::BrokerId::cloneDataStructure (  )  const [virtual]

Clone this obbject and return a new instance that the caller now owns, this will be an exact copy of this one.

Returns:
new copy of this object.

Implements activemq::commands::DataStructure.

virtual int activemq::commands::BrokerId::compareTo ( const BrokerId value  )  const [virtual]
virtual void activemq::commands::BrokerId::copyDataStructure ( const DataStructure src  )  [virtual]
virtual bool activemq::commands::BrokerId::equals ( const BrokerId value  )  const [virtual]
virtual bool activemq::commands::BrokerId::equals ( const DataStructure value  )  const [virtual]
virtual unsigned char activemq::commands::BrokerId::getDataStructureType (  )  const [virtual]

Get the DataStructure Type as defined in CommandTypes.h.

Returns:
The type of the data structure

Implements activemq::commands::DataStructure.

int activemq::commands::BrokerId::getHashCode (  )  const
virtual std::string& activemq::commands::BrokerId::getValue (  )  [virtual]
virtual const std::string& activemq::commands::BrokerId::getValue (  )  const [virtual]
virtual bool activemq::commands::BrokerId::operator< ( const BrokerId value  )  const [virtual]
BrokerId& activemq::commands::BrokerId::operator= ( const BrokerId other  ) 
virtual bool activemq::commands::BrokerId::operator== ( const BrokerId value  )  const [virtual]
virtual void activemq::commands::BrokerId::setValue ( const std::string &  value  )  [virtual]
virtual std::string activemq::commands::BrokerId::toString (  )  const [virtual]

Returns a string containing the information for this DataStructure such as its type and value of its elements.

Returns:
formatted string useful for debugging.

Reimplemented from activemq::commands::BaseDataStructure.


Field Documentation

const unsigned char activemq::commands::BrokerId::ID_BROKERID = 124 [static]
std::string activemq::commands::BrokerId::value [protected]

The documentation for this class was generated from the following file:

Generated on 1 Dec 2014 for activemq-cpp-3.8.2 by  doxygen 1.6.1