#include <ESF_Peer_Admin.h>
Inheritance diagram for TAO_ESF_Peer_Admin< EVENT_CHANNEL, PROXY, INTERFACE, PEER >:
Public Member Functions | |
TAO_ESF_Peer_Admin (EVENT_CHANNEL *ec) | |
Constructor. | |
virtual | ~TAO_ESF_Peer_Admin (void) |
destructor |
Some Event Services that perform filtering have to propagate the consumer connect/disconnect activities to the suppliers, and vice-versa. In that scenario the ESF_Proxy_Admin<> interface is augmented with connected()/reconnected()/disconnected() operations for the proxy peers (i.e. the ProxySuppliers for the ProxyConsumers and vice-versa).
In addition to the requirements imposed by ESF_Proxy_Admin<> the PROXY interface must implement:
* void connected (PEER *peer) throw (); * void reconnected (PEER *peer) throw (); * void disconnected (PEER *peer) throw (); *
Similarly, the PEER interface must implement:
* void connected (PROXY *proxy) throw (); * void reconnected (PROXY *proxy) throw (); * void disconnected (PROXY *proxy) throw (); *
TAO_BEGIN_VERSIONED_NAMESPACE_DECL TAO_ESF_Peer_Admin< EVENT_CHANNEL, PROXY, INTERFACE, PEER >::TAO_ESF_Peer_Admin | ( | EVENT_CHANNEL * | ec | ) |
Constructor.
TAO_ESF_Peer_Admin< EVENT_CHANNEL, PROXY, INTERFACE, PEER >::~TAO_ESF_Peer_Admin | ( | void | ) | [virtual] |
destructor