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

TAO_Notify_CO_Factory Class Reference

#include <Notify_Channel_Objects_Factory.h>

Inheritance diagram for TAO_Notify_CO_Factory

Inheritance graph
[legend]
Collaboration diagram for TAO_Notify_CO_Factory:

Collaboration graph
[legend]
List of all members.

Public Methods

virtual TAO_Notify_EventChannel_icreate_event_channel (TAO_Notify_EventChannelFactory_i* parent, CORBA::Environment &ACE_TRY_ENV) = 0
virtual TAO_Notify_ConsumerAdmin_icreate_consumer_admin (TAO_Notify_EventChannel_i* channel, CORBA::Environment &ACE_TRY_ENV) = 0
virtual TAO_Notify_SupplierAdmin_icreate_supplier_admin (TAO_Notify_EventChannel_i* channel, CORBA::Environment &ACE_TRY_ENV) = 0
virtual TAO_Notify_FilterFactory_icreate_filter_factory (CORBA::Environment &ACE_TRY_ENV) = 0
virtual TAO_Notify_StructuredProxyPushSupplier_icreate_struct_proxy_pushsupplier (TAO_Notify_ConsumerAdmin_i* parent, CORBA::Environment &ACE_TRY_ENV) = 0
virtual TAO_Notify_SequenceProxyPushSupplier_icreate_seq_proxy_pushsupplier (TAO_Notify_ConsumerAdmin_i* parent, CORBA::Environment &ACE_TRY_ENV) = 0
virtual TAO_Notify_ProxyPushSupplier_icreate_proxy_pushsupplier (TAO_Notify_ConsumerAdmin_i* parent, CORBA::Environment &ACE_TRY_ENV) = 0
virtual TAO_Notify_StructuredProxyPushConsumer_icreate_struct_proxy_pushconsumer (TAO_Notify_SupplierAdmin_i* parent, CORBA::Environment &ACE_TRY_ENV) = 0
virtual TAO_Notify_SequenceProxyPushConsumer_icreate_seq_proxy_pushconsumer (TAO_Notify_SupplierAdmin_i* parent, CORBA::Environment &ACE_TRY_ENV) = 0
virtual TAO_Notify_ProxyPushConsumer_icreate_proxy_pushconsumer (TAO_Notify_SupplierAdmin_i* parent, CORBA::Environment &ACE_TRY_ENV) = 0
virtual ACE_Lockcreate_channel_factory_lock (CORBA::Environment &ACE_TRY_ENV) = 0
virtual ACE_Lockcreate_event_channel_lock (CORBA::Environment &ACE_TRY_ENV) = 0
virtual ACE_Lockcreate_consumer_admin_lock (CORBA::Environment &ACE_TRY_ENV) = 0
virtual ACE_Lockcreate_supplier_admin_lock (CORBA::Environment &ACE_TRY_ENV) = 0
virtual ACE_Lockcreate_proxy_supplier_lock (CORBA::Environment &ACE_TRY_ENV) = 0
virtual ACE_Lockcreate_proxy_consumer_lock (CORBA::Environment &ACE_TRY_ENV) = 0

Member Function Documentation

virtual ACE_Lock* TAO_Notify_CO_Factory::create_channel_factory_lock ( CORBA::Environment & ACE_TRY_ENV ) [pure virtual]
 

Reimplemented in TAO_Notify_Default_CO_Factory.

virtual TAO_Notify_ConsumerAdmin_i* TAO_Notify_CO_Factory::create_consumer_admin ( TAO_Notify_EventChannel_i * event_channel,
CORBA::Environment & ACE_TRY_ENV ) [pure virtual]
 

Reimplemented in TAO_Notify_Default_CO_Factory.

virtual ACE_Lock* TAO_Notify_CO_Factory::create_consumer_admin_lock ( CORBA::Environment & ACE_TRY_ENV ) [pure virtual]
 

Reimplemented in TAO_Notify_Default_CO_Factory.

virtual TAO_Notify_EventChannel_i* TAO_Notify_CO_Factory::create_event_channel ( TAO_Notify_EventChannelFactory_i * parent,
CORBA::Environment & ACE_TRY_ENV ) [pure virtual]
 

Reimplemented in TAO_Notify_Default_CO_Factory.

virtual ACE_Lock* TAO_Notify_CO_Factory::create_event_channel_lock ( CORBA::Environment & ACE_TRY_ENV ) [pure virtual]
 

Reimplemented in TAO_Notify_Default_CO_Factory.

virtual TAO_Notify_FilterFactory_i* TAO_Notify_CO_Factory::create_filter_factory ( CORBA::Environment & ACE_TRY_ENV ) [pure virtual]
 

Reimplemented in TAO_Notify_Default_CO_Factory.

virtual ACE_Lock* TAO_Notify_CO_Factory::create_proxy_consumer_lock ( CORBA::Environment & ACE_TRY_ENV ) [pure virtual]
 

Reimplemented in TAO_Notify_Default_CO_Factory.

virtual TAO_Notify_ProxyPushConsumer_i* TAO_Notify_CO_Factory::create_proxy_pushconsumer ( TAO_Notify_SupplierAdmin_i * parent,
CORBA::Environment & ACE_TRY_ENV ) [pure virtual]
 

Reimplemented in TAO_Notify_Default_CO_Factory.

virtual TAO_Notify_ProxyPushSupplier_i* TAO_Notify_CO_Factory::create_proxy_pushsupplier ( TAO_Notify_ConsumerAdmin_i * parent,
CORBA::Environment & ACE_TRY_ENV ) [pure virtual]
 

Reimplemented in TAO_Notify_Default_CO_Factory.

virtual ACE_Lock* TAO_Notify_CO_Factory::create_proxy_supplier_lock ( CORBA::Environment & ACE_TRY_ENV ) [pure virtual]
 

Reimplemented in TAO_Notify_Default_CO_Factory.

virtual TAO_Notify_SequenceProxyPushConsumer_i* TAO_Notify_CO_Factory::create_seq_proxy_pushconsumer ( TAO_Notify_SupplierAdmin_i * parent,
CORBA::Environment & ACE_TRY_ENV ) [pure virtual]
 

Reimplemented in TAO_Notify_Default_CO_Factory.

virtual TAO_Notify_SequenceProxyPushSupplier_i* TAO_Notify_CO_Factory::create_seq_proxy_pushsupplier ( TAO_Notify_ConsumerAdmin_i * parent,
CORBA::Environment & ACE_TRY_ENV ) [pure virtual]
 

Reimplemented in TAO_Notify_Default_CO_Factory.

virtual TAO_Notify_StructuredProxyPushConsumer_i* TAO_Notify_CO_Factory::create_struct_proxy_pushconsumer ( TAO_Notify_SupplierAdmin_i * parent,
CORBA::Environment & ACE_TRY_ENV ) [pure virtual]
 

Reimplemented in TAO_Notify_Default_CO_Factory.

virtual TAO_Notify_StructuredProxyPushSupplier_i* TAO_Notify_CO_Factory::create_struct_proxy_pushsupplier ( TAO_Notify_ConsumerAdmin_i * parent,
CORBA::Environment & ACE_TRY_ENV ) [pure virtual]
 

Reimplemented in TAO_Notify_Default_CO_Factory.

virtual TAO_Notify_SupplierAdmin_i* TAO_Notify_CO_Factory::create_supplier_admin ( TAO_Notify_EventChannel_i * event_channel,
CORBA::Environment & ACE_TRY_ENV ) [pure virtual]
 

Reimplemented in TAO_Notify_Default_CO_Factory.

virtual ACE_Lock* TAO_Notify_CO_Factory::create_supplier_admin_lock ( CORBA::Environment & ACE_TRY_ENV ) [pure virtual]
 

Reimplemented in TAO_Notify_Default_CO_Factory.


The documentation for this class was generated from the following file:
Generated at Fri Oct 5 08:29:23 2001 for TAO_CosNotification by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000