TAO_CosNotification  2.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Public Member Functions | Private Attributes | List of all members
TAO_Notify_validate_client_Task Class Reference

ClientControl. More...

#include <Validate_Client_Task.h>

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

Public Types

typedef TAO_Condition
< TAO_SYNCH_MUTEX
CONDITION
 

Public Member Functions

 TAO_Notify_validate_client_Task (const ACE_Time_Value &delay, const ACE_Time_Value &interval, TAO_Notify_EventChannelFactory *ecf)
 
virtual ~TAO_Notify_validate_client_Task (void)
 destructor... More...
 
virtual int svc (void)
 
void shutdown (void)
 
- Public Member Functions inherited from ACE_Task< ACE_NULL_SYNCH >
 ACE_Task (ACE_Thread_Manager *thr_mgr=0, ACE_Message_Queue< ACE_SYNCH_USE, TIME_POLICY > *mq=0)
 
virtual ~ACE_Task (void)
 
ACE_Message_Queue
< ACE_SYNCH_USE, TIME_POLICY > * 
msg_queue (void)
 
void msg_queue (ACE_Message_Queue< ACE_SYNCH_USE, TIME_POLICY > *)
 
ACE_Time_Value_T< TIME_POLICY > gettimeofday (void) const
 
void set_time_policy (TIME_POLICY const &time_policy)
 
int putq (ACE_Message_Block *, ACE_Time_Value *timeout=0)
 
int getq (ACE_Message_Block *&mb, ACE_Time_Value *timeout=0)
 
int ungetq (ACE_Message_Block *, ACE_Time_Value *timeout=0)
 
int reply (ACE_Message_Block *mb, ACE_Time_Value *tv=0)
 
int put_next (ACE_Message_Block *msg, ACE_Time_Value *timeout=0)
 
const ACE_TCHARname (void) const
 
ACE_Task< ACE_SYNCH_USE,
TIME_POLICY > * 
next (void)
 
void next (ACE_Task< ACE_SYNCH_USE, TIME_POLICY > *)
 
ACE_Task< ACE_SYNCH_USE,
TIME_POLICY > * 
sibling (void)
 
ACE_Module< ACE_SYNCH_USE,
TIME_POLICY > * 
module (void) const
 
int flush (u_long flag=ACE_Task_Flags::ACE_FLUSHALL)
 
void water_marks (ACE_IO_Cntl_Msg::ACE_IO_Cntl_Cmds, size_t)
 
void dump (void) const
 

Private Attributes

ACE_Time_Value delay_
 The delay of first time validate. More...
 
ACE_Time_Value interval_
 The validate interval. More...
 
TAO_Notify_EventChannelFactoryecf_
 The event channel. More...
 
CONDITION condition_
 
bool shutdown_
 

Additional Inherited Members

- Public Attributes inherited from ACE_Task< ACE_NULL_SYNCH >
ACE_Message_Queue
< ACE_SYNCH_USE, TIME_POLICY > * 
msg_queue_
 
bool delete_msg_queue_
 
ACE_Module< ACE_SYNCH_USE,
TIME_POLICY > * 
mod_
 
ACE_Task< ACE_SYNCH_USE,
TIME_POLICY > * 
next_
 
 ACE_ALLOC_HOOK_DECLARE
 

Detailed Description

ClientControl.

Defines the interface for the consumer control strategy. This strategy handles misbehaving or failing consumers. = MEMORY MANAGMENT = LOCKING = TODO

Member Typedef Documentation

Constructor & Destructor Documentation

TAO_Notify_validate_client_Task::TAO_Notify_validate_client_Task ( const ACE_Time_Value delay,
const ACE_Time_Value interval,
TAO_Notify_EventChannelFactory ecf 
)

Constructor. It does not assume ownership of the <event_channel> parameter.

TAO_Notify_validate_client_Task::~TAO_Notify_validate_client_Task ( void  )
virtual

destructor...

Member Function Documentation

void TAO_Notify_validate_client_Task::shutdown ( void  )
int TAO_Notify_validate_client_Task::svc ( void  )
virtual

Member Data Documentation

CONDITION TAO_Notify_validate_client_Task::condition_
private
ACE_Time_Value TAO_Notify_validate_client_Task::delay_
private

The delay of first time validate.

TAO_Notify_EventChannelFactory* TAO_Notify_validate_client_Task::ecf_
private

The event channel.

ACE_Time_Value TAO_Notify_validate_client_Task::interval_
private

The validate interval.

bool TAO_Notify_validate_client_Task::shutdown_
private

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