TAO_CosNotification  2.1.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Public Member Functions | Protected Member Functions | Private Member Functions | List of all members
TAO_Notify_Peer Class Referenceabstract

Base class for Supplier and Consumer classes. This object delegates its reference count to its creator proxy object. More...

#include <Peer.h>

Inheritance diagram for TAO_Notify_Peer:
Inheritance graph
Collaboration diagram for TAO_Notify_Peer:
Collaboration graph

Public Types

typedef
TAO_Notify_Refcountable_Guard_T
< TAO_Notify_Peer
Ptr
 

Public Member Functions

 TAO_Notify_Peer (void)
 Constructor.
 
virtual ~TAO_Notify_Peer ()
 Destructor.
 
CORBA::ULong _incr_refcnt (void)
 
CORBA::ULong _decr_refcnt (void)
 
virtual void shutdown (void)
 Shutdown the peer.
 
virtual TAO_Notify_Proxyproxy (void)=0
 Access Proxy.
 
virtual void dispatch_updates (const TAO_Notify_EventTypeSeq &added, const TAO_Notify_EventTypeSeq &removed)
 
virtual void qos_changed (const TAO_Notify_QoSProperties &qos_properties)
 QoS changed notification from the Peer.
 
void handle_dispatch_exception (void)
 Handle dispatch exceptions.
 
virtual ACE_CString get_ior (void) const =0
 Retrieve the ior of this peer.
 

Protected Member Functions

virtual void dispatch_updates_i (const CosNotification::EventTypeSeq &added, const CosNotification::EventTypeSeq &removed)=0
 Implementation of Peer specific dispatch_updates.
 

Private Member Functions

virtual void release (void)=0
 Release.
 

Detailed Description

Base class for Supplier and Consumer classes. This object delegates its reference count to its creator proxy object.

Member Typedef Documentation

Constructor & Destructor Documentation

TAO_Notify_Peer::TAO_Notify_Peer ( void  )

Constructor.

TAO_Notify_Peer::~TAO_Notify_Peer ( )
virtual

Destructor.

Member Function Documentation

CORBA::ULong TAO_Notify_Peer::_decr_refcnt ( void  )
CORBA::ULong TAO_Notify_Peer::_incr_refcnt ( void  )

This method sigantures deliberately match the RefCounting methods required for ESF Proxy

void TAO_Notify_Peer::dispatch_updates ( const TAO_Notify_EventTypeSeq added,
const TAO_Notify_EventTypeSeq removed 
)
virtual
virtual void TAO_Notify_Peer::dispatch_updates_i ( const CosNotification::EventTypeSeq added,
const CosNotification::EventTypeSeq removed 
)
protectedpure virtual

Implementation of Peer specific dispatch_updates.

Implemented in TAO_Notify_Consumer, and TAO_Notify_Supplier.

virtual ACE_CString TAO_Notify_Peer::get_ior ( void  ) const
pure virtual
void TAO_Notify_Peer::handle_dispatch_exception ( void  )

Handle dispatch exceptions.

virtual TAO_Notify_Proxy* TAO_Notify_Peer::proxy ( void  )
pure virtual

Access Proxy.

Implemented in TAO_Notify_Consumer, and TAO_Notify_Supplier.

void TAO_Notify_Peer::qos_changed ( const TAO_Notify_QoSProperties qos_properties)
virtual

QoS changed notification from the Peer.

Reimplemented in TAO_Notify_Consumer.

virtual void TAO_Notify_Peer::release ( void  )
privatepure virtual
void TAO_Notify_Peer::shutdown ( void  )
virtual

Shutdown the peer.

Reimplemented in TAO_Notify_Consumer.


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