TAO_CosNotification
2.3.0
|
Implemetation of the TAO_Notify_Service interface for RT Notification. More...
#include <RT_Notify_Service.h>
Public Member Functions | |
TAO_RT_Notify_Service (void) | |
Constructor. More... | |
~TAO_RT_Notify_Service () | |
Destructor. More... | |
virtual void | init_service (CORBA::ORB_ptr orb) |
Init the service. More... | |
![]() | |
TAO_CosNotify_Service (void) | |
Constructor. More... | |
virtual | ~TAO_CosNotify_Service () |
Destructor. More... | |
virtual int | init (int argc, ACE_TCHAR *argv[]) |
Init the service from configurator. More... | |
virtual int | fini (void) |
virtual void | init_service2 (CORBA::ORB_ptr orb, CORBA::ORB_ptr dispatching_orb) |
separate dispatching orb init More... | |
virtual void | finalize_service (CosNotifyChannelAdmin::EventChannelFactory_ptr factory) |
Finalize the service. More... | |
virtual CosNotifyChannelAdmin::EventChannelFactory_ptr | create (PortableServer::POA_ptr default_POA, const char *factory_name="EventChannelFactory") |
Create the Channel Factory. More... | |
virtual void | remove (TAO_Notify_EventChannelFactory *ecf) |
Called by the factory when it is destroyed. More... | |
![]() | |
virtual | ~TAO_Notify_Service (void) |
Destructor. More... | |
Protected Member Functions | |
virtual void | init_i (CORBA::ORB_ptr orb) |
Init the data members. More... | |
virtual TAO_Notify_Factory * | create_factory (void) |
Create the Factory for RT Notify objects. More... | |
virtual TAO_Notify_Builder * | create_builder (void) |
Creates the Builder for RT Notify objects. More... | |
![]() | |
virtual void | init_i2 (CORBA::ORB_ptr orb, CORBA::ORB_ptr dispatching_orb) |
Init the data members separate dispatching orb. More... | |
Additional Inherited Members | |
![]() | |
static TAO_Notify_Service * | load_default (void) |
Implemetation of the TAO_Notify_Service interface for RT Notification.
TAO_RT_Notify_Service::TAO_RT_Notify_Service | ( | void | ) |
Constructor.
TAO_RT_Notify_Service::~TAO_RT_Notify_Service | ( | ) |
Destructor.
|
protectedvirtual |
Creates the Builder for RT Notify objects.
Reimplemented from TAO_CosNotify_Service.
|
protectedvirtual |
Create the Factory for RT Notify objects.
Reimplemented from TAO_CosNotify_Service.
|
protectedvirtual |
|
virtual |
Init the service.
Reimplemented from TAO_CosNotify_Service.