TAO_CosNotification
2.2.2
|
Interface for scheduling timers. More...
#include <Timer.h>
Public Types | |
typedef TAO_Notify_Refcountable_Guard_T < TAO_Notify_Timer > | Ptr |
![]() | |
typedef TAO_Notify_Refcountable_Guard_T < TAO_Notify_Refcountable > | Ptr |
Public Member Functions | |
virtual | ~TAO_Notify_Timer () |
Destructor. More... | |
virtual long | schedule_timer (ACE_Event_Handler *handler, const ACE_Time_Value &delay_time, const ACE_Time_Value &interval)=0 |
Schedule a timer. More... | |
virtual int | cancel_timer (long timer_id)=0 |
Cancel Timer. More... | |
![]() | |
TAO_Notify_Refcountable (void) | |
Constructor. More... | |
virtual | ~TAO_Notify_Refcountable () |
CORBA::ULong | _incr_refcnt (void) |
CORBA::ULong | _decr_refcnt (void) |
Interface for scheduling timers.
|
inlinevirtual |
Destructor.
|
pure virtual |
Cancel Timer.
Implemented in TAO_Notify_Timer_Queue, and TAO_Notify_Timer_Reactor.
|
pure virtual |
Schedule a timer.
Implemented in TAO_Notify_Timer_Queue, and TAO_Notify_Timer_Reactor.