#include <Messaging_ORBInitializer.h>
Inheritance diagram for TAO_Messaging_ORBInitializer
Public Methods | |
PortableInterceptor::ORBInitializer Methods | |
virtual void | pre_init (PortableInterceptor::ORBInitInfo_ptr info TAO_ENV_ARG_DECL_WITH_DEFAULTS) throw (CORBA::SystemException) |
virtual void | post_init (PortableInterceptor::ORBInitInfo_ptr info TAO_ENV_ARG_DECL_WITH_DEFAULTS) throw (CORBA::SystemException) |
Private Methods | |
void | register_policy_factories ( PortableInterceptor::ORBInitInfo_ptr info, CORBA::Environment &ACE_TRY_ENV) |
Register Messaging policy factories. | |
Private Attributes | |
PortableInterceptor::PolicyFactory_var | policy_factory_ |
Instance of the Messaging policy factory. More... |
|
|
|
|
|
Register Messaging policy factories.
|
|
Instance of the Messaging policy factory. The Messaging policy factory is stateless and reentrant, so share a single instance between all ORBs. |