TAO_EC_SupplierAdmin Class Reference

Implement the RtecEventChannelAdmin::SupplierAdmin interface. More...

#include <EC_SupplierAdmin.h>

Inheritance diagram for TAO_EC_SupplierAdmin:

Inheritance graph
[legend]
Collaboration diagram for TAO_EC_SupplierAdmin:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 TAO_EC_SupplierAdmin (TAO_EC_Event_Channel_Base *event_channel)
 constructor...
virtual ~TAO_EC_SupplierAdmin (void)
 destructor...
virtual RtecEventChannelAdmin::ProxyPushConsumer_ptr obtain_push_consumer (void)
virtual PortableServer::POA_ptr _default_POA (void)

Private Attributes

PortableServer::POA_var default_POA_
 Store the default POA.

Detailed Description

Implement the RtecEventChannelAdmin::SupplierAdmin interface.

Memory Management

It does not assume ownership of the TAO_EC_Event_Channel_Base object

Definition at line 45 of file EC_SupplierAdmin.h.


Constructor & Destructor Documentation

TAO_BEGIN_VERSIONED_NAMESPACE_DECL TAO_EC_SupplierAdmin::TAO_EC_SupplierAdmin ( TAO_EC_Event_Channel_Base event_channel  ) 

constructor...

Definition at line 15 of file EC_SupplierAdmin.cpp.

00016   : TAO_ESF_Peer_Admin<TAO_EC_Event_Channel_Base,TAO_EC_ProxyPushConsumer,RtecEventChannelAdmin::ProxyPushConsumer,TAO_EC_ProxyPushSupplier> (ec)
00017 {
00018   this->default_POA_ =
00019     this->event_channel_->supplier_poa ();
00020 }

TAO_EC_SupplierAdmin::~TAO_EC_SupplierAdmin ( void   )  [virtual]

destructor...

Definition at line 22 of file EC_SupplierAdmin.cpp.

00023 {
00024 }


Member Function Documentation

PortableServer::POA_ptr TAO_EC_SupplierAdmin::_default_POA ( void   )  [virtual]

Definition at line 33 of file EC_SupplierAdmin.cpp.

Referenced by TAO_EC_Event_Channel_Base::deactivate_supplier_admin().

00034 {
00035   return PortableServer::POA::_duplicate (this->default_POA_.in ());
00036 }

RtecEventChannelAdmin::ProxyPushConsumer_ptr TAO_EC_SupplierAdmin::obtain_push_consumer ( void   )  [virtual]

Definition at line 27 of file EC_SupplierAdmin.cpp.

References TAO_ESF_Proxy_Admin< EVENT_CHANNEL, PROXY, INTERFACE >::obtain().

00028 {
00029   return this->obtain ();
00030 }


Member Data Documentation

PortableServer::POA_var TAO_EC_SupplierAdmin::default_POA_ [private]

Store the default POA.

Definition at line 65 of file EC_SupplierAdmin.h.


The documentation for this class was generated from the following files:
Generated on Tue Feb 2 17:44:35 2010 for TAO_RTEvent by  doxygen 1.4.7