TAO_RTEvent
2.0.8
|
Implements the ConsumerAdmin interface, i.e. the factory for TAO_EC_ProxyPushSupplier objects. More...
#include <EC_ConsumerAdmin.h>
Public Member Functions | |
TAO_EC_ConsumerAdmin (TAO_EC_Event_Channel_Base *event_channel) | |
virtual | ~TAO_EC_ConsumerAdmin (void) |
Destructor... | |
virtual RtecEventChannelAdmin::ProxyPushSupplier_ptr | obtain_push_supplier (void) |
virtual PortableServer::POA_ptr | _default_POA (void) |
Private Attributes | |
PortableServer::POA_var | default_POA_ |
Store the default POA. |
Implements the ConsumerAdmin interface, i.e. the factory for TAO_EC_ProxyPushSupplier objects.
It does not assume ownership of the TAO_EC_Event_Channel_Base object; but it *does* assume ownership of the TAO_EC_ProxyPushSupplier_Set object.
No provisions for locking, access must be serialized externally.
TAO_EC_ConsumerAdmin::TAO_EC_ConsumerAdmin | ( | TAO_EC_Event_Channel_Base * | event_channel | ) |
Constructor. Builds one using the event_channel argument. In any case it assumes ownership.
TAO_EC_ConsumerAdmin::~TAO_EC_ConsumerAdmin | ( | void | ) | [virtual] |
Destructor...
PortableServer::POA_ptr TAO_EC_ConsumerAdmin::_default_POA | ( | void | ) | [virtual] |
RtecEventChannelAdmin::ProxyPushSupplier_ptr TAO_EC_ConsumerAdmin::obtain_push_supplier | ( | void | ) | [virtual] |
Store the default POA.