Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET | Apache Qpid Documentation |
#include <qpid/client/FutureResult.h>
Public Member Functions | |
const std::string & | getResult (SessionImpl &session) const |
void | received (const std::string &result) |
bool | isComplete () const |
void | waitForCompletion () const |
void | completed () |
Protected Attributes | |
sys::Monitor | lock |
bool | complete |
Definition at line 37 of file FutureResult.h.
void qpid::client::FutureCompletion::completed | ( | ) | [inherited] |
const std::string& qpid::client::FutureResult::getResult | ( | SessionImpl & | session | ) | const |
bool qpid::client::FutureCompletion::isComplete | ( | ) | const [inherited] |
void qpid::client::FutureResult::received | ( | const std::string & | result | ) |
void qpid::client::FutureCompletion::waitForCompletion | ( | ) | const [inherited] |
bool qpid::client::FutureCompletion::complete [protected, inherited] |
Definition at line 36 of file FutureCompletion.h.
sys::Monitor qpid::client::FutureCompletion::lock [mutable, protected, inherited] |
Definition at line 35 of file FutureCompletion.h.