kaos.policy.information
Class PolicyInformationDatabase
java.lang.Object
kaos.policy.information.PolicyInformationDatabase
- All Implemented Interfaces:
- java.io.Serializable
public class PolicyInformationDatabase
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PolicyInformationDatabase
public PolicyInformationDatabase()
addPolicy
public void addPolicy(PolicyInformation ps)
addPermanentPolicy
public void addPermanentPolicy(PolicyInformation pi)
removePolicy
public void removePolicy(java.lang.String id)
changePolicy
public void changePolicy(PolicyInformation ps)
getPolicy
public PolicyInformation getPolicy(java.lang.String id)
getAllPolicies
public java.util.Enumeration getAllPolicies()
removeAllPolicies
public void removeAllPolicies()