TAO_CosNotification  2.2.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Static Public Member Functions | List of all members
TAO_Notify_Service Class Referenceabstract

Abstract ACE_Service_Object interface that is a factory for creating a Notify EventChannelFactory. More...

#include <Service.h>

Inheritance diagram for TAO_Notify_Service:
Inheritance graph
Collaboration diagram for TAO_Notify_Service:
Collaboration graph

Public Member Functions

virtual ~TAO_Notify_Service (void)
 Destructor. More...
 
virtual int init (int argc, ACE_TCHAR *argv[])=0
 Init the service from configurator. More...
 
virtual void init_service (CORBA::ORB_ptr orb)=0
 Init the service. More...
 
virtual void init_service2 (CORBA::ORB_ptr orb, CORBA::ORB_ptr dispatching_orb)=0
 Init the service with separate dispatching orb. More...
 
virtual void finalize_service (CosNotifyChannelAdmin::EventChannelFactory_ptr factory)=0
 
virtual
CosNotifyChannelAdmin::EventChannelFactory_ptr 
create (PortableServer::POA_ptr default_POA, const char *factory_name="EventChannelFactory")=0
 Create the Channel Factory. More...
 

Static Public Member Functions

static TAO_Notify_Serviceload_default (void)
 

Detailed Description

Abstract ACE_Service_Object interface that is a factory for creating a Notify EventChannelFactory.

Constructor & Destructor Documentation

TAO_Notify_Service::~TAO_Notify_Service ( void  )
virtual

Destructor.

Member Function Documentation

virtual CosNotifyChannelAdmin::EventChannelFactory_ptr TAO_Notify_Service::create ( PortableServer::POA_ptr  default_POA,
const char *  factory_name = "EventChannelFactory" 
)
pure virtual

Create the Channel Factory.

Implemented in TAO_CosNotify_Service.

virtual void TAO_Notify_Service::finalize_service ( CosNotifyChannelAdmin::EventChannelFactory_ptr  factory)
pure virtual

Finalize the service. This hook allows the service to perform actions when the user wants it to shut down.

Implemented in TAO_CosNotify_Service.

virtual int TAO_Notify_Service::init ( int  argc,
ACE_TCHAR argv[] 
)
pure virtual

Init the service from configurator.

Implemented in TAO_CosNotify_Service.

virtual void TAO_Notify_Service::init_service ( CORBA::ORB_ptr  orb)
pure virtual

Init the service.

Implemented in TAO_CosNotify_Service, and TAO_RT_Notify_Service.

virtual void TAO_Notify_Service::init_service2 ( CORBA::ORB_ptr  orb,
CORBA::ORB_ptr  dispatching_orb 
)
pure virtual

Init the service with separate dispatching orb.

Implemented in TAO_CosNotify_Service.

TAO_Notify_Service * TAO_Notify_Service::load_default ( void  )
static

Load an implementation of the TAO_Notify_Service based on which implementations are loaded.


The documentation for this class was generated from the following files: