activemq-cpp-3.6.0
activemq::transport::inactivity::WriteChecker Class Reference

Runnable class used by the {. More...

#include <src/main/activemq/transport/inactivity/WriteChecker.h>

Inheritance diagram for activemq::transport::inactivity::WriteChecker:

Public Member Functions

 WriteChecker (InactivityMonitor *parent)
virtual ~WriteChecker ()
virtual void run ()
 Run method - called by the Thread class in the context of the thread.
- Public Member Functions inherited from decaf::util::TimerTask
 TimerTask ()
virtual ~TimerTask ()
bool cancel ()
 Cancels this timer task.
long long scheduledExecutionTime () const
 Returns the scheduled execution time of the most recent actual execution of this task.
- 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

Detailed Description

Runnable class used by the {.

See Also
InactivityMonitor} to make periodic writes to the underlying transport if no other write activity is going on in order to more quickly detect failures of the connection to the broker.
Since
3.1.0

Constructor & Destructor Documentation

activemq::transport::inactivity::WriteChecker::WriteChecker ( InactivityMonitor parent)
virtual activemq::transport::inactivity::WriteChecker::~WriteChecker ( )
virtual

Member Function Documentation

virtual void activemq::transport::inactivity::WriteChecker::run ( )
virtual

Run method - called by the Thread class in the context of the thread.

Implements decaf::lang::Runnable.


The documentation for this class was generated from the following file: