#include <Peer.h>
Inheritance diagram for TAO_NS_Peer:
Public Methods | |
TAO_NS_Peer (void) | |
Constuctor. More... | |
virtual | ~TAO_NS_Peer () |
Destructor. More... | |
CORBA::ULong | _incr_refcnt (void) |
This method sigantures deliberately match the RefCounting methods required for ESF Proxy. More... | |
CORBA::ULong | _decr_refcnt (void) |
virtual void | shutdown (ACE_ENV_SINGLE_ARG_DECL) |
Shutdown the peer. More... | |
virtual TAO_NS_Proxy * | proxy (void)=0 |
Access Proxy. More... | |
virtual void | dispatch_updates (const TAO_NS_EventTypeSeq &added, const TAO_NS_EventTypeSeq &removed ACE_ENV_ARG_DECL) |
virtual void | qos_changed (const TAO_NS_QoSProperties &qos_properties) |
QoS changed notification from the Peer. More... | |
void | handle_dispatch_exception (ACE_ENV_SINGLE_ARG_DECL) |
Handle dispatch exceptions. More... | |
Protected Methods | |
virtual void | dispatch_updates_i (const CosNotification::EventTypeSeq &added, const CosNotification::EventTypeSeq &removed ACE_ENV_ARG_DECL)=0 |
Implementation of Peer specific dispatch_updates. More... |
|
Constuctor.
|
|
Destructor.
|
|
|
|
This method sigantures deliberately match the RefCounting methods required for ESF Proxy.
|
|
|
|
Implementation of Peer specific dispatch_updates.
Reimplemented in TAO_NS_Consumer, and TAO_NS_Supplier. |
|
Handle dispatch exceptions.
|
|
Access Proxy.
Reimplemented in TAO_NS_Consumer, and TAO_NS_Supplier. |
|
QoS changed notification from the Peer.
|
|
Shutdown the peer.
|