|
activemq-cpp-3.9.0
|
Runnable class that is used by the {. More...
#include <src/main/activemq/transport/inactivity/ReadChecker.h>

Public Member Functions | |
| ReadChecker (InactivityMonitor *parent) | |
| virtual | ~ReadChecker () |
| virtual void | run () |
| Run method - called by the Thread class in the context of the thread. More... | |
Public Member Functions inherited from decaf::util::TimerTask | |
| TimerTask () | |
| virtual | ~TimerTask () |
| bool | cancel () |
| Cancels this timer task. More... | |
| long long | scheduledExecutionTime () const |
| Returns the scheduled execution time of the most recent actual execution of this task. More... | |
Public Member Functions inherited from decaf::lang::Runnable | |
| virtual | ~Runnable () |
Additional Inherited Members | |
Protected Member Functions inherited from decaf::util::TimerTask | |
| bool | isScheduled () const |
| void | setScheduledTime (long long time) |
| long long | getWhen () const |
Runnable class that is used by the {.
| activemq::transport::inactivity::ReadChecker::ReadChecker | ( | InactivityMonitor * | parent | ) |
|
virtual |
|
virtual |
Run method - called by the Thread class in the context of the thread.
Implements decaf::lang::Runnable.