TAO_CosNotification 4.0.0
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Protected Attributes | Private Member Functions | List of all members
TAO_Notify_Timer_Queue Class Reference

ACE_Timer_Queue based timer. More...

#include <Timer_Queue.h>

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

Public Types

typedef TAO_Notify_Refcountable_Guard_T< TAO_Notify_Timer_QueuePtr
 
- Public Types inherited from TAO_Notify_Timer
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

 TAO_Notify_Timer_Queue ()
 Constructor.
 
virtual ~TAO_Notify_Timer_Queue ()
 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.
 
ACE_Timer_Queueimpl ()
 Get the native impl.
 
- Public Member Functions inherited from TAO_Notify_Timer
virtual ~TAO_Notify_Timer ()=default
 Destructor.
 
- Public Member Functions inherited from TAO_Notify_Refcountable
 TAO_Notify_Refcountable ()
 Constructor.
 
virtual ~TAO_Notify_Refcountable ()
 
CORBA::ULong _incr_refcnt ()
 
CORBA::ULong _decr_refcnt ()
 

Protected Attributes

ACE_Timer_Heap timer_queue_
 The Timer Queue.
 

Private Member Functions

virtual void release ()
 Release.
 

Detailed Description

ACE_Timer_Queue based timer.

Member Typedef Documentation

◆ Ptr

Constructor & Destructor Documentation

◆ TAO_Notify_Timer_Queue()

TAO_Notify_Timer_Queue::TAO_Notify_Timer_Queue ( )

Constructor.

◆ ~TAO_Notify_Timer_Queue()

TAO_Notify_Timer_Queue::~TAO_Notify_Timer_Queue ( )
virtual

Destructor.

Member Function Documentation

◆ cancel_timer()

int TAO_Notify_Timer_Queue::cancel_timer ( long timer_id)
virtual

Cancel Timer.

Implements TAO_Notify_Timer.

◆ impl()

ACE_Timer_Queue & TAO_Notify_Timer_Queue::impl ( )

Get the native impl.

◆ release()

void TAO_Notify_Timer_Queue::release ( )
privatevirtual

Release.

Implements TAO_Notify_Refcountable.

◆ schedule_timer()

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

Schedule a timer.

Implements TAO_Notify_Timer.

Member Data Documentation

◆ timer_queue_

ACE_Timer_Heap TAO_Notify_Timer_Queue::timer_queue_
protected

The Timer Queue.


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