|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InterfaceDeleteable
This interface is implemented by classes that are deleteable within CLARION.
Usage:
Any class that implements this interface will be considered to be deleteable by the CLARION Library and will therefore be periodically be subject to consideration for deletion.
Known classes implementing this interface:
Method Summary | |
---|---|
boolean |
checkDeletionByDensity(long TimeStamp)
Checks to see if an object should be deleted based on the density (determined using the specified time stamp). |
Method Detail |
---|
boolean checkDeletionByDensity(long TimeStamp)
TimeStamp
- The current time stamp used for calculating density.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |