#include <ORBInitializer_Registry.h>
Protected Methods | |
TAO_ORBInitializer_Registry (void) | |
Only allow this class to be instantiated as a singleton instance, so declare the constructor as protected. | |
~TAO_ORBInitializer_Registry (void) | |
Register an ORBInitializer with the underlying ORBInitializer array. | |
void | register_orb_initializer ( PortableInterceptor::ORBInitializer_ptr init, CORBA::Environment &ACE_TRY_ENV) |
void | pre_init (PortableInterceptor::ORBInitInfo_ptr info, CORBA::Environment &ACE_TRY_ENV) |
Begin initialization of all registered ORBInitializers before the ORB itself is initialized. | |
void | post_init (PortableInterceptor::ORBInitInfo_ptr info, CORBA::Environment &ACE_TRY_ENV) |
Complete initialization of all registered ORBInitializers after the ORB has been initialized. | |
Static Protected Methods | |
TAO_ORBInitializer_Registry* | instance (void) |
Return a unique singleton instance. | |
Friends | |
class | TAO_Singleton< TAO_ORBInitializer_Registry,TAO_SYNCH_MUTEX > |
void | PortableInterceptor::register_orb_initializer ( PortableInterceptor::ORBInitializer_ptr init, CORBA::Environment &) |
CORBA::ORB_ptr | CORBA::ORB_init (int &, char *argv[], const char *, CORBA_Environment &) |
|
Only allow this class to be instantiated as a singleton instance, so declare the constructor as protected.
|
|
Register an ORBInitializer with the underlying ORBInitializer array.
|
|
Return a unique singleton instance.
|
|
Complete initialization of all registered ORBInitializers after the ORB has been initialized.
|
|
Begin initialization of all registered ORBInitializers before the ORB itself is initialized.
|
|
|
|
|
|
|
|
|