Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET | Apache Qpid Documentation |
#include <qpid/sys/Runnable.h>
Inherited by qpid::client::FailoverListener [private]
, qpid::client::SubscriptionManager, and qpid::console::Broker::ConnectionThread.
Public Types | |
typedef boost::function0< void > | Functor |
Type to represent a runnable as a Functor. | |
Public Member Functions | |
virtual | ~Runnable () |
virtual void | run ()=0 |
Derived classes override run(). | |
Functor | functor () |
Create a functor object that will call this->run(). |
in a thread.
Definition at line 33 of file Runnable.h.
typedef boost::function0<void> qpid::sys::Runnable::Functor |
virtual qpid::sys::Runnable::~Runnable | ( | ) | [virtual] |
virtual void qpid::sys::Runnable::run | ( | ) | [pure virtual] |