#include <CEC_TypedConsumerAdmin.h>
Collaboration diagram for TAO_CEC_TypedConsumerAdmin:
Public Member Functions | |
TAO_CEC_TypedConsumerAdmin (TAO_CEC_TypedEventChannel *typed_event_channel) | |
virtual | ~TAO_CEC_TypedConsumerAdmin (void) |
void | for_each (TAO_ESF_Worker< TAO_CEC_ProxyPushSupplier > *worker) |
For each elements call <worker->work()>. | |
virtual void | invoke (const TAO_CEC_TypedEvent &typed_event) throw (CORBA::SystemException) |
Invoke the typed event on all the consumers. | |
virtual void | connected (TAO_CEC_ProxyPushSupplier *ACE_ENV_ARG_DECL_NOT_USED) |
virtual void | reconnected (TAO_CEC_ProxyPushSupplier *ACE_ENV_ARG_DECL_NOT_USED) |
virtual void | disconnected (TAO_CEC_ProxyPushSupplier *ACE_ENV_ARG_DECL_NOT_USED) |
virtual void | shutdown (ACE_ENV_SINGLE_ARG_DECL_NOT_USED) |
virtual CosEventChannelAdmin::ProxyPushSupplier_ptr | obtain_typed_push_supplier (const char *uses_interface) throw (CORBA::SystemException, CosTypedEventChannelAdmin::NoSuchImplementation) |
virtual CosTypedEventChannelAdmin::TypedProxyPullSupplier_ptr | obtain_typed_pull_supplier (const char *supported_interface) throw (CORBA::SystemException, CosTypedEventChannelAdmin::InterfaceNotSupported) |
virtual CosEventChannelAdmin::ProxyPushSupplier_ptr | obtain_push_supplier (ACE_ENV_SINGLE_ARG_DECL_NOT_USED) throw (CORBA::SystemException) |
virtual CosEventChannelAdmin::ProxyPullSupplier_ptr | obtain_pull_supplier (ACE_ENV_SINGLE_ARG_DECL_NOT_USED) throw (CORBA::SystemException) |
virtual PortableServer::POA_ptr | _default_POA () |
Private Attributes | |
TAO_CEC_TypedEventChannel * | typed_event_channel_ |
The Event Channel we belong to. | |
PortableServer::POA_var | default_POA_ |
Store the default POA. | |
TAO_ESF_Proxy_Admin< TAO_CEC_TypedEventChannel, TAO_CEC_ProxyPushSupplier, CosEventChannelAdmin::ProxyPushSupplier > | typed_push_admin_ |
Implement the push side of this class. |
|
|
|
|
|
|
|
Used to inform the EC that a Supplier has connected or disconnected from it. |
|
|
|
For each elements call <worker->work()>.
|
|
Invoke the typed event on all the consumers.
|
|
|
|
|
|
|
|
|
|
|
|
The typed event channel is shutting down, inform all the consumers of this |
|
Store the default POA.
|
|
The Event Channel we belong to.
|
|
Implement the push side of this class.
|