TAO_RTEvent
2.2.0
|
Implement the RtecEventChannelAdmin::SupplierAdmin interface. More...
#include <EC_SupplierAdmin.h>
Public Member Functions | |
TAO_EC_SupplierAdmin (TAO_EC_Event_Channel_Base *event_channel) | |
constructor... More... | |
virtual | ~TAO_EC_SupplierAdmin (void) |
destructor... More... | |
virtual RtecEventChannelAdmin::ProxyPushConsumer_ptr | obtain_push_consumer (void) |
virtual PortableServer::POA_ptr | _default_POA (void) |
Public Member Functions inherited from TAO_ESF_Peer_Admin< TAO_EC_Event_Channel_Base, TAO_EC_ProxyPushConsumer, RtecEventChannelAdmin::ProxyPushConsumer, TAO_EC_ProxyPushSupplier > | |
TAO_ESF_Peer_Admin (EVENT_CHANNEL *ec) | |
virtual | ~TAO_ESF_Peer_Admin (void) |
virtual void | peer_connected (PEER *peer) |
virtual void | peer_reconnected (PEER *peer) |
virtual void | peer_disconnected (PEER *peer) |
TAO_ESF_Proxy_Admin (EVENT_CHANNEL *ec) | |
virtual | ~TAO_ESF_Proxy_Admin (void) |
void | for_each (TAO_ESF_Worker< PROXY > *worker) |
virtual INTERFACE * | obtain (void) |
virtual void | shutdown (void) |
virtual void | connected (PROXY *proxy) |
virtual void | reconnected (PROXY *proxy) |
virtual void | disconnected (PROXY *proxy) |
Private Attributes | |
PortableServer::POA_var | default_POA_ |
Store the default POA. More... | |
Additional Inherited Members | |
Protected Attributes inherited from TAO_ESF_Peer_Admin< TAO_EC_Event_Channel_Base, TAO_EC_ProxyPushConsumer, RtecEventChannelAdmin::ProxyPushConsumer, TAO_EC_ProxyPushSupplier > | |
EVENT_CHANNEL * | event_channel_ |
Implement the RtecEventChannelAdmin::SupplierAdmin interface.
It does not assume ownership of the TAO_EC_Event_Channel_Base object
TAO_EC_SupplierAdmin::TAO_EC_SupplierAdmin | ( | TAO_EC_Event_Channel_Base * | event_channel | ) |
constructor...
|
virtual |
destructor...
|
virtual |
|
virtual |
|
private |
Store the default POA.