#include <RT_Factory.h>
Inheritance diagram for TAO_Notify_RT_Factory:
Public Member Functions | |
TAO_Notify_RT_Factory (void) | |
Constuctor. | |
virtual | ~TAO_Notify_RT_Factory () |
Destructor. | |
virtual void | create (TAO_Notify_ProxySupplier_Collection *&collection) |
Create ProxySupplier Collection. | |
virtual void | create (TAO_Notify_ProxyConsumer_Collection *&collection) |
Create ProxyConsumer Collection. | |
virtual void | create (TAO_Notify_EventChannel_Collection *&collection) |
Create EventChannel Collection. | |
virtual void | create (TAO_Notify_ConsumerAdmin_Collection *&collection) |
Create ConsumerAdmin Collection. | |
virtual void | create (TAO_Notify_SupplierAdmin_Collection *&collection) |
Create SupplierAdmin Collection. | |
virtual void | create (TAO_Notify_Proxy_Collection *&collection) |
Create Proxy Collection. | |
virtual void | create (TAO_Notify_EventChannelFactory *&channel_factory) |
Create EventChannelDefault_Factory. | |
virtual void | create (TAO_Notify_EventChannel *&channel) |
Create EventChannel. | |
virtual void | create (TAO_Notify_SupplierAdmin *&admin) |
Create SupplierAdmin. | |
virtual void | create (TAO_Notify_ConsumerAdmin *&admin) |
Create ConsumerAdmin. | |
virtual void | create (TAO_Notify_ProxyPushConsumer *&proxy) |
Create ProxyPushConsumer. | |
virtual void | create (TAO_Notify_ProxyPushSupplier *&proxy) |
Create ProxyPushSupplier. | |
virtual void | create (TAO_Notify_CosEC_ProxyPushConsumer *&proxy) |
Create CosEC_ProxyPushConsumer. | |
virtual void | create (TAO_Notify_CosEC_ProxyPushSupplier *&proxy) |
Create CosEC_ProxyPushSupplier. | |
virtual void | create (TAO_Notify_StructuredProxyPushConsumer *&proxy) |
Create StructuredProxyPushConsumer. | |
virtual void | create (TAO_Notify_StructuredProxyPushSupplier *&proxy) |
Create StructuredProxyPushSupplier. | |
virtual void | create (TAO_Notify_SequenceProxyPushConsumer *&proxy) |
Create SequenceProxyPushConsumer. | |
virtual void | create (TAO_Notify_SequenceProxyPushSupplier *&proxy) |
Create SequenceProxyPushSupplier. |
Definition at line 31 of file RT_Factory.h.
|
Constuctor.
Definition at line 11 of file RT_Factory.cpp.
00012 { 00013 } |
|
Destructor.
Definition at line 15 of file RT_Factory.cpp.
00016 { 00017 } |
|
Create SequenceProxyPushSupplier.
Reimplemented from TAO_Notify_Default_Factory. Definition at line 124 of file RT_Factory.cpp. References ACE_ENV_ARG_PARAMETER, and TAO_Notify_Default_Factory::create().
00125 { 00126 TAO_Notify_Default_Factory::create (proxy ACE_ENV_ARG_PARAMETER); 00127 } |
|
Create SequenceProxyPushConsumer.
Reimplemented from TAO_Notify_Default_Factory. Definition at line 118 of file RT_Factory.cpp. References ACE_ENV_ARG_PARAMETER, and TAO_Notify_Default_Factory::create().
00119 { 00120 TAO_Notify_Default_Factory::create (proxy ACE_ENV_ARG_PARAMETER); 00121 } |
|
Create StructuredProxyPushSupplier.
Reimplemented from TAO_Notify_Default_Factory. Definition at line 20 of file RT_Factory.cpp. References ACE_NEW_THROW_EX.
00021 { 00022 ACE_NEW_THROW_EX (proxy, 00023 TAO_Notify_RT_StructuredProxyPushSupplier (), 00024 CORBA::NO_MEMORY ()); 00025 } |
|
Create StructuredProxyPushConsumer.
Reimplemented from TAO_Notify_Default_Factory. Definition at line 112 of file RT_Factory.cpp. References ACE_ENV_ARG_PARAMETER, and TAO_Notify_Default_Factory::create().
00113 { 00114 TAO_Notify_Default_Factory::create (proxy ACE_ENV_ARG_PARAMETER); 00115 } |
|
Create CosEC_ProxyPushSupplier.
Reimplemented from TAO_Notify_Default_Factory. Definition at line 106 of file RT_Factory.cpp. References ACE_ENV_ARG_PARAMETER, and TAO_Notify_Default_Factory::create().
00107 { 00108 TAO_Notify_Default_Factory::create (proxy ACE_ENV_ARG_PARAMETER); 00109 } |
|
Create CosEC_ProxyPushConsumer.
Reimplemented from TAO_Notify_Default_Factory. Definition at line 100 of file RT_Factory.cpp. References ACE_ENV_ARG_PARAMETER, and TAO_Notify_Default_Factory::create().
00101 { 00102 TAO_Notify_Default_Factory::create (proxy ACE_ENV_ARG_PARAMETER); 00103 } |
|
Create ProxyPushSupplier.
Reimplemented from TAO_Notify_Default_Factory. Definition at line 94 of file RT_Factory.cpp. References ACE_ENV_ARG_PARAMETER, and TAO_Notify_Default_Factory::create().
00095 { 00096 TAO_Notify_Default_Factory::create (proxy ACE_ENV_ARG_PARAMETER); 00097 } |
|
Create ProxyPushConsumer.
Reimplemented from TAO_Notify_Default_Factory. Definition at line 88 of file RT_Factory.cpp. References ACE_ENV_ARG_PARAMETER, and TAO_Notify_Default_Factory::create().
00089 { 00090 TAO_Notify_Default_Factory::create (proxy ACE_ENV_ARG_PARAMETER); 00091 } |
|
Create ConsumerAdmin.
Reimplemented from TAO_Notify_Default_Factory. Definition at line 82 of file RT_Factory.cpp. References ACE_ENV_ARG_PARAMETER, and TAO_Notify_Default_Factory::create().
00083 { 00084 TAO_Notify_Default_Factory::create (admin ACE_ENV_ARG_PARAMETER); 00085 } |
|
Create SupplierAdmin.
Reimplemented from TAO_Notify_Default_Factory. Definition at line 76 of file RT_Factory.cpp. References ACE_ENV_ARG_PARAMETER, and TAO_Notify_Default_Factory::create().
00077 { 00078 TAO_Notify_Default_Factory::create (admin ACE_ENV_ARG_PARAMETER); 00079 } |
|
Create EventChannel.
Reimplemented from TAO_Notify_Default_Factory. Definition at line 70 of file RT_Factory.cpp. References ACE_ENV_ARG_PARAMETER, and TAO_Notify_Default_Factory::create().
00071 { 00072 TAO_Notify_Default_Factory::create (channel ACE_ENV_ARG_PARAMETER); 00073 } |
|
Create EventChannelDefault_Factory.
Reimplemented from TAO_Notify_Default_Factory. Definition at line 64 of file RT_Factory.cpp. References ACE_ENV_ARG_PARAMETER, and TAO_Notify_Default_Factory::create().
00065 { 00066 TAO_Notify_Default_Factory::create (channel_factory ACE_ENV_ARG_PARAMETER); 00067 } |
|
Create Proxy Collection.
Reimplemented from TAO_Notify_Default_Factory. Definition at line 58 of file RT_Factory.cpp. References ACE_ENV_ARG_PARAMETER, TAO_Notify_Default_Factory::create(), and TAO_Notify_Proxy_Collection.
00059 { 00060 TAO_Notify_Default_Factory::create (collection ACE_ENV_ARG_PARAMETER); 00061 } |
|
Create SupplierAdmin Collection.
Reimplemented from TAO_Notify_Default_Factory. Definition at line 52 of file RT_Factory.cpp. References ACE_ENV_ARG_PARAMETER, TAO_Notify_Default_Factory::create(), and TAO_Notify_SupplierAdmin_Collection.
00053 { 00054 TAO_Notify_Default_Factory::create (collection ACE_ENV_ARG_PARAMETER); 00055 } |
|
Create ConsumerAdmin Collection.
Reimplemented from TAO_Notify_Default_Factory. Definition at line 46 of file RT_Factory.cpp. References ACE_ENV_ARG_PARAMETER, TAO_Notify_Default_Factory::create(), and TAO_Notify_ConsumerAdmin_Collection.
00047 { 00048 TAO_Notify_Default_Factory::create (collection ACE_ENV_ARG_PARAMETER); 00049 } |
|
Create EventChannel Collection.
Reimplemented from TAO_Notify_Default_Factory. Definition at line 40 of file RT_Factory.cpp. References ACE_ENV_ARG_PARAMETER, TAO_Notify_Default_Factory::create(), and TAO_Notify_EventChannel_Collection.
00041 { 00042 TAO_Notify_Default_Factory::create (collection ACE_ENV_ARG_PARAMETER); 00043 } |
|
Create ProxyConsumer Collection.
Reimplemented from TAO_Notify_Default_Factory. Definition at line 34 of file RT_Factory.cpp. References ACE_ENV_ARG_PARAMETER, TAO_Notify_Default_Factory::create(), and TAO_Notify_ProxyConsumer_Collection.
00035 { 00036 TAO_Notify_Default_Factory::create (collection ACE_ENV_ARG_PARAMETER); 00037 } |
|
Create ProxySupplier Collection.
Reimplemented from TAO_Notify_Default_Factory. Definition at line 28 of file RT_Factory.cpp. References ACE_ENV_ARG_PARAMETER, TAO_Notify_Default_Factory::create(), and TAO_Notify_ProxySupplier_Collection.
00029 { 00030 TAO_Notify_Default_Factory::create (collection ACE_ENV_ARG_PARAMETER); 00031 } |