Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

TAO_Notify_Default_Factory Class Reference

Default_Factory interface for creating Notify Objects. More...

#include <Default_Factory.h>

Inheritance diagram for TAO_Notify_Default_Factory:

Inheritance graph
[legend]
Collaboration diagram for TAO_Notify_Default_Factory:

Collaboration graph
[legend]
List of all members.

Public Methods

 TAO_Notify_Default_Factory (void)
 Constructor.

virtual ~TAO_Notify_Default_Factory ()
 Destructor.

virtual void create (TAO_Notify_ProxySupplier_Collection *&collection ACE_ENV_ARG_DECL)
 Create ProxySupplier Collection.

virtual void create (TAO_Notify_ProxyConsumer_Collection *&collection ACE_ENV_ARG_DECL)
 Create ProxyConsumer Collection.

virtual void create (TAO_Notify_EventChannel_Collection *&collection ACE_ENV_ARG_DECL)
 Create EventChannel Collection.

virtual void create (TAO_Notify_ConsumerAdmin_Collection *&collection ACE_ENV_ARG_DECL)
 Create ConsumerAdmin Collection.

virtual void create (TAO_Notify_SupplierAdmin_Collection *&collection ACE_ENV_ARG_DECL)
 Create SupplierAdmin Collection.

virtual void create (TAO_Notify_Proxy_Collection *&collection ACE_ENV_ARG_DECL)
 Create Proxy Collection.

virtual void create (TAO_Notify_EventChannelFactory *&channel_factory ACE_ENV_ARG_DECL)
 Create EventChannelDefault_Factory.

virtual void create (TAO_Notify_EventChannel *&channel ACE_ENV_ARG_DECL)
 Create EventChannel.

virtual void create (TAO_Notify_SupplierAdmin *&admin ACE_ENV_ARG_DECL)
 Create SupplierAdmin.

virtual void create (TAO_Notify_ConsumerAdmin *&admin ACE_ENV_ARG_DECL)
 Create ConsumerAdmin.

virtual void create (TAO_Notify_ProxyPushConsumer *&proxy ACE_ENV_ARG_DECL)
 Create ProxyPushConsumer.

virtual void create (TAO_Notify_ProxyPushSupplier *&proxy ACE_ENV_ARG_DECL)
 Create ProxyPushSupplier.

virtual void create (TAO_Notify_CosEC_ProxyPushConsumer *&proxy ACE_ENV_ARG_DECL)
 Create CosEC_ProxyPushConsumer.

virtual void create (TAO_Notify_CosEC_ProxyPushSupplier *&proxy ACE_ENV_ARG_DECL)
 Create CosEC_ProxyPushSupplier.

virtual void create (TAO_Notify_StructuredProxyPushConsumer *&proxy ACE_ENV_ARG_DECL)
 Create StructuredProxyPushConsumer.

virtual void create (TAO_Notify_StructuredProxyPushSupplier *&proxy ACE_ENV_ARG_DECL)
 Create StructuredProxyPushSupplier.

virtual void create (TAO_Notify_SequenceProxyPushConsumer *&proxy ACE_ENV_ARG_DECL)
 Create SequenceProxyPushConsumer.

virtual void create (TAO_Notify_SequenceProxyPushSupplier *&proxy ACE_ENV_ARG_DECL)
 Create SequenceProxyPushSupplier.


Detailed Description

Default_Factory interface for creating Notify Objects.


Constructor & Destructor Documentation

TAO_Notify_Default_Factory::TAO_Notify_Default_Factory void   
 

Constructor.

TAO_Notify_Default_Factory::~TAO_Notify_Default_Factory   [virtual]
 

Destructor.


Member Function Documentation

void TAO_Notify_Default_Factory::create TAO_Notify_SequenceProxyPushSupplier *&proxy    ACE_ENV_ARG_DECL [virtual]
 

Create SequenceProxyPushSupplier.

Implements TAO_Notify_Factory.

Reimplemented in TAO_Notify_RT_Factory.

void TAO_Notify_Default_Factory::create TAO_Notify_SequenceProxyPushConsumer *&proxy    ACE_ENV_ARG_DECL [virtual]
 

Create SequenceProxyPushConsumer.

Implements TAO_Notify_Factory.

Reimplemented in TAO_Notify_RT_Factory.

void TAO_Notify_Default_Factory::create TAO_Notify_StructuredProxyPushSupplier *&proxy    ACE_ENV_ARG_DECL [virtual]
 

Create StructuredProxyPushSupplier.

Implements TAO_Notify_Factory.

Reimplemented in TAO_Notify_RT_Factory.

void TAO_Notify_Default_Factory::create TAO_Notify_StructuredProxyPushConsumer *&proxy    ACE_ENV_ARG_DECL [virtual]
 

Create StructuredProxyPushConsumer.

Implements TAO_Notify_Factory.

Reimplemented in TAO_Notify_RT_Factory.

void TAO_Notify_Default_Factory::create TAO_Notify_CosEC_ProxyPushSupplier *&proxy    ACE_ENV_ARG_DECL [virtual]
 

Create CosEC_ProxyPushSupplier.

Implements TAO_Notify_Factory.

Reimplemented in TAO_Notify_RT_Factory.

void TAO_Notify_Default_Factory::create TAO_Notify_CosEC_ProxyPushConsumer *&proxy    ACE_ENV_ARG_DECL [virtual]
 

Create CosEC_ProxyPushConsumer.

Implements TAO_Notify_Factory.

Reimplemented in TAO_Notify_RT_Factory.

void TAO_Notify_Default_Factory::create TAO_Notify_ProxyPushSupplier *&proxy    ACE_ENV_ARG_DECL [virtual]
 

Create ProxyPushSupplier.

Implements TAO_Notify_Factory.

Reimplemented in TAO_Notify_RT_Factory.

void TAO_Notify_Default_Factory::create TAO_Notify_ProxyPushConsumer *&proxy    ACE_ENV_ARG_DECL [virtual]
 

Create ProxyPushConsumer.

Implements TAO_Notify_Factory.

Reimplemented in TAO_Notify_RT_Factory.

void TAO_Notify_Default_Factory::create TAO_Notify_ConsumerAdmin *&admin    ACE_ENV_ARG_DECL [virtual]
 

Create ConsumerAdmin.

Implements TAO_Notify_Factory.

Reimplemented in TAO_Notify_RT_Factory.

void TAO_Notify_Default_Factory::create TAO_Notify_SupplierAdmin *&admin    ACE_ENV_ARG_DECL [virtual]
 

Create SupplierAdmin.

Implements TAO_Notify_Factory.

Reimplemented in TAO_Notify_RT_Factory.

void TAO_Notify_Default_Factory::create TAO_Notify_EventChannel *&channel    ACE_ENV_ARG_DECL [virtual]
 

Create EventChannel.

Implements TAO_Notify_Factory.

Reimplemented in TAO_Notify_RT_Factory.

virtual void TAO_Notify_Default_Factory::create TAO_Notify_EventChannelFactory *&channel_factory    ACE_ENV_ARG_DECL [virtual]
 

Create EventChannelDefault_Factory.

Implements TAO_Notify_Factory.

Reimplemented in TAO_Notify_RT_Factory.

void TAO_Notify_Default_Factory::create TAO_Notify_Proxy_Collection *&collection    ACE_ENV_ARG_DECL [virtual]
 

Create Proxy Collection.

Implements TAO_Notify_Factory.

Reimplemented in TAO_Notify_RT_Factory.

void TAO_Notify_Default_Factory::create TAO_Notify_SupplierAdmin_Collection *&collection    ACE_ENV_ARG_DECL [virtual]
 

Create SupplierAdmin Collection.

Implements TAO_Notify_Factory.

Reimplemented in TAO_Notify_RT_Factory.

void TAO_Notify_Default_Factory::create TAO_Notify_ConsumerAdmin_Collection *&collection    ACE_ENV_ARG_DECL [virtual]
 

Create ConsumerAdmin Collection.

Implements TAO_Notify_Factory.

Reimplemented in TAO_Notify_RT_Factory.

void TAO_Notify_Default_Factory::create TAO_Notify_EventChannel_Collection *&collection    ACE_ENV_ARG_DECL [virtual]
 

Create EventChannel Collection.

Implements TAO_Notify_Factory.

Reimplemented in TAO_Notify_RT_Factory.

void TAO_Notify_Default_Factory::create TAO_Notify_ProxyConsumer_Collection *&collection    ACE_ENV_ARG_DECL [virtual]
 

Create ProxyConsumer Collection.

Implements TAO_Notify_Factory.

Reimplemented in TAO_Notify_RT_Factory.

void TAO_Notify_Default_Factory::create TAO_Notify_ProxySupplier_Collection *&collection    ACE_ENV_ARG_DECL [virtual]
 

Create ProxySupplier Collection.

Implements TAO_Notify_Factory.

Reimplemented in TAO_Notify_RT_Factory.


The documentation for this class was generated from the following files:
Generated on Thu Jan 15 00:37:38 2004 for TAO_CosNotification by doxygen1.2.18