Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id BD033200C8F for ; Thu, 25 May 2017 16:30:41 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id BBC57160BD5; Thu, 25 May 2017 14:30:41 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 285BE160BF4 for ; Thu, 25 May 2017 16:30:36 +0200 (CEST) Received: (qmail 43294 invoked by uid 500); 25 May 2017 14:30:35 -0000 Mailing-List: contact commits-help@qpid.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@qpid.apache.org Delivered-To: mailing list commits@qpid.apache.org Received: (qmail 41472 invoked by uid 99); 25 May 2017 14:30:33 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 May 2017 14:30:33 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id B0AE9E0898; Thu, 25 May 2017 14:30:33 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: robbie@apache.org To: commits@qpid.apache.org Date: Thu, 25 May 2017 14:31:03 -0000 Message-Id: In-Reply-To: <9673ef95850a4504bb68010d2731d80a@git.apache.org> References: <9673ef95850a4504bb68010d2731d80a@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [32/51] [abbrv] [partial] qpid-site git commit: QPID-7756: remove stale cpp 'trunk' docs as they now use 'master' instead archived-at: Thu, 25 May 2017 14:30:42 -0000 http://git-wip-us.apache.org/repos/asf/qpid-site/blob/1a8679bf/content/releases/qpid-cpp-trunk/messaging-api/cpp/api/classqpid_1_1messaging_1_1Message.html ---------------------------------------------------------------------- diff --git a/content/releases/qpid-cpp-trunk/messaging-api/cpp/api/classqpid_1_1messaging_1_1Message.html b/content/releases/qpid-cpp-trunk/messaging-api/cpp/api/classqpid_1_1messaging_1_1Message.html deleted file mode 100755 index d3869a1..0000000 --- a/content/releases/qpid-cpp-trunk/messaging-api/cpp/api/classqpid_1_1messaging_1_1Message.html +++ /dev/null @@ -1,904 +0,0 @@ - - - - - - -Qpid C++ Messaging API: qpid::messaging::Message Class Reference - - - - - - - - - - - - - - - -
-
- - - - - - - -
-
Qpid C++ Messaging API -  trunk -
-
- - - - - - -
-
-
- - - -
-
- -
-
-
- -
- -
-
- - -
- -
- -
- -
-
qpid::messaging::Message Class Reference
-
-
- -

#include <Message.h>

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

-Public Member Functions

QPID_MESSAGING_EXTERN Message (qpid::types::Variant &)
 
QPID_MESSAGING_EXTERN Message (const std::string &bytes=std::string())
 
QPID_MESSAGING_EXTERN Message (const char *, size_t)
 
QPID_MESSAGING_EXTERN Message (const Message &)
 
QPID_MESSAGING_EXTERN ~Message ()
 
QPID_MESSAGING_EXTERN Messageoperator= (const Message &)
 
QPID_MESSAGING_EXTERN void setReplyTo (const Address &)
 
QPID_MESSAGING_EXTERN const AddressgetReplyTo () const
 
QPID_MESSAGING_EXTERN void setSubject (const std::string &)
 
QPID_MESSAGING_EXTERN const std::string & getSubject () const
 
QPID_MESSAGING_EXTERN void setContentType (const std::string &)
 
QPID_MESSAGING_EXTERN const std::string & getContentType () const
 
QPID_MESSAGING_EXTERN void setMessageId (const std::string &)
 
QPID_MESSAGING_EXTERN const std::string & getMessageId () const
 
QPID_MESSAGING_EXTERN void setUserId (const std::string &)
 
QPID_MESSAGING_EXTERN const std::string & getUserId () const
 
QPID_MESSAGING_EXTERN void setCorrelationId (const std::string &)
 
QPID_MESSAGING_EXTERN const std::string & getCorrelationId () const
 
QPID_MESSAGING_EXTERN void setPriority (uint8_t)
 
QPID_MESSAGING_EXTERN uint8_t getPriority () const
 
QPID_MESSAGING_EXTERN void setTtl (Duration ttl)
 
QPID_MESSAGING_EXTERN Duration getTtl () const
 
QPID_MESSAGING_EXTERN void setDurable (bool durable)
 
QPID_MESSAGING_EXTERN bool getDurable () const
 
QPID_MESSAGING_EXTERN bool getRedelivered () const
 
QPID_MESSAGING_EXTERN void setRedelivered (bool)
 
QPID_MESSAGING_EXTERN const qpid::types::Variant::MapgetProperties () const
 
QPID_MESSAGING_EXTERN qpid::types::Variant::MapgetProperties ()
 
QPID_MESSAGING_EXTERN void setProperties (const qpid::types::Variant::Map &)
 
QPID_MESSAGING_EXTERN void setContent (const std::string &)
 
QPID_MESSAGING_EXTERN void setContent (const char *chars, size_t count)
 
QPID_MESSAGING_EXTERN std::string getContent () const
 
QPID_MESSAGING_EXTERN std::string getContentBytes () const
 
QPID_MESSAGING_EXTERN void setContentBytes (const std::string &)
 
QPID_MESSAGING_EXTERN qpid::types::VariantgetContentObject ()
 
QPID_MESSAGING_EXTERN const qpid::types::VariantgetContentObject () const
 
QPID_MESSAGING_EXTERN void setContentObject (const qpid::types::Variant &)
 
QPID_MESSAGING_EXTERN const char * getContentPtr () const
 
QPID_MESSAGING_EXTERN size_t getContentSize () const
 
QPID_MESSAGING_EXTERN void setProperty (const std::string &, const qpid::types::Variant &)
 
- - - -

-Friends

struct MessageImplAccess
 
-

Detailed Description

-

Representation of a message.

-

Constructor & Destructor Documentation

- -
-
- - - - - - - - -
QPID_MESSAGING_EXTERN qpid::messaging::Message::Message (qpid::types::Variant)
-
- -
-
- -
-
- - - - - - - - -
QPID_MESSAGING_EXTERN qpid::messaging::Message::Message (const std::string & bytes = std::string())
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
QPID_MESSAGING_EXTERN qpid::messaging::Message::Message (const char * ,
size_t  
)
-
- -
-
- -
-
- - - - - - - - -
QPID_MESSAGING_EXTERN qpid::messaging::Message::Message (const Message)
-
- -
-
- -
-
- - - - - - - -
QPID_MESSAGING_EXTERN qpid::messaging::Message::~Message ()
-
- -
-
-

Member Function Documentation

- -
-
- - - - - - - -
QPID_MESSAGING_EXTERN std::string qpid::messaging::Message::getContent () const
-
-

Get the content as a std::string

- -
-
- -
-
- - - - - - - -
QPID_MESSAGING_EXTERN std::string qpid::messaging::Message::getContentBytes () const
-
-

Get the content as raw bytes (an alias for getContent()

- -
-
- -
-
- - - - - - - -
QPID_MESSAGING_EXTERN qpid::types::Variant& qpid::messaging::Message::getContentObject ()
-
-

Get the content as a Variant, which can represent an object of different types. This can be used for content representing a map or a list for example.

- -
-
- -
-
- - - - - - - -
QPID_MESSAGING_EXTERN const qpid::types::Variant& qpid::messaging::Message::getContentObject () const
-
-

Get the content as a Variant, which can represent an object of different types. This can be used for content representing a map or a list for example.

- -
-
- -
-
- - - - - - - -
QPID_MESSAGING_EXTERN const char* qpid::messaging::Message::getContentPtr () const
-
-

Get a const pointer to the start of the content data. The memory pointed to is owned by the message. The getContentSize() method indicates how much data there is (i.e. the extent of the memory region pointed to by the return value of this method).

- -
-
- -
-
- - - - - - - -
QPID_MESSAGING_EXTERN size_t qpid::messaging::Message::getContentSize () const
-
-

Get the size of content in bytes.

- -
-
- -
-
- - - - - - - -
QPID_MESSAGING_EXTERN const std::string& qpid::messaging::Message::getContentType () const
-
-

Returns the content type (i.e. the MIME type) for the message. This can be used to determine how to decode the message content.

- -
-
- -
-
- - - - - - - -
QPID_MESSAGING_EXTERN const std::string& qpid::messaging::Message::getCorrelationId () const
-
- -
-
- -
-
- - - - - - - -
QPID_MESSAGING_EXTERN bool qpid::messaging::Message::getDurable () const
-
- -
-
- -
-
- - - - - - - -
QPID_MESSAGING_EXTERN const std::string& qpid::messaging::Message::getMessageId () const
-
- -
-
- -
-
- - - - - - - -
QPID_MESSAGING_EXTERN uint8_t qpid::messaging::Message::getPriority () const
-
- -
-
- -
-
- - - - - - - -
QPID_MESSAGING_EXTERN const qpid::types::Variant::Map& qpid::messaging::Message::getProperties () const
-
-

In addition to a payload (i.e. the content), messages can include annotations describing aspectf of the message. In addition to the standard annotations such as TTL and content type, application- or context- specific properties can also be defined. Each message has a map of name values for such custom properties. The value is specified as a Variant.

- -
-
- -
-
- - - - - - - -
QPID_MESSAGING_EXTERN qpid::types::Variant::Map& qpid::messaging::Message::getProperties ()
-
- -
-
- -
-
- - - - - - - -
QPID_MESSAGING_EXTERN bool qpid::messaging::Message::getRedelivered () const
-
-

The redelivered flag if set implies that the message may have been previously delivered and thus is a hint to the application or messaging infrastructure that if de-duplication is required this message should be examined to determine if it is a duplicate.

- -
-
- -
-
- - - - - - - -
QPID_MESSAGING_EXTERN const Address& qpid::messaging::Message::getReplyTo () const
-
- -
-
- -
-
- - - - - - - -
QPID_MESSAGING_EXTERN const std::string& qpid::messaging::Message::getSubject () const
-
- -
-
- -
-
- - - - - - - -
QPID_MESSAGING_EXTERN Duration qpid::messaging::Message::getTtl () const
-
-

Get the time to live for this message in milliseconds.

- -
-
- -
-
- - - - - - - -
QPID_MESSAGING_EXTERN const std::string& qpid::messaging::Message::getUserId () const
-
- -
-
- -
-
- - - - - - - - -
QPID_MESSAGING_EXTERN Message& qpid::messaging::Message::operator= (const Message)
-
- -
-
- -
-
- - - - - - - - -
QPID_MESSAGING_EXTERN void qpid::messaging::Message::setContent (const std::string & )
-
-

Set the content to the data held in the string parameter. Note: this is treated as raw bytes and need not be text. Consider setting the content-type to indicate how the data should be interpreted by recipients.

- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
QPID_MESSAGING_EXTERN void qpid::messaging::Message::setContent (const char * chars,
size_t count 
)
-
-

Copy count bytes from the region pointed to by chars as the message content.

- -
-
- -
-
- - - - - - - - -
QPID_MESSAGING_EXTERN void qpid::messaging::Message::setContentBytes (const std::string & )
-
-

Set the content as raw bytes (an alias for setContent()

- -
-
- -
-
- - - - - - - - -
QPID_MESSAGING_EXTERN void qpid::messaging::Message::setContentObject (const qpid::types::Variant)
-
-

Set the content using a Variant, which can represent an object of different types.

- -
-
- -
-
- - - - - - - - -
QPID_MESSAGING_EXTERN void qpid::messaging::Message::setContentType (const std::string & )
-
-

Set the content type (i.e. the MIME type) for the message. This should be set by the sending application and indicates to recipients of message how to interpret or decode the content.

- -
-
- -
-
- - - - - - - - -
QPID_MESSAGING_EXTERN void qpid::messaging::Message::setCorrelationId (const std::string & )
-
-

Can be used to set application specific correlation identifiers as part of a protocol for message exchange patterns. E.g. a request-reponse pattern might require the correlation-id of the request and response to match, or might use the message-id of the request as the correlation-id on the response etc.

- -
-
- -
-
- - - - - - - - -
QPID_MESSAGING_EXTERN void qpid::messaging::Message::setDurable (bool durable)
-
-

Mark the message as durable. This is a hint to the messaging infrastructure that the message should be persisted or otherwise stored such that failoures or shutdown do not cause it to be lost.

- -
-
- -
-
- - - - - - - - -
QPID_MESSAGING_EXTERN void qpid::messaging::Message::setMessageId (const std::string & )
-
-

Set an application defined identifier for the message. At present this must be a stringfied UUID (support for less restrictive IDs is anticipated however).

- -
-
- -
-
- - - - - - - - -
QPID_MESSAGING_EXTERN void qpid::messaging::Message::setPriority (uint8_t )
-
-

Sets a priority level on the message. This may be used by the messaging infrastructure to prioritise delivery of higher priority messages.

- -
-
- -
-
- - - - - - - - -
QPID_MESSAGING_EXTERN void qpid::messaging::Message::setProperties (const qpid::types::Variant::Map)
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
QPID_MESSAGING_EXTERN void qpid::messaging::Message::setProperty (const std::string & ,
const qpid::types::Variant 
)
-
- -
-
- -
-
- - - - - - - - -
QPID_MESSAGING_EXTERN void qpid::messaging::Message::setRedelivered (bool )
-
-

Can be used to provide a hint to the application or messaging infrastructure that if de-duplication is required this message should be examined to determine if it is a duplicate.

- -
-
- -
-
- - - - - - - - -
QPID_MESSAGING_EXTERN void qpid::messaging::Message::setReplyTo (const Address)
-
- -
-
- -
-
- - - - - - - - -
QPID_MESSAGING_EXTERN void qpid::messaging::Message::setSubject (const std::string & )
-
- -
-
- -
-
- - - - - - - - -
QPID_MESSAGING_EXTERN void qpid::messaging::Message::setTtl (Duration ttl)
-
-

Set the time to live for this message in milliseconds. This can be used by the messaging infrastructure to discard messages that are no longer of relevance.

- -
-
- -
-
- - - - - - - - -
QPID_MESSAGING_EXTERN void qpid::messaging::Message::setUserId (const std::string & )
-
-

Sets the user id of the message. This should in general be the user-id as which the sending connection authenticated itself as the messaging infrastructure will verify this. See Connection::getAuthenticatedUsername()

- -
-
-

Friends And Related Function Documentation

- -
-
- - - - - -
- - - - -
friend struct MessageImplAccess
-
-friend
-
- -
-
-
The documentation for this class was generated from the following file: -
-
- - - - http://git-wip-us.apache.org/repos/asf/qpid-site/blob/1a8679bf/content/releases/qpid-cpp-trunk/messaging-api/cpp/api/classqpid_1_1messaging_1_1Message.js ---------------------------------------------------------------------- diff --git a/content/releases/qpid-cpp-trunk/messaging-api/cpp/api/classqpid_1_1messaging_1_1Message.js b/content/releases/qpid-cpp-trunk/messaging-api/cpp/api/classqpid_1_1messaging_1_1Message.js deleted file mode 100755 index 4e6ddb0..0000000 --- a/content/releases/qpid-cpp-trunk/messaging-api/cpp/api/classqpid_1_1messaging_1_1Message.js +++ /dev/null @@ -1,44 +0,0 @@ -var classqpid_1_1messaging_1_1Message = -[ - [ "Message", "classqpid_1_1messaging_1_1Message.html#af438602cbeff42fb30762a529d7885fc", null ], - [ "Message", "classqpid_1_1messaging_1_1Message.html#a10ceff23ff6fde62d9026fd13bc28662", null ], - [ "Message", "classqpid_1_1messaging_1_1Message.html#a105afad925824684dc76ae9adf103cf6", null ], - [ "Message", "classqpid_1_1messaging_1_1Message.html#a547919cba8f801d7d8681926b0390152", null ], - [ "~Message", "classqpid_1_1messaging_1_1Message.html#a8f480d2b75e5095fc429106372620017", null ], - [ "getContent", "classqpid_1_1messaging_1_1Message.html#a1c218326274652137d26033419723e14", null ], - [ "getContentBytes", "classqpid_1_1messaging_1_1Message.html#a06b392dcd1f1831519f88870ffd07d41", null ], - [ "getContentObject", "classqpid_1_1messaging_1_1Message.html#a3893ff4d0aeb3aedc647c7e8a3ed043f", null ], - [ "getContentObject", "classqpid_1_1messaging_1_1Message.html#ac3b61862ba1ef8662ce5e6eb16b23ca7", null ], - [ "getContentPtr", "classqpid_1_1messaging_1_1Message.html#af234ed13df1c8d310d58ea1e638a2585", null ], - [ "getContentSize", "classqpid_1_1messaging_1_1Message.html#a6a86431108a8e2cd35e164b14054e62b", null ], - [ "getContentType", "classqpid_1_1messaging_1_1Message.html#ada67fec1102706d19874b52cf90ee056", null ], - [ "getCorrelationId", "classqpid_1_1messaging_1_1Message.html#a722c95fb992686401e7589157f6a6946", null ], - [ "getDurable", "classqpid_1_1messaging_1_1Message.html#a3280b035b53a05126442b884f83b3c7b", null ], - [ "getMessageId", "classqpid_1_1messaging_1_1Message.html#a7d89b26d6eb3cb2238942168f932ecf2", null ], - [ "getPriority", "classqpid_1_1messaging_1_1Message.html#a98f9c6be1b49ef9fd4513e78366b7c18", null ], - [ "getProperties", "classqpid_1_1messaging_1_1Message.html#a930d0be350a0d8f55759aaaa4e7180ec", null ], - [ "getProperties", "classqpid_1_1messaging_1_1Message.html#a9f36350fd3667751f5ae2510a10179a6", null ], - [ "getRedelivered", "classqpid_1_1messaging_1_1Message.html#a1b730bac4a2af64da8caae4dea1576ab", null ], - [ "getReplyTo", "classqpid_1_1messaging_1_1Message.html#a3829a13e9989bed0661a5acc37f7f7e1", null ], - [ "getSubject", "classqpid_1_1messaging_1_1Message.html#a60af229b53bc6a2e3b45ed53cd0d6352", null ], - [ "getTtl", "classqpid_1_1messaging_1_1Message.html#a4cca5a6574ccb010307b4b189a238093", null ], - [ "getUserId", "classqpid_1_1messaging_1_1Message.html#a46b2b6f7a5de4e3764017f01c544cb37", null ], - [ "operator=", "classqpid_1_1messaging_1_1Message.html#aaa23e126753fb23cd85c4652fbfd848c", null ], - [ "setContent", "classqpid_1_1messaging_1_1Message.html#a934f6f5bfe913288b5a9787e43b52197", null ], - [ "setContent", "classqpid_1_1messaging_1_1Message.html#aee48800579ed2ba4882d4356fccde55b", null ], - [ "setContentBytes", "classqpid_1_1messaging_1_1Message.html#a82745780f99db04c59be7414a476c9b3", null ], - [ "setContentObject", "classqpid_1_1messaging_1_1Message.html#aa479238420ccd27e1ffd73d856086d66", null ], - [ "setContentType", "classqpid_1_1messaging_1_1Message.html#a665db3e8bac8213ee6ed9f6f29eb0f07", null ], - [ "setCorrelationId", "classqpid_1_1messaging_1_1Message.html#a0824baf013319e899aa01fa60b2d3d07", null ], - [ "setDurable", "classqpid_1_1messaging_1_1Message.html#a7c62ed496827a8fc1b4b0af0997147ea", null ], - [ "setMessageId", "classqpid_1_1messaging_1_1Message.html#a6a6a9606ecdc6118298b21d57c6a1d63", null ], - [ "setPriority", "classqpid_1_1messaging_1_1Message.html#a2c5cbef82cdf9055ef352438888833dc", null ], - [ "setProperties", "classqpid_1_1messaging_1_1Message.html#a4a7ddfa30ae880cd481a8c6a2bb1542f", null ], - [ "setProperty", "classqpid_1_1messaging_1_1Message.html#a4d2fb04c90540ba874b99445d13e82dd", null ], - [ "setRedelivered", "classqpid_1_1messaging_1_1Message.html#a022fc5eac6304adfa5f29e3cefa9d8a0", null ], - [ "setReplyTo", "classqpid_1_1messaging_1_1Message.html#a9f4f799077cdb8cfa42ebdb755ab87f4", null ], - [ "setSubject", "classqpid_1_1messaging_1_1Message.html#a56865484aac95928f4a9c9ddec1d87aa", null ], - [ "setTtl", "classqpid_1_1messaging_1_1Message.html#a012018f9a693106aac3bc6162788f470", null ], - [ "setUserId", "classqpid_1_1messaging_1_1Message.html#a4f35085b0cf9e847ad468d7f8c856820", null ], - [ "MessageImplAccess", "classqpid_1_1messaging_1_1Message.html#a8ee4d4c39e6fe9e13d88b99053f4322f", null ] -]; \ No newline at end of file http://git-wip-us.apache.org/repos/asf/qpid-site/blob/1a8679bf/content/releases/qpid-cpp-trunk/messaging-api/cpp/api/classqpid_1_1messaging_1_1PrivateImplRef.html ---------------------------------------------------------------------- diff --git a/content/releases/qpid-cpp-trunk/messaging-api/cpp/api/classqpid_1_1messaging_1_1PrivateImplRef.html b/content/releases/qpid-cpp-trunk/messaging-api/cpp/api/classqpid_1_1messaging_1_1PrivateImplRef.html deleted file mode 100755 index 6bb46c9..0000000 --- a/content/releases/qpid-cpp-trunk/messaging-api/cpp/api/classqpid_1_1messaging_1_1PrivateImplRef.html +++ /dev/null @@ -1,113 +0,0 @@ - - - - - - -Qpid C++ Messaging API: qpid::messaging::PrivateImplRef< class > Class Template Reference - - - - - - - - - - - - - - - -
-
- - - - - - - -
-
Qpid C++ Messaging API -  trunk -
-
- - - - - - -
-
-
- - - -
-
- -
-
-
- -
- -
-
- - -
- -
- -
-
-
qpid::messaging::PrivateImplRef< class > Class Template Reference
-
-
- -

#include <Connection.h>

-
The documentation for this class was generated from the following file: -
-
- - - - http://git-wip-us.apache.org/repos/asf/qpid-site/blob/1a8679bf/content/releases/qpid-cpp-trunk/messaging-api/cpp/api/classqpid_1_1messaging_1_1Receiver-members.html ---------------------------------------------------------------------- diff --git a/content/releases/qpid-cpp-trunk/messaging-api/cpp/api/classqpid_1_1messaging_1_1Receiver-members.html b/content/releases/qpid-cpp-trunk/messaging-api/cpp/api/classqpid_1_1messaging_1_1Receiver-members.html deleted file mode 100755 index 717fc72..0000000 --- a/content/releases/qpid-cpp-trunk/messaging-api/cpp/api/classqpid_1_1messaging_1_1Receiver-members.html +++ /dev/null @@ -1,136 +0,0 @@ - - - - - - -Qpid C++ Messaging API: Member List - - - - - - - - - - - - - - - -
-
- - - - - - - -
-
Qpid C++ Messaging API -  trunk -
-
- - - - - - -
-
-
- - - -
-
- -
-
-
- -
- -
-
- - -
- -
- -
-
-
qpid::messaging::Receiver Member List
-
-
- -

This is the complete list of members for qpid::messaging::Receiver, including all inherited members.

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
close()qpid::messaging::Receiver
fetch(Message &message, Duration timeout=Duration::FOREVER)qpid::messaging::Receiver
fetch(Duration timeout=Duration::FOREVER)qpid::messaging::Receiver
get(Message &message, Duration timeout=Duration::FOREVER)qpid::messaging::Receiver
get(Duration timeout=Duration::FOREVER)qpid::messaging::Receiver
getAddress() const qpid::messaging::Receiver
getAvailable()qpid::messaging::Receiver
getCapacity()qpid::messaging::Receiver
getName() const qpid::messaging::Receiver
getSession() const qpid::messaging::Receiver
getUnsettled()qpid::messaging::Receiver
Handle()qpid::messaging::Handle< ReceiverImpl >inlineprotected
Impl typedefqpid::messaging::Handle< ReceiverImpl >protected
implqpid::messaging::Handle< ReceiverImpl >protected
isClosed() const qpid::messaging::Receiver
isNull() constqpid::messaging::Handle< ReceiverImpl >inline
isValid() constqpid::messaging::Handle< ReceiverImpl >inline
operator bool() constqpid::messaging::Handle< ReceiverImpl >inline
operator!() constqpid::messaging::Handle< ReceiverImpl >inline
operator=(const Receiver &)qpid::messaging::Receiver
qpid::messaging::PrivateImplRef< Receiver > classqpid::messaging::Receiverfriend
Receiver(ReceiverImpl *impl=0)qpid::messaging::Receiver
Receiver(const Receiver &)qpid::messaging::Receiver
setCapacity(uint32_t)qpid::messaging::Receiver
swap(Handle< ReceiverImpl > &h)qpid::messaging::Handle< ReceiverImpl >inline
~Receiver()qpid::messaging::Receiver
-
- - - - --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org For additional commands, e-mail: commits-help@qpid.apache.org