TAO_CosEvent
2.1.2
|
ProxyPushSupplier. More...
#include <CEC_SupplierAdmin.h>
ProxyPushSupplier.
Implement the CosEventChannelAdmin::SupplierAdmin interface. This class is an Abstract Factory for the TAO_CEC_ProxyPushConsumer. = MEMORY MANAGMENT It does not assume ownership of the TAO_CEC_EventChannel object = LOCKING @ TODO No provisions for locking, access must be serialized externally. = TODO
TAO_CEC_SupplierAdmin::TAO_CEC_SupplierAdmin | ( | TAO_CEC_EventChannel * | event_channel | ) |
constructor...
|
virtual |
destructor...
|
virtual |
|
virtual |
Keep track of connected consumers.
|
virtual |
|
virtual |
|
virtual |
void TAO_CEC_SupplierAdmin::for_each | ( | TAO_ESF_Worker< TAO_CEC_ProxyPushConsumer > * | worker | ) |
For each elements call <worker->work()>.
void TAO_CEC_SupplierAdmin::for_each | ( | TAO_ESF_Worker< TAO_CEC_ProxyPullConsumer > * | worker | ) |
For each elements call <worker->work()>.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
The event channel is shutting down, inform all the consumers of this
Store the default POA.
The Event Channel we belong to.
|
private |
|
private |
The push and pull aspects are implemented using these classes.