#include <Factory.h>
Inheritance diagram for TAO_Notify_Factory:
Public Member Functions | |
virtual void | create (TAO_Notify_ProxySupplier_Collection *&collection)=0 |
Create ProxySupplier Collection. | |
virtual void | create (TAO_Notify_ProxyConsumer_Collection *&collection)=0 |
Create ProxyConsumer Collection. | |
virtual void | create (TAO_Notify_EventChannel_Collection *&collection)=0 |
Create EventChannel Collection. | |
virtual void | create (TAO_Notify_ConsumerAdmin_Collection *&collection)=0 |
Create ConsumerAdmin Collection. | |
virtual void | create (TAO_Notify_SupplierAdmin_Collection *&collection)=0 |
Create SupplierAdmin Collection. | |
virtual void | create (TAO_Notify_Proxy_Collection *&collection)=0 |
Create Proxy Collection. | |
virtual void | create (TAO_Notify_EventChannelFactory *&channel_factory)=0 |
Create EventChannelFactory. | |
virtual void | create (TAO_Notify_EventChannel *&channel)=0 |
Create EventChannel. | |
virtual void | create (TAO_Notify_SupplierAdmin *&admin)=0 |
Create SupplierAdmin. | |
virtual void | create (TAO_Notify_ConsumerAdmin *&admin)=0 |
Create ConsumerAdmin. | |
virtual void | create (TAO_Notify_ProxyPushConsumer *&proxy)=0 |
Create ProxyPushConsumer. | |
virtual void | create (TAO_Notify_ProxyPushSupplier *&proxy)=0 |
Create ProxyPushSupplier. | |
virtual void | create (TAO_Notify_CosEC_ProxyPushConsumer *&proxy)=0 |
Create CosEC_ProxyPushConsumer. | |
virtual void | create (TAO_Notify_CosEC_ProxyPushSupplier *&proxy)=0 |
Create CosEC_ProxyPushSupplier. | |
virtual void | create (TAO_Notify_StructuredProxyPushConsumer *&proxy)=0 |
Create StructuredProxyPushConsumer. | |
virtual void | create (TAO_Notify_StructuredProxyPushSupplier *&proxy)=0 |
Create StructuredProxyPushSupplier. | |
virtual void | create (TAO_Notify_SequenceProxyPushConsumer *&proxy)=0 |
Create SequenceProxyPushConsumer. | |
virtual void | create (TAO_Notify_SequenceProxyPushSupplier *&proxy)=0 |
Create SequenceProxyPushSupplier. |
Definition at line 74 of file Factory.h.
|
Create SequenceProxyPushSupplier.
Implemented in TAO_Notify_Default_Factory, and TAO_Notify_RT_Factory. |
|
Create SequenceProxyPushConsumer.
Implemented in TAO_Notify_Default_Factory, and TAO_Notify_RT_Factory. |
|
Create StructuredProxyPushSupplier.
Implemented in TAO_Notify_Default_Factory, and TAO_Notify_RT_Factory. |
|
Create StructuredProxyPushConsumer.
Implemented in TAO_Notify_Default_Factory, and TAO_Notify_RT_Factory. |
|
Create CosEC_ProxyPushSupplier.
Implemented in TAO_Notify_Default_Factory, and TAO_Notify_RT_Factory. |
|
Create CosEC_ProxyPushConsumer.
Implemented in TAO_Notify_Default_Factory, and TAO_Notify_RT_Factory. |
|
Create ProxyPushSupplier.
Implemented in TAO_Notify_Default_Factory, and TAO_Notify_RT_Factory. |
|
Create ProxyPushConsumer.
Implemented in TAO_Notify_Default_Factory, and TAO_Notify_RT_Factory. |
|
Create ConsumerAdmin.
Implemented in TAO_Notify_Default_Factory, and TAO_Notify_RT_Factory. |
|
Create SupplierAdmin.
Implemented in TAO_Notify_Default_Factory, and TAO_Notify_RT_Factory. |
|
Create EventChannel.
Implemented in TAO_Notify_Default_Factory, and TAO_Notify_RT_Factory. |
|
Create EventChannelFactory.
Implemented in TAO_Notify_Default_Factory, and TAO_Notify_RT_Factory. |
|
Create Proxy Collection.
Implemented in TAO_Notify_Default_Factory, and TAO_Notify_RT_Factory. |
|
Create SupplierAdmin Collection.
Implemented in TAO_Notify_Default_Factory, and TAO_Notify_RT_Factory. |
|
Create ConsumerAdmin Collection.
Implemented in TAO_Notify_Default_Factory, and TAO_Notify_RT_Factory. |
|
Create EventChannel Collection.
Implemented in TAO_Notify_Default_Factory, and TAO_Notify_RT_Factory. |
|
Create ProxyConsumer Collection.
Implemented in TAO_Notify_Default_Factory, and TAO_Notify_RT_Factory. |
|