#include <CosNotify_Service.h>
Inheritance diagram for TAO_CosNotify_Service:
Public Member Functions | |
TAO_CosNotify_Service (void) | |
Constuctor. | |
virtual | ~TAO_CosNotify_Service () |
Destructor. | |
virtual int | init (int argc, ACE_TCHAR *argv[]) |
Init the service from configurator. | |
virtual void | init_service (CORBA::ORB_ptr orb ACE_ENV_ARG_DECL) |
Init the service from driver. | |
virtual int | fini (void) |
virtual CosNotifyChannelAdmin::EventChannelFactory_ptr | create (PortableServer::POA_ptr default_POA ACE_ENV_ARG_DECL) |
Create the Channel Factory. | |
virtual void | remove (TAO_Notify_EventChannelFactory *ecf ACE_ENV_ARG_DECL) |
Called by the factory when it is destroyed. | |
Protected Member Functions | |
virtual void | init_i (CORBA::ORB_ptr orb ACE_ENV_ARG_DECL) |
Init the data members. | |
Private Member Functions | |
virtual TAO_Notify_Factory * | create_factory (ACE_ENV_SINGLE_ARG_DECL) |
Create the Factory for Notify objects. | |
virtual TAO_Notify_Builder * | create_builder (ACE_ENV_SINGLE_ARG_DECL) |
Create the Builder for Notify objects. | |
void | set_threads (CosNotification::QoSProperties &qos, int threads) |
Set thread options on <qos>. | |
TAO_Notify_Factory & | factory () |
TAO_Notify_Builder & | builder () |
Service component for building NS participants. | |
Private Attributes | |
ACE_Auto_Ptr< TAO_Notify_Factory > | factory_ |
Service component for object factory operations. | |
ACE_Auto_Ptr< TAO_Notify_Builder > | builder_ |
Service component for building NS participants. |
|
Constuctor.
|
|
Destructor.
|
|
Service component for building NS participants.
|
|
Create the Channel Factory.
Implements TAO_Notify_Service. |
|
Create the Builder for Notify objects.
Reimplemented in TAO_RT_Notify_Service. |
|
Create the Factory for Notify objects.
Reimplemented in TAO_RT_Notify_Service. |
|
|
|
Reimplemented from ACE_Shared_Object. |
|
Init the service from configurator.
Implements TAO_Notify_Service. |
|
Init the data members. Set the properties Reimplemented in TAO_RT_Notify_Service. |
|
Init the service from driver.
Implements TAO_Notify_Service. Reimplemented in TAO_RT_Notify_Service. |
|
Called by the factory when it is destroyed.
|
|
Set thread options on <qos>.
|
|
Service component for building NS participants.
|
|
Service component for object factory operations.
|