Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

TAO_Notify_Builder Class Reference

Helper class to create and activate CORBA objects. More...

#include <Builder.h>

Inheritance diagram for TAO_Notify_Builder:

Inheritance graph
[legend]
List of all members.

Public Member Functions

 TAO_Notify_Builder (void)
virtual ~TAO_Notify_Builder ()
virtual CosNotifyChannelAdmin::EventChannelFactory_ptr build_event_channel_factory (PortableServer::POA_ptr poa ACE_ENV_ARG_DECL)
 = Factory Methods Build EventChannel Factory.
virtual CosNotifyFilter::FilterFactory_ptr build_filter_factory (ACE_ENV_SINGLE_ARG_DECL)
 Build the Filter Factory.
virtual CosNotifyChannelAdmin::EventChannel_ptr build_event_channel (TAO_Notify_EventChannelFactory *ecf, const CosNotification::QoSProperties &initial_qos, const CosNotification::AdminProperties &initial_admin, CosNotifyChannelAdmin::ChannelID_out id ACE_ENV_ARG_DECL)
 Build EventChannel.
virtual TAO_Notify_EventChannelbuild_event_channel (TAO_Notify_EventChannelFactory *ecf, const CosNotifyChannelAdmin::ChannelID id ACE_ENV_ARG_DECL)
virtual CosNotifyChannelAdmin::ConsumerAdmin_ptr build_consumer_admin (TAO_Notify_EventChannel *ec, CosNotifyChannelAdmin::InterFilterGroupOperator op, CosNotifyChannelAdmin::AdminID_out id ACE_ENV_ARG_DECL)
 Build ConsumerAdmin.
virtual TAO_Notify_ConsumerAdminbuild_consumer_admin (TAO_Notify_EventChannel *ec, const CosNotifyChannelAdmin::AdminID idACE_ENV_ARG_DECL)
virtual CosNotifyChannelAdmin::SupplierAdmin_ptr build_supplier_admin (TAO_Notify_EventChannel *ec, CosNotifyChannelAdmin::InterFilterGroupOperator op, CosNotifyChannelAdmin::AdminID_out id ACE_ENV_ARG_DECL)
 Build SupplierAdmin.
virtual TAO_Notify_SupplierAdminbuild_supplier_admin (TAO_Notify_EventChannel *ec, const CosNotifyChannelAdmin::AdminID idACE_ENV_ARG_DECL)
virtual CosNotifyChannelAdmin::ProxyConsumer_ptr build_proxy (TAO_Notify_SupplierAdmin *sa, CosNotifyChannelAdmin::ClientType ctype, CosNotifyChannelAdmin::ProxyID_out proxy_id, const CosNotification::QoSProperties &initial_qos ACE_ENV_ARG_DECL)
 Build ProxyConsumer.
virtual TAO_Notify_ProxyConsumerbuild_proxy (TAO_Notify_SupplierAdmin *sa, CosNotifyChannelAdmin::ClientType ctype, const CosNotifyChannelAdmin::ProxyID proxy_id ACE_ENV_ARG_DECL)
 Reload ProxyConsumer.
virtual CosNotifyChannelAdmin::ProxySupplier_ptr build_proxy (TAO_Notify_ConsumerAdmin *ca, CosNotifyChannelAdmin::ClientType ctype, CosNotifyChannelAdmin::ProxyID_out proxy_id, const CosNotification::QoSProperties &initial_qos ACE_ENV_ARG_DECL)
 Build ProxySupplier.
virtual TAO_Notify_ProxySupplierbuild_proxy (TAO_Notify_ConsumerAdmin *ca, CosNotifyChannelAdmin::ClientType ctype, const CosNotifyChannelAdmin::ProxyID proxy_id ACE_ENV_ARG_DECL)
 Reload ProxySupplier.
virtual CosEventChannelAdmin::ProxyPushSupplier_ptr build_proxy (TAO_Notify_ConsumerAdmin *ca ACE_ENV_ARG_DECL)
 Build CosEC style ProxySupplier.
virtual CosEventChannelAdmin::ProxyPushConsumer_ptr build_proxy (TAO_Notify_SupplierAdmin *sa ACE_ENV_ARG_DECL)
 Build CosEC style ProxyConsumer.
virtual void apply_reactive_concurrency (TAO_Notify_Object &object ACE_ENV_ARG_DECL)
 Apply Reactive concurrency.
virtual void apply_thread_pool_concurrency (TAO_Notify_Object &object, const NotifyExt::ThreadPoolParams &tp_params ACE_ENV_ARG_DECL)
 Apply Thread Pools.
virtual void apply_lane_concurrency (TAO_Notify_Object &object, const NotifyExt::ThreadPoolLanesParams &tpl_params ACE_ENV_ARG_DECL)
 Apply Thread Pools with Lanes.

Detailed Description

Helper class to create and activate CORBA objects.


Constructor & Destructor Documentation

TAO_Notify_Builder::TAO_Notify_Builder void   ) 
 

TAO_Notify_Builder::~TAO_Notify_Builder  )  [virtual]
 


Member Function Documentation

virtual void TAO_Notify_Builder::apply_lane_concurrency TAO_Notify_Object object,
const NotifyExt::ThreadPoolLanesParams &tpl_params  ACE_ENV_ARG_DECL
[virtual]
 

Apply Thread Pools with Lanes.

Reimplemented in TAO_Notify_RT_Builder.

void TAO_Notify_Builder::apply_reactive_concurrency TAO_Notify_Object &object  ACE_ENV_ARG_DECL  )  [virtual]
 

Apply Reactive concurrency.

void TAO_Notify_Builder::apply_thread_pool_concurrency TAO_Notify_Object object,
const NotifyExt::ThreadPoolParams &tp_params  ACE_ENV_ARG_DECL
[virtual]
 

Apply Thread Pools.

Reimplemented in TAO_Notify_RT_Builder.

virtual TAO_Notify_ConsumerAdmin* TAO_Notify_Builder::build_consumer_admin TAO_Notify_EventChannel ec,
const CosNotifyChannelAdmin::AdminID  idACE_ENV_ARG_DECL
[virtual]
 

Build ConsumerAdmin during topology restore TODO: this returns a reference to the actual type to accomodate loadable builder/factory there should be an appropriate base class for it to return.

CosNotifyChannelAdmin::ConsumerAdmin_ptr TAO_Notify_Builder::build_consumer_admin TAO_Notify_EventChannel ec,
CosNotifyChannelAdmin::InterFilterGroupOperator  op,
CosNotifyChannelAdmin::AdminID_out id  ACE_ENV_ARG_DECL
[virtual]
 

Build ConsumerAdmin.

TAO_Notify_EventChannel * TAO_Notify_Builder::build_event_channel TAO_Notify_EventChannelFactory ecf,
const CosNotifyChannelAdmin::ChannelID id  ACE_ENV_ARG_DECL
[virtual]
 

CosNotifyChannelAdmin::EventChannel_ptr TAO_Notify_Builder::build_event_channel TAO_Notify_EventChannelFactory ecf,
const CosNotification::QoSProperties initial_qos,
const CosNotification::AdminProperties initial_admin,
CosNotifyChannelAdmin::ChannelID_out id  ACE_ENV_ARG_DECL
[virtual]
 

Build EventChannel.

CosNotifyChannelAdmin::EventChannelFactory_ptr TAO_Notify_Builder::build_event_channel_factory PortableServer::POA_ptr poa  ACE_ENV_ARG_DECL  )  [virtual]
 

= Factory Methods Build EventChannel Factory.

CosNotifyFilter::FilterFactory_ptr TAO_Notify_Builder::build_filter_factory ACE_ENV_SINGLE_ARG_DECL   )  [virtual]
 

Build the Filter Factory.

CosEventChannelAdmin::ProxyPushConsumer_ptr TAO_Notify_Builder::build_proxy TAO_Notify_SupplierAdmin *sa  ACE_ENV_ARG_DECL  )  [virtual]
 

Build CosEC style ProxyConsumer.

CosEventChannelAdmin::ProxyPushSupplier_ptr TAO_Notify_Builder::build_proxy TAO_Notify_ConsumerAdmin *ca  ACE_ENV_ARG_DECL  )  [virtual]
 

Build CosEC style ProxySupplier.

TAO_Notify_ProxySupplier * TAO_Notify_Builder::build_proxy TAO_Notify_ConsumerAdmin ca,
CosNotifyChannelAdmin::ClientType  ctype,
const CosNotifyChannelAdmin::ProxyID proxy_id  ACE_ENV_ARG_DECL
[virtual]
 

Reload ProxySupplier.

CosNotifyChannelAdmin::ProxySupplier_ptr TAO_Notify_Builder::build_proxy TAO_Notify_ConsumerAdmin ca,
CosNotifyChannelAdmin::ClientType  ctype,
CosNotifyChannelAdmin::ProxyID_out  proxy_id,
const CosNotification::QoSProperties &initial_qos  ACE_ENV_ARG_DECL
[virtual]
 

Build ProxySupplier.

TAO_Notify_ProxyConsumer * TAO_Notify_Builder::build_proxy TAO_Notify_SupplierAdmin sa,
CosNotifyChannelAdmin::ClientType  ctype,
const CosNotifyChannelAdmin::ProxyID proxy_id  ACE_ENV_ARG_DECL
[virtual]
 

Reload ProxyConsumer.

CosNotifyChannelAdmin::ProxyConsumer_ptr TAO_Notify_Builder::build_proxy TAO_Notify_SupplierAdmin sa,
CosNotifyChannelAdmin::ClientType  ctype,
CosNotifyChannelAdmin::ProxyID_out  proxy_id,
const CosNotification::QoSProperties &initial_qos  ACE_ENV_ARG_DECL
[virtual]
 

Build ProxyConsumer.

virtual TAO_Notify_SupplierAdmin* TAO_Notify_Builder::build_supplier_admin TAO_Notify_EventChannel ec,
const CosNotifyChannelAdmin::AdminID  idACE_ENV_ARG_DECL
[virtual]
 

Build ConsumerAdmin during topology restore TODO: this returns a reference to the actual type to accomodate loadable builder/factory there should be an appropriate base class for it to return.

CosNotifyChannelAdmin::SupplierAdmin_ptr TAO_Notify_Builder::build_supplier_admin TAO_Notify_EventChannel ec,
CosNotifyChannelAdmin::InterFilterGroupOperator  op,
CosNotifyChannelAdmin::AdminID_out id  ACE_ENV_ARG_DECL
[virtual]
 

Build SupplierAdmin.


The documentation for this class was generated from the following files:
Generated on Tue Dec 20 23:46:57 2005 for TAO_CosNotification by  doxygen 1.3.9.1