#include <Runnable.h>
Inheritance diagram for activemq::concurrent::Runnable:
Public Member Functions | |
virtual | ~Runnable () |
virtual void | run ()=0 |
|
|
|
Run method - called by the Thread class in the context of the thread. Implemented in activemq::concurrent::PooledThread, activemq::concurrent::Thread, activemq::core::ActiveMQConsumer, activemq::core::ActiveMQTransaction::RollbackTask, and activemq::transport::IOTransport. |