|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.wadi.core.eviction.AbstractEvicter
public abstract class AbstractEvicter
Abstract base for Evicters.
Constructor Summary | |
---|---|
AbstractEvicter(int sweepInterval)
|
Method Summary | |
---|---|
void |
cancel(java.util.TimerTask timerTask)
|
void |
schedule(java.util.Timer timer,
java.util.TimerTask timerTask)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.codehaus.wadi.core.eviction.Evicter |
---|
evict, testForDemotion |
Constructor Detail |
---|
public AbstractEvicter(int sweepInterval)
Method Detail |
---|
public void schedule(java.util.Timer timer, java.util.TimerTask timerTask)
schedule
in interface Evicter
public void cancel(java.util.TimerTask timerTask)
cancel
in interface Evicter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |