2.17.2: 2011-06-17

net.sf.basedb.util
Class StaticCache.CleanupTask

java.lang.Object
  extended by java.util.TimerTask
      extended by net.sf.basedb.util.StaticCache.CleanupTask
All Implemented Interfaces:
Runnable
Enclosing class:
StaticCache

public static class StaticCache.CleanupTask
extends TimerTask

A timer task that clean up the cache when it is executed.


Field Summary
private  StaticCache cache
           
private  FileFilter filter
           
 
Constructor Summary
StaticCache.CleanupTask(StaticCache cache, FileFilter filter)
           
 
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
 

Field Detail

cache

private final StaticCache cache

filter

private final FileFilter filter
Constructor Detail

StaticCache.CleanupTask

public StaticCache.CleanupTask(StaticCache cache,
                               FileFilter filter)
Method Detail

run

public void run()
Specified by:
run in interface Runnable
Specified by:
run in class TimerTask

2.17.2: 2011-06-17