站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 Cache API Documentation 英文版文档

EvictionTimerTask (JBossCache API) - JBoss 4.0.1 sp1 Cache API Documentation 英文版文档


org.jboss.cache.eviction
Class EvictionTimerTask

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

public class EvictionTimerTask
extends TimerTask

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

Author:
Ben Wang 2-2004

Constructor Summary
EvictionTimerTask(EvictionPolicy 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 policy)
Method Detail

run

public void run()


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.