#include <Notify_Event.h>
Inheritance diagram for TAO_Notify_Event
Public Methods | |
TAO_Notify_Event (void) | |
virtual | ~TAO_Notify_Event () |
virtual CORBA::Boolean | is_special_event_type (void) const = 0 |
virtual const TAO_Notify_EventType& | event_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_Lock* | lock_ |
CORBA::ULong | refcount_ |
CORBA::Short | event_reliability_ |
CORBA::Short | priority_ |
TimeBase::UtcT | start_time_ |
TimeBase::UtcT | stop_time_ |
TimeBase::TimeT | timeout_ |
|
|
|
|
|
|
|
|
|
Reimplemented in TAO_Notify_Any, and TAO_Notify_StructuredEvent. |
|
Reimplemented in TAO_Notify_Any, and TAO_Notify_StructuredEvent. |
|
Reimplemented in TAO_Notify_Any, and TAO_Notify_StructuredEvent. |
|
Reimplemented in TAO_Notify_Any, and TAO_Notify_StructuredEvent. |
|
|
|
|
|
Reimplemented in TAO_Notify_Any, and TAO_Notify_StructuredEvent. |
|
Reimplemented in TAO_Notify_Any, and TAO_Notify_StructuredEvent. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|