TAO_ESF_Peer_Admin< EVENT_CHANNEL, PROXY, INTERFACE, PEER > Class Template Reference

Extend the Proxy_Admin interface to provide methods for filtering. More...

#include <ESF_Peer_Admin.h>

Inheritance diagram for TAO_ESF_Peer_Admin< EVENT_CHANNEL, PROXY, INTERFACE, PEER >:

Inheritance graph
[legend]
Collaboration diagram for TAO_ESF_Peer_Admin< EVENT_CHANNEL, PROXY, INTERFACE, PEER >:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 TAO_ESF_Peer_Admin (EVENT_CHANNEL *ec)
 Constructor.

virtual ~TAO_ESF_Peer_Admin (void)
 destructor


Detailed Description

template<class EVENT_CHANNEL, class PROXY, class INTERFACE, class PEER>
class TAO_ESF_Peer_Admin< EVENT_CHANNEL, PROXY, INTERFACE, PEER >

Extend the Proxy_Admin interface to provide methods for filtering.

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).

Requirements

In addition to the requirements imposed by ESF_Proxy_Admin<> the PROXY interface must implement:

* void connected (PEER *peer ACE_ENV_ARG_DECL_NOT_USED) throw (); * void reconnected (PEER *peer ACE_ENV_ARG_DECL_NOT_USED) throw (); * void disconnected (PEER *peer ACE_ENV_ARG_DECL_NOT_USED) throw (); *

Similarly, the PEER interface must implement:

* void connected (PROXY *proxy ACE_ENV_ARG_DECL_NOT_USED) throw (); * void reconnected (PROXY *proxy ACE_ENV_ARG_DECL_NOT_USED) throw (); * void disconnected (PROXY *proxy ACE_ENV_ARG_DECL_NOT_USED) throw (); *

Definition at line 58 of file ESF_Peer_Admin.h.


Constructor & Destructor Documentation

template<class EVENT_CHANNEL, class PROXY, class INTERFACE, class PEER>
TAO_BEGIN_VERSIONED_NAMESPACE_DECL TAO_ESF_Peer_Admin< EVENT_CHANNEL, PROXY, INTERFACE, PEER >::TAO_ESF_Peer_Admin EVENT_CHANNEL *  ec  ) 
 

Constructor.

Definition at line 12 of file ESF_Peer_Admin.cpp.

template<class EVENT_CHANNEL, class PROXY, class INTERFACE, class PEER>
TAO_ESF_Peer_Admin< EVENT_CHANNEL, PROXY, INTERFACE, PEER >::~TAO_ESF_Peer_Admin void   )  [virtual]
 

destructor

Definition at line 19 of file ESF_Peer_Admin.cpp.

00020 {
00021 }


The documentation for this class was generated from the following files:
Generated on Thu Nov 9 13:08:57 2006 for TAO_ESF by doxygen 1.3.6