#include <Messaging_ORBInitializer.h>
Inheritance diagram for TAO_Messaging_ORBInitializer:
Public Methods | |
PortableInterceptor::ORBInitializer Methods | |
virtual void | pre_init (PortableInterceptor::ORBInitInfo_ptr info ACE_ENV_ARG_DECL_WITH_DEFAULTS) throw (CORBA::SystemException) |
virtual void | post_init (PortableInterceptor::ORBInitInfo_ptr info ACE_ENV_ARG_DECL_WITH_DEFAULTS) throw (CORBA::SystemException) |
Private Methods | |
void | register_policy_factories (PortableInterceptor::ORBInitInfo_ptr info ACE_ENV_ARG_DECL) |
Register Messaging policy factories. More... | |
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. |