|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PolicySetDirectory
Defines the operations that can be invoked on a policy set directory service. $Revision: 1.4 $
Method Summary | |
---|---|
void |
addPolicySet(Msg policySet)
|
void |
addPolicySets(java.util.Vector policySets)
Each element of the Vector is an instance of a Msg class specifying an individual policy set fields |
void |
changePolicySet(Msg policySet)
|
void |
changePolicySets(java.util.Vector policySets)
|
PolicySetMsg |
getPolicySet(java.lang.String policySetId)
|
java.util.List |
getPolicySets()
Obtain an Vector over all policy sets. |
void |
removePolicySet(Msg policySet)
|
void |
removePolicySets(java.util.Vector policySets)
|
Method Detail |
---|
void addPolicySet(Msg policySet) throws DirectoryFailure
DirectoryFailure
void addPolicySets(java.util.Vector policySets) throws DirectoryFailure
policySets
- The Vector of policies set to be added to the collection of all policies.
DirectoryFailure
void removePolicySet(Msg policySet) throws DirectoryFailure
DirectoryFailure
void removePolicySets(java.util.Vector policySets) throws DirectoryFailure
DirectoryFailure
void changePolicySet(Msg policySet) throws DirectoryFailure
DirectoryFailure
void changePolicySets(java.util.Vector policySets) throws DirectoryFailure
DirectoryFailure
java.util.List getPolicySets() throws DirectoryFailure
DirectoryFailure
PolicySetMsg getPolicySet(java.lang.String policySetId) throws DirectoryFailure
DirectoryFailure
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |