org.omg.PortableInterceptor
public interface PolicyFactoryOperations
See Also: ORB ORBInitInfoOperations
Method Summary | |
---|---|
Policy | create_policy(int policy_type, Any policy_value)
Create and return the policy of the given type, having the given value.
|
Parameters: policy_type the type of the policy being created policy_value the value of the policy, wrapped in {@link Any}. Depending from the policy, the Any can hold various values, including complex data structures.
Returns: the created policy.