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

TAO_Notify_StructuredEvent Class Reference

TAO_Notify_StructuredEvent. More...

#include <Notify_Event.h>

Inheritance diagram for TAO_Notify_StructuredEvent:

Inheritance graph
[legend]
Collaboration diagram for TAO_Notify_StructuredEvent:

Collaboration graph
[legend]
List of all members.

Public Methods

 TAO_Notify_StructuredEvent (CosNotification::StructuredEvent *notification)
 TAO_Notify_StructuredEvent (const CosNotification::StructuredEvent *notification)
virtual ~TAO_Notify_StructuredEvent ()
virtual TAO_Notify_Eventclone (void)
 We may need to make a copy of the underlying data if it is not owned by us. More...

void operator= (const TAO_Notify_StructuredEvent &structured_event)
virtual CORBA::Boolean is_special_event_type (void) const
 Is this the "special" event type. More...

virtual const TAO_Notify_EventTypeevent_type (void) const
 Get the event type. More...

virtual CORBA::Boolean do_match (CosNotifyFilter::Filter_ptr filter ACE_ENV_ARG_DECL)
 Returns true if the filter matches. More...

virtual void do_push (CosEventComm::PushConsumer_ptr consumer ACE_ENV_ARG_DECL) const
 Push self to <consumer>. More...

virtual void do_push (CosNotifyComm::StructuredPushConsumer_ptr consumer ACE_ENV_ARG_DECL) const
virtual void do_push (CosNotifyComm::SequencePushConsumer_ptr consumer, const TAO_Notify_QoSAdmin_i &qos_admin, CosNotification::EventBatch &unsent, int flush_queue ACE_ENV_ARG_DECL) const

Protected Methods

void init_QoS (void)
 Load the QoS properties specified for this event from <data_>. More...


Protected Attributes

CosNotification::StructuredEventdata_
 The data. More...

TAO_Notify_EventType event_type_
 The event type of <data_>. More...

CORBA::Boolean is_owner_
 Do we own the data. More...


Detailed Description

TAO_Notify_StructuredEvent.

This class is the concrete prototype for the Structured Event Type.


Constructor & Destructor Documentation

TAO_Notify_StructuredEvent::TAO_Notify_StructuredEvent CosNotification::StructuredEvent   notification
 

TAO_Notify_StructuredEvent::TAO_Notify_StructuredEvent const CosNotification::StructuredEvent   notification
 

TAO_Notify_StructuredEvent::~TAO_Notify_StructuredEvent   [virtual]
 


Member Function Documentation

TAO_Notify_Event * TAO_Notify_StructuredEvent::clone void    [virtual]
 

We may need to make a copy of the underlying data if it is not owned by us.

Note this behaviour: If this object owns the data, then we *transfer* ownership of the data to the new object otherwise we copy the data for the new object.

Reimplemented from TAO_Notify_Event.

CORBA::Boolean TAO_Notify_StructuredEvent::do_match CosNotifyFilter::Filter_ptr filter    ACE_ENV_ARG_DECL [virtual]
 

Returns true if the filter matches.

Reimplemented from TAO_Notify_Event.

void TAO_Notify_StructuredEvent::do_push CosNotifyComm::SequencePushConsumer_ptr    consumer,
const TAO_Notify_QoSAdmin_i   qos_admin,
CosNotification::EventBatch   unsent,
int    ACE_ENV_ARG_DECL
const [virtual]
 

Reimplemented from TAO_Notify_Event.

void TAO_Notify_StructuredEvent::do_push CosNotifyComm::StructuredPushConsumer_ptr consumer    ACE_ENV_ARG_DECL const [virtual]
 

Reimplemented from TAO_Notify_Event.

void TAO_Notify_StructuredEvent::do_push CosEventComm::PushConsumer_ptr consumer    ACE_ENV_ARG_DECL const [virtual]
 

Push self to <consumer>.

Reimplemented from TAO_Notify_Event.

const TAO_Notify_EventType & TAO_Notify_StructuredEvent::event_type void    const [virtual]
 

Get the event type.

Reimplemented from TAO_Notify_Event.

void TAO_Notify_StructuredEvent::init_QoS void    [protected]
 

Load the QoS properties specified for this event from <data_>.

CORBA::Boolean TAO_Notify_StructuredEvent::is_special_event_type void    const [virtual]
 

Is this the "special" event type.

Reimplemented from TAO_Notify_Event.

void TAO_Notify_StructuredEvent::operator= const TAO_Notify_StructuredEvent &    structured_event
 


Member Data Documentation

CosNotification::StructuredEvent* TAO_Notify_StructuredEvent::data_ [protected]
 

The data.

TAO_Notify_EventType TAO_Notify_StructuredEvent::event_type_ [protected]
 

The event type of <data_>.

CORBA::Boolean TAO_Notify_StructuredEvent::is_owner_ [protected]
 

Do we own the data.


The documentation for this class was generated from the following files:
Generated on Thu Oct 10 21:30:14 2002 for TAO_CosNotification by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001