Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

TAO_Notify_Event Class Reference

#include <Notify_Event.h>

Inheritance diagram for TAO_Notify_Event

Inheritance graph
[legend]
Collaboration diagram for TAO_Notify_Event:

Collaboration graph
[legend]
List of all members.

Public Methods

 TAO_Notify_Event (void)
virtual ~TAO_Notify_Event ()
virtual CORBA::Boolean is_special_event_type (void) const = 0
virtual const TAO_Notify_EventTypeevent_type (void) const = 0
virtual TAO_Notify_Event* clone (void) = 0
virtual CORBA::Boolean do_match (CosNotifyFilter::Filter_ptr filter, CORBA::Environment &ACE_TRY_ENV) const = 0
virtual void do_push (CosEventComm::PushConsumer_ptr consumer, CORBA::Environment &ACE_TRY_ENV) const = 0
virtual void do_push (CosNotifyComm::StructuredPushConsumer_ptr consumer, CORBA::Environment &ACE_TRY_ENV) const = 0
CORBA::Short event_reliability (void)
void event_reliability (CORBA::Short event_reliability)
CORBA::Short priority (void)
void priority (CORBA::Short priority)
TimeBase::UtcT start_time (void)
void start_time (TimeBase::UtcT start_time)
TimeBase::UtcT stop_time (void)
void stop_time (TimeBase::UtcT stop_time)
TimeBase::TimeT timeout (void)
void timeout (TimeBase::TimeT timeout)
void _incr_refcnt (void)
void _decr_refcnt (void)

Protected Attributes

ACE_Locklock_
CORBA::ULong refcount_
CORBA::Short event_reliability_
CORBA::Short priority_
TimeBase::UtcT start_time_
TimeBase::UtcT stop_time_
TimeBase::TimeT timeout_

Constructor & Destructor Documentation

TAO_Notify_Event::TAO_Notify_Event ( void )
 

TAO_Notify_Event::~TAO_Notify_Event ( ) [virtual]
 


Member Function Documentation

void TAO_Notify_Event::_decr_refcnt ( void )
 

void TAO_Notify_Event::_incr_refcnt ( void )
 

virtual TAO_Notify_Event* TAO_Notify_Event::clone ( void ) [pure virtual]
 

Reimplemented in TAO_Notify_Any, and TAO_Notify_StructuredEvent.

virtual CORBA::Boolean TAO_Notify_Event::do_match ( CosNotifyFilter::Filter_ptr filter,
CORBA::Environment & ACE_TRY_ENV ) const [pure virtual]
 

Reimplemented in TAO_Notify_Any, and TAO_Notify_StructuredEvent.

virtual void TAO_Notify_Event::do_push ( CosNotifyComm::StructuredPushConsumer_ptr consumer,
CORBA::Environment & ACE_TRY_ENV ) const [pure virtual]
 

Reimplemented in TAO_Notify_Any, and TAO_Notify_StructuredEvent.

virtual void TAO_Notify_Event::do_push ( CosEventComm::PushConsumer_ptr consumer,
CORBA::Environment & ACE_TRY_ENV ) const [pure virtual]
 

Reimplemented in TAO_Notify_Any, and TAO_Notify_StructuredEvent.

void TAO_Notify_Event::event_reliability ( CORBA::Short event_reliability )
 

CORBA::Short TAO_Notify_Event::event_reliability ( void )
 

virtual const TAO_Notify_EventType& TAO_Notify_Event::event_type ( void ) const [pure virtual]
 

Reimplemented in TAO_Notify_Any, and TAO_Notify_StructuredEvent.

virtual CORBA::Boolean TAO_Notify_Event::is_special_event_type ( void ) const [pure virtual]
 

Reimplemented in TAO_Notify_Any, and TAO_Notify_StructuredEvent.

void TAO_Notify_Event::priority ( CORBA::Short priority )
 

CORBA::Short TAO_Notify_Event::priority ( void )
 

void TAO_Notify_Event::start_time ( TimeBase::UtcT start_time )
 

TimeBase::UtcT TAO_Notify_Event::start_time ( void )
 

void TAO_Notify_Event::stop_time ( TimeBase::UtcT stop_time )
 

TimeBase::UtcT TAO_Notify_Event::stop_time ( void )
 

void TAO_Notify_Event::timeout ( TimeBase::TimeT timeout )
 

TimeBase::TimeT TAO_Notify_Event::timeout ( void )
 


Member Data Documentation

CORBA::Short TAO_Notify_Event::event_reliability_ [protected]
 

ACE_Lock * TAO_Notify_Event::lock_ [protected]
 

CORBA::Short TAO_Notify_Event::priority_ [protected]
 

CORBA::ULong TAO_Notify_Event::refcount_ [protected]
 

TimeBase::UtcT TAO_Notify_Event::start_time_ [protected]
 

TimeBase::UtcT TAO_Notify_Event::stop_time_ [protected]
 

TimeBase::TimeT TAO_Notify_Event::timeout_ [protected]
 


The documentation for this class was generated from the following files:
Generated at Fri Oct 5 08:29:31 2001 for TAO_CosNotification by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000