activemq::commands::ProducerId Class Reference
#include <src/main/activemq/commands/ProducerId.h>
Member Typedef Documentation
Constructor & Destructor Documentation
| activemq::commands::ProducerId::ProducerId |
( |
|
) |
|
| activemq::commands::ProducerId::ProducerId |
( |
const ProducerId & |
other |
) |
|
| activemq::commands::ProducerId::ProducerId |
( |
const SessionId & |
sessionId, |
|
|
long long |
consumerId | |
|
) |
| | |
| activemq::commands::ProducerId::ProducerId |
( |
std::string |
producerId |
) |
|
| virtual activemq::commands::ProducerId::~ProducerId |
( |
|
) |
[virtual] |
Member Function Documentation
| virtual ProducerId* activemq::commands::ProducerId::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::ProducerId::compareTo |
( |
const ProducerId & |
value |
) |
const [virtual] |
| virtual void activemq::commands::ProducerId::copyDataStructure |
( |
const DataStructure * |
src |
) |
[virtual] |
| virtual bool activemq::commands::ProducerId::equals |
( |
const ProducerId & |
value |
) |
const [virtual] |
| virtual bool activemq::commands::ProducerId::equals |
( |
const DataStructure * |
value |
) |
const [virtual] |
| virtual std::string& activemq::commands::ProducerId::getConnectionId |
( |
|
) |
[virtual] |
| virtual const std::string& activemq::commands::ProducerId::getConnectionId |
( |
|
) |
const [virtual] |
| virtual unsigned char activemq::commands::ProducerId::getDataStructureType |
( |
|
) |
const [virtual] |
| int activemq::commands::ProducerId::getHashCode |
( |
|
) |
const |
| virtual long long activemq::commands::ProducerId::getSessionId |
( |
|
) |
const [virtual] |
| virtual long long activemq::commands::ProducerId::getValue |
( |
|
) |
const [virtual] |
| virtual bool activemq::commands::ProducerId::operator< |
( |
const ProducerId & |
value |
) |
const [virtual] |
| virtual bool activemq::commands::ProducerId::operator== |
( |
const ProducerId & |
value |
) |
const [virtual] |
| virtual void activemq::commands::ProducerId::setConnectionId |
( |
const std::string & |
connectionId |
) |
[virtual] |
| void activemq::commands::ProducerId::setProducerSessionKey |
( |
std::string |
sessionKey |
) |
|
| virtual void activemq::commands::ProducerId::setSessionId |
( |
long long |
sessionId |
) |
[virtual] |
| virtual void activemq::commands::ProducerId::setValue |
( |
long long |
value |
) |
[virtual] |
| virtual std::string activemq::commands::ProducerId::toString |
( |
|
) |
const [virtual] |
Field Documentation
The documentation for this class was generated from the following file: