activemq-cpp-3.4.0
|
#include <src/main/activemq/commands/BaseDataStructure.h>
Public Member Functions | |
virtual | ~BaseDataStructure () |
virtual bool | isMarshalAware () const |
Determine if the class implementing this interface is really wanting to be told about marshaling. | |
virtual void | beforeMarshal (wireformat::WireFormat *wireFormat AMQCPP_UNUSED) |
virtual void | afterMarshal (wireformat::WireFormat *wireFormat AMQCPP_UNUSED) |
virtual void | beforeUnmarshal (wireformat::WireFormat *wireFormat AMQCPP_UNUSED) |
virtual void | afterUnmarshal (wireformat::WireFormat *wireFormat AMQCPP_UNUSED) |
virtual void | setMarshaledForm (wireformat::WireFormat *wireFormat AMQCPP_UNUSED, const std::vector< char > &data AMQCPP_UNUSED) |
virtual std::vector< unsigned char > | getMarshaledForm (wireformat::WireFormat *wireFormat AMQCPP_UNUSED) |
virtual void | copyDataStructure (const DataStructure *src AMQCPP_UNUSED) |
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 AMQCPP_UNUSED) const |
virtual activemq::commands::BaseDataStructure::~BaseDataStructure | ( | ) | [inline, virtual] |
virtual void activemq::commands::BaseDataStructure::afterMarshal | ( | wireformat::WireFormat *wireFormat | AMQCPP_UNUSED | ) | [inline, virtual] |
virtual void activemq::commands::BaseDataStructure::afterUnmarshal | ( | wireformat::WireFormat *wireFormat | AMQCPP_UNUSED | ) | [inline, virtual] |
Reimplemented in activemq::commands::Message, and activemq::commands::WireFormatInfo.
virtual void activemq::commands::BaseDataStructure::beforeMarshal | ( | wireformat::WireFormat *wireFormat | AMQCPP_UNUSED | ) | [inline, virtual] |
Reimplemented in activemq::commands::Message, and activemq::commands::WireFormatInfo.
virtual void activemq::commands::BaseDataStructure::beforeUnmarshal | ( | wireformat::WireFormat *wireFormat | AMQCPP_UNUSED | ) | [inline, virtual] |
virtual void activemq::commands::BaseDataStructure::copyDataStructure | ( | const DataStructure *src | AMQCPP_UNUSED | ) | [inline, virtual] |
Reimplemented in activemq::commands::BooleanExpression.
virtual bool activemq::commands::BaseDataStructure::equals | ( | const DataStructure *value | AMQCPP_UNUSED | ) | const [inline, virtual] |
virtual std::vector<unsigned char> activemq::commands::BaseDataStructure::getMarshaledForm | ( | wireformat::WireFormat *wireFormat | AMQCPP_UNUSED | ) | [inline, virtual] |
virtual bool activemq::commands::BaseDataStructure::isMarshalAware | ( | ) | const [inline, virtual] |
Determine if the class implementing this interface is really wanting to be told about marshaling.
Normally if you didn't want to be marshal aware you just wouldn't implement this interface but since this is C++ and we don't have true interfaces we need a flat inheritance hierarchy, so we always implement this.
Implements activemq::wireformat::MarshalAware.
Reimplemented in activemq::commands::ActiveMQMapMessage, activemq::commands::Message, and activemq::commands::WireFormatInfo.
virtual void activemq::commands::BaseDataStructure::setMarshaledForm | ( | wireformat::WireFormat *wireFormat | AMQCPP_UNUSED, |
const std::vector< char > &data | AMQCPP_UNUSED | ||
) | [inline, virtual] |
virtual std::string activemq::commands::BaseDataStructure::toString | ( | ) | const [inline, virtual] |
Returns a string containing the information for this DataStructure such as its type and value of its elements.
Implements activemq::commands::DataStructure.
Reimplemented in activemq::commands::ActiveMQBlobMessage, activemq::commands::ActiveMQBytesMessage, activemq::commands::ActiveMQDestination, activemq::commands::ActiveMQMapMessage, activemq::commands::ActiveMQMessage, activemq::commands::ActiveMQObjectMessage, activemq::commands::ActiveMQQueue, activemq::commands::ActiveMQStreamMessage, activemq::commands::ActiveMQTempDestination, activemq::commands::ActiveMQTempQueue, activemq::commands::ActiveMQTempTopic, activemq::commands::ActiveMQTextMessage, activemq::commands::ActiveMQTopic, activemq::commands::BaseCommand, activemq::commands::BooleanExpression, activemq::commands::BrokerId, activemq::commands::BrokerInfo, activemq::commands::Command, activemq::commands::ConnectionControl, activemq::commands::ConnectionError, activemq::commands::ConnectionId, activemq::commands::ConnectionInfo, activemq::commands::ConsumerControl, activemq::commands::ConsumerId, activemq::commands::ConsumerInfo, activemq::commands::ControlCommand, activemq::commands::DataArrayResponse, activemq::commands::DataResponse, activemq::commands::DestinationInfo, activemq::commands::DiscoveryEvent, activemq::commands::ExceptionResponse, activemq::commands::FlushCommand, activemq::commands::IntegerResponse, activemq::commands::JournalQueueAck, activemq::commands::JournalTopicAck, activemq::commands::JournalTrace, activemq::commands::JournalTransaction, activemq::commands::KeepAliveInfo, activemq::commands::LastPartialCommand, activemq::commands::LocalTransactionId, activemq::commands::Message, activemq::commands::MessageAck, activemq::commands::MessageDispatch, activemq::commands::MessageDispatchNotification, activemq::commands::MessageId, activemq::commands::MessagePull, activemq::commands::NetworkBridgeFilter, activemq::commands::PartialCommand, activemq::commands::ProducerAck, activemq::commands::ProducerId, activemq::commands::ProducerInfo, activemq::commands::RemoveInfo, activemq::commands::RemoveSubscriptionInfo, activemq::commands::ReplayCommand, activemq::commands::Response, activemq::commands::SessionId, activemq::commands::SessionInfo, activemq::commands::ShutdownInfo, activemq::commands::SubscriptionInfo, activemq::commands::TransactionId, activemq::commands::TransactionInfo, activemq::commands::WireFormatInfo, and activemq::commands::XATransactionId.
Referenced by activemq::commands::BooleanExpression::toString(), and activemq::commands::BaseCommand::toString().