|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PolicyDistributor
This interface defines a method to receive an atomic policy update. $Revision: 1.3 $
Method Summary | |
---|---|
void |
setPolicies(java.util.List policies)
Replace the current policy set with the given set |
void |
updatePolicies(java.util.List addedPolicies,
java.util.List changedPolicies,
java.util.List removedPolicies)
Receive policy updates and apply them accordingly. |
Method Detail |
---|
void updatePolicies(java.util.List addedPolicies, java.util.List changedPolicies, java.util.List removedPolicies)
addedPolicies
- The List of policies to be added to the collection of stored policies.changedPolicies
- The List of policies to be changed in the collection of stored policies.removedPolicies
- The List of policies to be removed from the collection of stored policies.void setPolicies(java.util.List policies)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |