TAO_CosNotification 4.0.0
Loading...
Searching...
No Matches
Public Types | Public Member Functions | List of all members
TAO_Notify_Timer Class Referenceabstract

Interface for scheduling timers. More...

#include <Timer.h>

Inheritance diagram for TAO_Notify_Timer:
Inheritance graph
[legend]
Collaboration diagram for TAO_Notify_Timer:
Collaboration graph
[legend]

Public Types

typedef TAO_Notify_Refcountable_Guard_T< TAO_Notify_TimerPtr
 
- Public Types inherited from TAO_Notify_Refcountable
typedef TAO_Notify_Refcountable_Guard_T< TAO_Notify_RefcountablePtr
 

Public Member Functions

virtual ~TAO_Notify_Timer ()=default
 Destructor.
 
virtual long schedule_timer (ACE_Event_Handler *handler, const ACE_Time_Value &delay_time, const ACE_Time_Value &interval)=0
 Schedule a timer.
 
virtual int cancel_timer (long timer_id)=0
 Cancel Timer.
 
- Public Member Functions inherited from TAO_Notify_Refcountable
 TAO_Notify_Refcountable ()
 Constructor.
 
virtual ~TAO_Notify_Refcountable ()
 
CORBA::ULong _incr_refcnt ()
 
CORBA::ULong _decr_refcnt ()
 

Detailed Description

Interface for scheduling timers.

Member Typedef Documentation

◆ Ptr

Constructor & Destructor Documentation

◆ ~TAO_Notify_Timer()

virtual TAO_Notify_Timer::~TAO_Notify_Timer ( )
virtualdefault

Destructor.

Member Function Documentation

◆ cancel_timer()

virtual int TAO_Notify_Timer::cancel_timer ( long timer_id)
pure virtual

Cancel Timer.

Implemented in TAO_Notify_Timer_Queue, and TAO_Notify_Timer_Reactor.

◆ schedule_timer()

virtual long TAO_Notify_Timer::schedule_timer ( ACE_Event_Handler * handler,
const ACE_Time_Value & delay_time,
const ACE_Time_Value & interval )
pure virtual

Schedule a timer.

Implemented in TAO_Notify_Timer_Queue, and TAO_Notify_Timer_Reactor.


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