| org.cougaar.planning.ldm.policy.Policy org.cougaar.planning.plugin.deletion.DeletionPolicyBase
DELETION_DELAY_KEY | final public static String DELETION_DELAY_KEY(Code) | | |
DeletionPolicyBase | public DeletionPolicyBase()(Code) | | |
clearCache | public void clearCache()(Code) | | |
getDeletionDelay | public long getDeletionDelay()(Code) | | |
getPriority | public int getPriority()(Code) | | |
init | public void init(String aName, UnaryPredicate aPredicate, long deletionDelay, int priority)(Code) | | Initialize this policy.
Parameters: aName - a name for this policy used in printouts and for debugging Parameters: aPredicate - A predicate for selecting Tasks for which thispolicy applies Parameters: deletionDelay - The age the tasks must reach beforebeing deleted Parameters: priority - When multiple policies apply to a task, thehighest priority policy wins and the rest are ignored. |
setDeletionDelay | public void setDeletionDelay(long deletionDelay)(Code) | | |
|
|