TAO_CosNotification 4.0.0
Loading...
Searching...
No Matches
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
[legend]

Public Types

typedef TAO_Notify_Refcountable_Guard_T< TAO_Notify_PeerPtr
 

Public Member Functions

 TAO_Notify_Peer ()
 Constructor.
 
virtual ~TAO_Notify_Peer ()
 Destructor.
 
CORBA::ULong _incr_refcnt ()
 
CORBA::ULong _decr_refcnt ()
 
virtual void shutdown ()
 Shutdown the peer.
 
virtual TAO_Notify_Proxyproxy ()=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 ()
 Handle dispatch exceptions.
 
virtual ACE_CString get_ior () 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 ()=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

◆ Ptr

Constructor & Destructor Documentation

◆ TAO_Notify_Peer()

TAO_Notify_Peer::TAO_Notify_Peer ( )

Constructor.

◆ ~TAO_Notify_Peer()

TAO_Notify_Peer::~TAO_Notify_Peer ( )
virtual

Destructor.

Member Function Documentation

◆ _decr_refcnt()

CORBA::ULong TAO_Notify_Peer::_decr_refcnt ( )

◆ _incr_refcnt()

CORBA::ULong TAO_Notify_Peer::_incr_refcnt ( )

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

◆ dispatch_updates()

void TAO_Notify_Peer::dispatch_updates ( const TAO_Notify_EventTypeSeq & added,
const TAO_Notify_EventTypeSeq & removed )
virtual

◆ dispatch_updates_i()

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.

◆ get_ior()

virtual ACE_CString TAO_Notify_Peer::get_ior ( ) const
pure virtual

◆ handle_dispatch_exception()

void TAO_Notify_Peer::handle_dispatch_exception ( )

Handle dispatch exceptions.

◆ proxy()

virtual TAO_Notify_Proxy * TAO_Notify_Peer::proxy ( )
pure virtual

Access Proxy.

Implemented in TAO_Notify_Consumer, and TAO_Notify_Supplier.

◆ qos_changed()

void TAO_Notify_Peer::qos_changed ( const TAO_Notify_QoSProperties & qos_properties)
virtual

QoS changed notification from the Peer.

Reimplemented in TAO_Notify_Consumer.

◆ release()

virtual void TAO_Notify_Peer::release ( )
privatepure virtual

◆ shutdown()

void TAO_Notify_Peer::shutdown ( )
virtual

Shutdown the peer.

Reimplemented in TAO_Notify_Consumer.


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