#include <Notify_Service.h>
Inheritance diagram for TAO_NS_Notify_Service:
Public Methods | |
TAO_NS_Notify_Service (void) | |
Constuctor. More... | |
virtual | ~TAO_NS_Notify_Service () |
Destructor. More... | |
virtual int | init (int argc, char *argv[]) |
= Service_Object virtual method overloads. More... | |
virtual int | fini (void) |
virtual void | init (CORBA::ORB_ptr orb ACE_ENV_ARG_DECL) |
Init. More... | |
virtual CosNotifyChannelAdmin::EventChannelFactory_ptr | create (PortableServer::POA_ptr default_POA ACE_ENV_ARG_DECL) |
Create the Channel Factory. More... | |
virtual void | remove (TAO_NS_EventChannelFactory *ecf ACE_ENV_ARG_DECL) |
Called by the factory when it is destroyed. More... | |
Protected Methods | |
virtual void | init_i (CORBA::ORB_ptr orb ACE_ENV_ARG_DECL) |
Init the data members. More... | |
virtual void | init_factory (ACE_ENV_SINGLE_ARG_DECL) |
Create the Factory for RT Notify objects. More... | |
virtual void | init_builder (ACE_ENV_SINGLE_ARG_DECL) |
Creates the Builder for RT Notify objects. More... | |
void | init_main_thread (CORBA::ORB_ptr orb ACE_ENV_ARG_DECL) |
Apply ORB Scheduling policy to main thread and set its priority to the lowest available. More... | |
void | set_event_channel_threads (int threads) |
Set event channel thread options. More... | |
void | set_consumer_admin_threads (int threads) |
Set consumer admin thread options. More... | |
void | set_supplier_admin_threads (int threads) |
Set supplier admin thread options. More... | |
void | set_proxy_supplier_threads (int threads) |
Set proxy supplier thread options. More... | |
void | set_proxy_consumer_threads (int threads) |
Protected Attributes | |
TAO_NS_Factory * | factory_ |
Service component for object factory operations. More... | |
TAO_NS_Builder * | builder_ |
Service component for building NS participants. More... |
|
Constuctor.
|
|
Destructor.
|
|
Create the Channel Factory.
Reimplemented from TAO_NS_Service. |
|
Reimplemented from ACE_Shared_Object. |
|
Init.
Reimplemented from TAO_NS_Service. |
|
= Service_Object virtual method overloads.
Reimplemented from TAO_NS_Service. |
|
Creates the Builder for RT Notify objects.
|
|
Create the Factory for RT Notify objects.
|
|
Init the data members.
|
|
Apply ORB Scheduling policy to main thread and set its priority to the lowest available.
|
|
Called by the factory when it is destroyed.
|
|
Set consumer admin thread options.
|
|
Set event channel thread options.
|
|
|
|
Set proxy supplier thread options.
|
|
Set supplier admin thread options.
|
|
Service component for building NS participants.
|
|
Service component for object factory operations.
|