activemq::commands::ActiveMQBlobMessage Class Reference
#include <src/main/activemq/commands/ActiveMQBlobMessage.h>
Constructor & Destructor Documentation
| activemq::commands::ActiveMQBlobMessage::ActiveMQBlobMessage |
( |
|
) |
|
| virtual activemq::commands::ActiveMQBlobMessage::~ActiveMQBlobMessage |
( |
|
) |
throw () [inline, virtual] |
Member Function Documentation
| virtual cms::Message* activemq::commands::ActiveMQBlobMessage::clone |
( |
|
) |
const [inline, virtual] |
| virtual ActiveMQBlobMessage* activemq::commands::ActiveMQBlobMessage::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.
Reimplemented from activemq::commands::Message.
| virtual void activemq::commands::ActiveMQBlobMessage::copyDataStructure |
( |
const DataStructure * |
src |
) |
[virtual] |
| virtual bool activemq::commands::ActiveMQBlobMessage::equals |
( |
const DataStructure * |
value |
) |
const [virtual] |
| virtual unsigned char activemq::commands::ActiveMQBlobMessage::getDataStructureType |
( |
|
) |
const [virtual] |
| std::string activemq::commands::ActiveMQBlobMessage::getMimeType |
( |
|
) |
const [inline] |
Get the Mime Type of the Blob.
- Returns:
- string holding the MIME Type.
| std::string activemq::commands::ActiveMQBlobMessage::getName |
( |
|
) |
const [inline] |
Gets the Name of the Blob.
- Returns:
- string name of the Blob.
| std::string activemq::commands::ActiveMQBlobMessage::getRemoteBlobUrl |
( |
|
) |
const [inline] |
Get the Remote URL of the Blob.
- Returns:
- string from of the Remote Blob URL.
| bool activemq::commands::ActiveMQBlobMessage::isDeletedByBroker |
( |
|
) |
const [inline] |
Gets if this Blob is deleted by the Broker.
- Returns:
- true if the Blob is deleted by the Broker.
| void activemq::commands::ActiveMQBlobMessage::setDeletedByBroker |
( |
bool |
value |
) |
[inline] |
Sets the Deleted By Broker flag.
- Parameters:
-
| value | - set the Delete by broker flag to value. |
| void activemq::commands::ActiveMQBlobMessage::setMimeType |
( |
const std::string & |
mimeType |
) |
[inline] |
Set the Mime Type of the Blob.
- Parameters:
-
| mimeType | - String holding the MIME Type. |
| void activemq::commands::ActiveMQBlobMessage::setName |
( |
const std::string & |
name |
) |
[inline] |
Sets the Name of the Blob.
- Parameters:
-
| void activemq::commands::ActiveMQBlobMessage::setRemoteBlobUrl |
( |
const std::string & |
remoteURL |
) |
[inline] |
Set the Remote URL of the Blob.
- Parameters:
-
| remoteURL | - String form of the Remote URL. |
| virtual std::string activemq::commands::ActiveMQBlobMessage::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::Message.
Field Documentation
The documentation for this class was generated from the following file: