#include <Service.h>
Inheritance diagram for TAO_Notify_Service:
Public Member Functions | |
virtual | ~TAO_Notify_Service (void) |
Destructor. | |
virtual int | init (int argc, ACE_TCHAR *argv[])=0 |
Init the service from configurator. | |
virtual void | init_service (CORBA::ORB_ptr orb)=0 |
Init the service. | |
virtual CosNotifyChannelAdmin::EventChannelFactory_ptr | create (PortableServer::POA_ptr default_POA)=0 |
Create the Channel Factory. |
|
Destructor.
|
|
Create the Channel Factory.
Implemented in TAO_CosNotify_Service. |
|
Init the service from configurator.
Reimplemented from ACE_Shared_Object. Implemented in TAO_CosNotify_Service. |
|
Init the service.
Implemented in TAO_CosNotify_Service, and TAO_RT_Notify_Service. |