TAO_CosNotification
2.1.6
|
Reactor::instance based timer. The timers are dispatched by the main thread. More...
#include <Timer_Reactor.h>
Public Types | |
typedef TAO_Notify_Refcountable_Guard_T < TAO_Notify_Timer_Reactor > | Ptr |
Public Types inherited from TAO_Notify_Timer | |
Public Types inherited from TAO_Notify_Refcountable |
Public Member Functions | |
TAO_Notify_Timer_Reactor (void) | |
Constructor. | |
virtual | ~TAO_Notify_Timer_Reactor () |
Destructor. | |
virtual long | schedule_timer (ACE_Event_Handler *handler, const ACE_Time_Value &delay_time, const ACE_Time_Value &interval) |
Schedule a timer. | |
virtual int | cancel_timer (long timer_id) |
Cancel Timer. | |
Public Member Functions inherited from TAO_Notify_Timer | |
virtual | ~TAO_Notify_Timer () |
Destructor. | |
Public Member Functions inherited from TAO_Notify_Refcountable | |
TAO_Notify_Refcountable (void) | |
Constructor. | |
virtual | ~TAO_Notify_Refcountable () |
CORBA::ULong | _incr_refcnt (void) |
CORBA::ULong | _decr_refcnt (void) |
Protected Attributes | |
ACE_Reactor * | reactor_ |
The instance reactor that we use. |
Private Member Functions | |
virtual void | release (void) |
Release. |
Reactor::instance based timer. The timers are dispatched by the main thread.
Reimplemented from TAO_Notify_Timer.
TAO_Notify_Timer_Reactor::TAO_Notify_Timer_Reactor | ( | void | ) |
Constructor.
|
virtual |
Destructor.
|
virtual |
Cancel Timer.
Implements TAO_Notify_Timer.
|
privatevirtual |
Release.
Implements TAO_Notify_Refcountable.
|
virtual |
Schedule a timer.
Implements TAO_Notify_Timer.
|
protected |
The instance reactor that we use.