Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET | Apache Qpid Documentation |
#include <CompletionImpl.h>
Public Member Functions | |
CompletionImpl () | |
CompletionImpl (Future f, boost::shared_ptr< SessionImpl > s) | |
bool | isComplete () |
void | wait () |
std::string | getResult () |
Protected Attributes | |
Future | future |
boost::shared_ptr< SessionImpl > | session |
Definition at line 33 of file CompletionImpl.h.
qpid::client::CompletionImpl::CompletionImpl | ( | ) | [inline] |
Definition at line 36 of file CompletionImpl.h.
qpid::client::CompletionImpl::CompletionImpl | ( | Future | f, | |
boost::shared_ptr< SessionImpl > | s | |||
) | [inline] |
Definition at line 37 of file CompletionImpl.h.
std::string qpid::client::CompletionImpl::getResult | ( | ) | [inline] |
Definition at line 41 of file CompletionImpl.h.
References future, qpid::client::Future::getResult(), and session.
bool qpid::client::CompletionImpl::isComplete | ( | ) | [inline] |
Definition at line 39 of file CompletionImpl.h.
References future, qpid::client::Future::isComplete(), and session.
void qpid::client::CompletionImpl::wait | ( | ) | [inline] |
Definition at line 40 of file CompletionImpl.h.
References future, session, and qpid::client::Future::wait().
Future qpid::client::CompletionImpl::future [protected] |
Definition at line 44 of file CompletionImpl.h.
Referenced by getResult(), isComplete(), and wait().
boost::shared_ptr<SessionImpl> qpid::client::CompletionImpl::session [protected] |
Definition at line 45 of file CompletionImpl.h.
Referenced by getResult(), isComplete(), and wait().