org.jboss.cache.eviction
Class EvictionTimerTask

java.lang.Object
  extended by org.jboss.cache.eviction.EvictionTimerTask

public class EvictionTimerTask
extends Object

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

Version:
$Revision: 7168 $
Author:
Ben Wang 2-2004, Daniel Huang (dhuang@jboss.org)

Nested Class Summary
 class EvictionTimerTask.Task
           
 
Constructor Summary
EvictionTimerTask()
           
 
Method Summary
 void init(long wakeupInterval, ThreadFactory evictionThreadFactory, RegionRegistry rr)
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EvictionTimerTask

public EvictionTimerTask()
Method Detail

init

public void init(long wakeupInterval,
                 ThreadFactory evictionThreadFactory,
                 RegionRegistry rr)

stop

public void stop()


Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.