org.openorb.policy
Interface PolicySetManager
- All Known Implementing Classes:
- ORBPolicyManagerImpl
- public interface PolicySetManager
- Version:
- $Revision: 1.1 $ $Date: 2000/12/28 22:52:46 $
- Author:
- Chris Wood <wood@intalio.com>
GLOBAL_POLICY_DOMAIN
public static final int GLOBAL_POLICY_DOMAIN
CLIENT_POLICY_DOMAIN
public static final int CLIENT_POLICY_DOMAIN
SERVER_POLICY_DOMAIN
public static final int SERVER_POLICY_DOMAIN
create_policy_set
public PolicyManagerOperations create_policy_set()
- Create a new policy set with no membership restrictions.
create_policy_set
public PolicyManagerOperations create_policy_set(int policy_domain)
- This operation creates new policy set objects. To create a policy set
which excludes certain policy types use this method.
add_invalid_policy_type
public void add_invalid_policy_type(int policy_domain,
int policy_type)
- Add an invalid policy type to a policy domain.
add_policy_domain
public int add_policy_domain()
- Add a new policy domain. A policy domain excludes certain policy types,
attempting to set override policies of that type results in InvalidPolicies
exceptions.