#include <src/main/activemq/commands/MessageId.h>
Member Typedef Documentation
Constructor & Destructor Documentation
activemq::commands::MessageId::MessageId |
( |
| ) |
|
activemq::commands::MessageId::MessageId |
( |
const MessageId & |
other | ) |
|
activemq::commands::MessageId::MessageId |
( |
const std::string & |
messageKey | ) |
|
activemq::commands::MessageId::MessageId |
( |
const Pointer< ProducerInfo > & |
producerInfo, |
|
|
long long |
producerSequenceId |
|
) |
| |
activemq::commands::MessageId::MessageId |
( |
const Pointer< ProducerId > & |
producerId, |
|
|
long long |
producerSequenceId |
|
) |
| |
activemq::commands::MessageId::MessageId |
( |
const std::string & |
producerId, |
|
|
long long |
producerSequenceId |
|
) |
| |
virtual activemq::commands::MessageId::~MessageId |
( |
| ) |
[virtual] |
Member Function Documentation
virtual MessageId* activemq::commands::MessageId::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::MessageId::compareTo |
( |
const MessageId & |
value | ) |
const [virtual] |
virtual void activemq::commands::MessageId::copyDataStructure |
( |
const DataStructure * |
src | ) |
[virtual] |
Copy the contents of the passed object into this objects members, overwriting any existing data.
- Returns:
- src - Source Object
Implements activemq::commands::DataStructure.
virtual bool activemq::commands::MessageId::equals |
( |
const DataStructure * |
value | ) |
const [virtual] |
Compares the DataStructure passed in to this one, and returns if they are equivalent.
Equivalent here means that they are of the same type, and that each element of the objects are the same.
- Returns:
- true if DataStructure's are Equal.
Implements activemq::commands::DataStructure.
virtual bool activemq::commands::MessageId::equals |
( |
const MessageId & |
value | ) |
const [virtual] |
virtual long long activemq::commands::MessageId::getBrokerSequenceId |
( |
| ) |
const [virtual] |
virtual unsigned char activemq::commands::MessageId::getDataStructureType |
( |
| ) |
const [virtual] |
virtual const Pointer<ProducerId>& activemq::commands::MessageId::getProducerId |
( |
| ) |
const [virtual] |
virtual Pointer<ProducerId>& activemq::commands::MessageId::getProducerId |
( |
| ) |
[virtual] |
virtual long long activemq::commands::MessageId::getProducerSequenceId |
( |
| ) |
const [virtual] |
virtual bool activemq::commands::MessageId::operator< |
( |
const MessageId & |
value | ) |
const [virtual] |
virtual bool activemq::commands::MessageId::operator== |
( |
const MessageId & |
value | ) |
const [virtual] |
virtual void activemq::commands::MessageId::setBrokerSequenceId |
( |
long long |
brokerSequenceId | ) |
[virtual] |
virtual void activemq::commands::MessageId::setProducerId |
( |
const Pointer< ProducerId > & |
producerId | ) |
[virtual] |
virtual void activemq::commands::MessageId::setProducerSequenceId |
( |
long long |
producerSequenceId | ) |
[virtual] |
void activemq::commands::MessageId::setTextView |
( |
const std::string & |
key | ) |
|
void activemq::commands::MessageId::setValue |
( |
const std::string & |
key | ) |
|
virtual std::string activemq::commands::MessageId::toString |
( |
| ) |
const [virtual] |
Field Documentation
The documentation for this class was generated from the following file: