#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 void | init_service2 (CORBA::ORB_ptr orb, CORBA::ORB_ptr dispatching_orb)=0 |
Init the service with separate dispatching orb. | |
virtual CosNotifyChannelAdmin::EventChannelFactory_ptr | create (PortableServer::POA_ptr default_POA)=0 |
Create the Channel Factory. |
TAO_BEGIN_VERSIONED_NAMESPACE_DECL TAO_Notify_Service::~TAO_Notify_Service | ( | void | ) | [virtual] |
Destructor.
virtual int TAO_Notify_Service::init | ( | int | argc, | |
ACE_TCHAR * | argv[] | |||
) | [pure virtual] |
Init the service from configurator.
Reimplemented from ACE_Shared_Object.
Implemented in TAO_CosNotify_Service.
virtual void TAO_Notify_Service::init_service | ( | CORBA::ORB_ptr | orb | ) | [pure virtual] |
virtual void TAO_Notify_Service::init_service2 | ( | CORBA::ORB_ptr | orb, | |
CORBA::ORB_ptr | dispatching_orb | |||
) | [pure virtual] |
virtual CosNotifyChannelAdmin::EventChannelFactory_ptr TAO_Notify_Service::create | ( | PortableServer::POA_ptr | default_POA | ) | [pure virtual] |