#include <Peer.h>
Inheritance diagram for TAO_Notify_Peer:
Public Types | |
typedef TAO_Notify_Refcountable_Guard_T< TAO_Notify_Peer > | Ptr |
Public Member Functions | |
TAO_Notify_Peer (void) | |
Constuctor. | |
virtual | ~TAO_Notify_Peer () |
Destructor. | |
CORBA::ULong | _incr_refcnt (void) |
This method sigantures deliberately match the RefCounting methods required for ESF Proxy. | |
CORBA::ULong | _decr_refcnt (void) |
virtual void | shutdown (ACE_ENV_SINGLE_ARG_DECL) |
Shutdown the peer. | |
virtual TAO_Notify_Proxy * | proxy (void)=0 |
Access Proxy. | |
virtual void | dispatch_updates (const TAO_Notify_EventTypeSeq &added, const TAO_Notify_EventTypeSeq &removed ACE_ENV_ARG_DECL) |
virtual void | qos_changed (const TAO_Notify_QoSProperties &qos_properties) |
QoS changed notification from the Peer. | |
void | handle_dispatch_exception (ACE_ENV_SINGLE_ARG_DECL) |
Handle dispatch exceptions. | |
virtual bool | get_ior (ACE_CString &iorstr) const =0 |
Retrieve the ior of this peer. | |
Protected Member Functions | |
virtual void | dispatch_updates_i (const CosNotification::EventTypeSeq &added, const CosNotification::EventTypeSeq &removed ACE_ENV_ARG_DECL)=0 |
Implementation of Peer specific dispatch_updates. | |
Private Member Functions | |
virtual void | release (void)=0 |
Release. |
|
|
|
Constuctor.
|
|
Destructor.
|
|
|
|
This method sigantures deliberately match the RefCounting methods required for ESF Proxy.
|
|
|
|
Implementation of Peer specific dispatch_updates.
Implemented in TAO_Notify_Consumer, and TAO_Notify_Supplier. |
|
Retrieve the ior of this peer.
|
|
Handle dispatch exceptions.
|
|
Access Proxy.
Implemented in TAO_Notify_Consumer, and TAO_Notify_Supplier. |
|
QoS changed notification from the Peer.
Reimplemented in TAO_Notify_Consumer. |
|
Release.
|
|
Shutdown the peer.
Reimplemented in TAO_Notify_Consumer. |