Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET | Apache Qpid Documentation |
#include <Future.h>
Inherits qpid::framing::StructHelper.
Public Member Functions | |
Future () | |
Future (const framing::SequenceNumber &id) | |
template<class T> | |
void | decodeResult (T &value, SessionImpl &session) |
void | wait (SessionImpl &session) |
bool | isComplete (SessionImpl &session) |
void | setFutureResult (boost::shared_ptr< FutureResult > r) |
Definition at line 38 of file Future.h.
qpid::client::Future::Future | ( | const framing::SequenceNumber & | id | ) | [inline] |
void qpid::client::Future::decodeResult | ( | T & | value, | |
SessionImpl & | session | |||
) | [inline] |
Definition at line 48 of file Future.h.
References qpid::framing::StructHelper::decode().
Referenced by qpid::client::TypedResult< T >::get().
bool qpid::client::Future::isComplete | ( | SessionImpl & | session | ) |
Referenced by qpid::client::Completion::isComplete().
void qpid::client::Future::setFutureResult | ( | boost::shared_ptr< FutureResult > | r | ) |
void qpid::client::Future::wait | ( | SessionImpl & | session | ) |
Referenced by qpid::client::Completion::wait().