#include <Event.h>
Inheritance diagram for TAO_Notify_Event:
Public Types | |
typedef TAO_Notify_Refcountable_Guard_T< TAO_Notify_Event > | Ptr |
enum | { MARSHAL_ANY = 1, MARSHAL_STRUCTURED = 2 } |
Public Member Functions | |
TAO_Notify_Event (void) | |
Constuctor. | |
virtual | ~TAO_Notify_Event () |
Destructor. | |
virtual const TAO_Notify_EventType & | type (void) const =0 |
Get the event type. | |
virtual CORBA::Boolean | do_match (CosNotifyFilter::Filter_ptr filter ACE_ENV_ARG_DECL) const =0 |
Returns true if the filter matches. | |
virtual void | convert (CosNotification::StructuredEvent ¬ification) const =0 |
Convert to CosNotification::Structured type. | |
virtual void | push (TAO_Notify_Consumer *consumer ACE_ENV_ARG_DECL) const =0 |
Push event to consumer. | |
virtual void | push (Event_Forwarder::StructuredProxyPushSupplier_ptr forwarder ACE_ENV_ARG_DECL) const =0 |
Push event to the Event_Forwarder interface. | |
virtual void | push_no_filtering (Event_Forwarder::StructuredProxyPushSupplier_ptr forwarder ACE_ENV_ARG_DECL) const =0 |
Push event to the Event_Forwarder interface. | |
virtual void | push (Event_Forwarder::ProxyPushSupplier_ptr forwarder ACE_ENV_ARG_DECL) const =0 |
Push event to the Event_Forwarder interface. | |
virtual void | push_no_filtering (Event_Forwarder::ProxyPushSupplier_ptr forwarder ACE_ENV_ARG_DECL) const =0 |
Push event to the Event_Forwarder interface. | |
TAO_Notify_Event * | queueable_copy (ACE_ENV_SINGLE_ARG_DECL) const |
Return a pointer to a copy of this event on the heap. | |
virtual void | marshal (TAO_OutputCDR &cdr) const =0 |
marshal this event into a CDR buffer (for persistence) | |
const TAO_Notify_Property_Short & | priority (void) const |
const TAO_Notify_Property_Time & | timeout (void) const |
Timeout. | |
const TAO_Notify_Property_Boolean & | reliable (void) const |
Reliable. | |
Static Public Member Functions | |
void | translate (const CORBA::Any &any, CosNotification::StructuredEvent ¬ification) |
Translate Any to Structured. | |
void | translate (const CosNotification::StructuredEvent ¬ification, CORBA::Any &any) |
Translate Structured to Any. | |
TAO_Notify_Event * | unmarshal (TAO_InputCDR &cdr) |
Unmarshal an event from a CDR. (for persistence). | |
Protected Attributes | |
TAO_Notify_Property_Short | priority_ |
= QoS properties Priority. | |
TAO_Notify_Property_Time | timeout_ |
Timeout. | |
TAO_Notify_Property_Boolean | reliable_ |
Reliability. | |
Private Member Functions | |
virtual TAO_Notify_Event * | copy (ACE_ENV_SINGLE_ARG_DECL) const =0 |
Return a pointer to a copy of this event on the heap. | |
virtual void | release (void) |
The release method is called when the refcount reaches 0. | |
Private Attributes | |
Ptr | clone_ |
bool | is_on_heap_ |
|
Reimplemented from TAO_Notify_Refcountable. |
|
|
|
Constuctor.
|
|
Destructor.
|
|
Convert to CosNotification::Structured type.
|
|
Return a pointer to a copy of this event on the heap.
|
|
Returns true if the filter matches.
|
|
marshal this event into a CDR buffer (for persistence)
|
|
= Accessors Priority |
|
Push event to the Event_Forwarder interface.
|
|
Push event to the Event_Forwarder interface.
|
|
Push event to consumer.
|
|
Push event to the Event_Forwarder interface.
|
|
Push event to the Event_Forwarder interface.
|
|
Return a pointer to a copy of this event on the heap.
|
|
The release method is called when the refcount reaches 0.
Implements TAO_Notify_Refcountable. |
|
Reliable.
|
|
Timeout.
|
|
Translate Structured to Any.
|
|
Translate Any to Structured.
|
|
Get the event type.
|
|
Unmarshal an event from a CDR. (for persistence).
|
|
|
|
|
|
= QoS properties Priority.
|
|
Reliability.
|
|
Timeout.
|