-
- All Superinterfaces:
-
IDLEntity
,Object
,PolicyFactoryOperations
,Serializable
public interface PolicyFactory extends PolicyFactoryOperations, Object, IDLEntity
启用使用CORBA.ORB.create_policy
构建的策略类型。在ORB初始化期间,便携式ORB服务实现注册了
PolicyFactory
接口的实例,以便使用CORBA.ORB.create_policy
构建其策略类型。 必须以此方式保留以ORBInitInfo
注册的任何政策。
-
-
方法摘要
-
Methods inherited from interface org.omg.CORBA.Object
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override
-
Methods inherited from interface org.omg.PortableInterceptor.PolicyFactoryOperations
create_policy
-
-