| 
    TAO_CosNotification
    2.2.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... | |
  Public Member Functions inherited from TAO_CosNotify_Service | |
| 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... | |
  Public Member Functions inherited from TAO_Notify_Service | |
| 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... | |
  Protected Member Functions inherited from TAO_CosNotify_Service | |
| 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 Public Member Functions inherited from TAO_Notify_Service | |
| 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.
 1.8.3.1