Rakesh API

org.rakeshv.filters
Class CachingFilter.PurgeTask

java.lang.Object
  extended by java.util.TimerTask
      extended by org.rakeshv.filters.CachingFilter.PurgeTask
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
CachingFilter

protected class CachingFilter.PurgeTask
extends java.util.TimerTask

A TimerTask that is used to schedule cache purges.


Constructor Summary
protected CachingFilter.PurgeTask()
          Default constructor.
 
Method Summary
 void run()
          The action to be performed by this task when run by a Timer.
 
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

CachingFilter.PurgeTask

protected CachingFilter.PurgeTask()
Default constructor. No special actions required.

Method Detail

run

public void run()
The action to be performed by this task when run by a Timer. Invokes CachingFilter.purgeCache( File ) with CachingFilter.baseDirectory.

Specified by:
run in interface java.lang.Runnable
Specified by:
run in class java.util.TimerTask

Rakesh API

Copyright © 2002-2005 - Rakesh Vidyadharan