TAO_CosNotification
2.2.5
|
Factory interface for creating Notify Objects. More...
#include <Factory.h>
Public Member Functions | |
virtual void | create (TAO_Notify_ProxySupplier_Collection *&collection)=0 |
Create ProxySupplier Collection. More... | |
virtual void | create (TAO_Notify_ProxyConsumer_Collection *&collection)=0 |
Create ProxyConsumer Collection. More... | |
virtual void | create (TAO_Notify_EventChannel_Collection *&collection)=0 |
Create EventChannel Collection. More... | |
virtual void | create (TAO_Notify_ConsumerAdmin_Collection *&collection)=0 |
Create ConsumerAdmin Collection. More... | |
virtual void | create (TAO_Notify_SupplierAdmin_Collection *&collection)=0 |
Create SupplierAdmin Collection. More... | |
virtual void | create (TAO_Notify_Proxy_Collection *&collection)=0 |
Create Proxy Collection. More... | |
virtual void | create (TAO_Notify_EventChannelFactory *&channel_factory, const char *factory_name)=0 |
Create EventChannelFactory. More... | |
virtual void | create (TAO_Notify_EventChannel *&channel, const char *ec_name)=0 |
Create EventChannel. More... | |
virtual void | create (TAO_Notify_SupplierAdmin *&admin)=0 |
Create SupplierAdmin. More... | |
virtual void | create (TAO_Notify_ConsumerAdmin *&admin)=0 |
Create ConsumerAdmin. More... | |
virtual void | create (TAO_Notify_ProxyPushConsumer *&proxy)=0 |
Create ProxyPushConsumer. More... | |
virtual void | create (TAO_Notify_ProxyPushSupplier *&proxy)=0 |
Create ProxyPushSupplier. More... | |
virtual void | create (TAO_Notify_CosEC_ProxyPushConsumer *&proxy)=0 |
Create CosEC_ProxyPushConsumer. More... | |
virtual void | create (TAO_Notify_CosEC_ProxyPushSupplier *&proxy)=0 |
Create CosEC_ProxyPushSupplier. More... | |
virtual void | create (TAO_Notify_StructuredProxyPushConsumer *&proxy)=0 |
Create StructuredProxyPushConsumer. More... | |
virtual void | create (TAO_Notify_StructuredProxyPushSupplier *&proxy)=0 |
Create StructuredProxyPushSupplier. More... | |
virtual void | create (TAO_Notify_SequenceProxyPushConsumer *&proxy)=0 |
Create SequenceProxyPushConsumer. More... | |
virtual void | create (TAO_Notify_SequenceProxyPushSupplier *&proxy)=0 |
Create SequenceProxyPushSupplier. More... | |
Factory interface for creating Notify Objects.
|
pure virtual |
Create ProxySupplier Collection.
Implemented in TAO_Notify_Default_Factory.
|
pure virtual |
Create ProxyConsumer Collection.
Implemented in TAO_Notify_Default_Factory.
|
pure virtual |
Create EventChannel Collection.
Implemented in TAO_Notify_Default_Factory.
|
pure virtual |
Create ConsumerAdmin Collection.
Implemented in TAO_Notify_Default_Factory.
|
pure virtual |
Create SupplierAdmin Collection.
Implemented in TAO_Notify_Default_Factory.
|
pure virtual |
Create Proxy Collection.
Implemented in TAO_Notify_Default_Factory.
|
pure virtual |
Create EventChannelFactory.
Implemented in TAO_Notify_Default_Factory.
|
pure virtual |
Create EventChannel.
Implemented in TAO_Notify_Default_Factory.
|
pure virtual |
Create SupplierAdmin.
Implemented in TAO_Notify_Default_Factory.
|
pure virtual |
Create ConsumerAdmin.
Implemented in TAO_Notify_Default_Factory.
|
pure virtual |
Create ProxyPushConsumer.
Implemented in TAO_Notify_Default_Factory.
|
pure virtual |
Create ProxyPushSupplier.
Implemented in TAO_Notify_Default_Factory.
|
pure virtual |
Create CosEC_ProxyPushConsumer.
Implemented in TAO_Notify_Default_Factory.
|
pure virtual |
Create CosEC_ProxyPushSupplier.
Implemented in TAO_Notify_Default_Factory.
|
pure virtual |
Create StructuredProxyPushConsumer.
Implemented in TAO_Notify_Default_Factory.
|
pure virtual |
Create StructuredProxyPushSupplier.
Implemented in TAO_Notify_Default_Factory, and TAO_Notify_RT_Factory.
|
pure virtual |
Create SequenceProxyPushConsumer.
Implemented in TAO_Notify_Default_Factory.
|
pure virtual |
Create SequenceProxyPushSupplier.
Implemented in TAO_Notify_Default_Factory.