org.jboss.cache.eviction
Class EvictionTimerTask

java.lang.Object
  extended byjava.util.TimerTask
      extended byorg.jboss.cache.eviction.EvictionTimerTask
All Implemented Interfaces:
java.lang.Runnable

public class EvictionTimerTask
extends java.util.TimerTask

Timer threads to do periodic node clean up by running the eviction policy.


Constructor Summary
EvictionTimerTask(EvictionPolicy (src)  policy)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.util.TimerTask
cancel, scheduledExecutionTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EvictionTimerTask

public EvictionTimerTask(EvictionPolicy (src)  policy)
Method Detail

run

public void run()