Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET | Apache Qpid Documentation |
#include <Execution.h>
Public Member Functions | |
virtual | ~Execution () |
virtual Demux & | getDemux ()=0 |
Provides access to the demultiplexing function within the session implementation. | |
void | waitForCompletion (const framing::SequenceNumber &id) |
Wait until notification has been received of completion of the outgoing command with the specified id. |
Definition at line 35 of file Execution.h.
virtual qpid::client::Execution::~Execution | ( | ) | [inline, virtual] |
Definition at line 38 of file Execution.h.
virtual Demux& qpid::client::Execution::getDemux | ( | ) | [pure virtual] |
Provides access to the demultiplexing function within the session implementation.
Implemented in qpid::client::SessionImpl.
void qpid::client::Execution::waitForCompletion | ( | const framing::SequenceNumber & | id | ) |
Wait until notification has been received of completion of the outgoing command with the specified id.
Reimplemented in qpid::client::SessionImpl.