at.spardat.xma.boot.cleanup
Class CleanerDeamon

java.lang.Object
  extended byjava.util.TimerTask
      extended byat.spardat.xma.boot.cleanup.CleanerDeamon
All Implemented Interfaces:
java.lang.Runnable

public class CleanerDeamon
extends java.util.TimerTask


Constructor Summary
CleanerDeamon(Cleaner cleanerIn)
           
 
Method Summary
 boolean cancel()
           
 void run()
           
 
Methods inherited from class java.util.TimerTask
scheduledExecutionTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CleanerDeamon

public CleanerDeamon(Cleaner cleanerIn)
Method Detail

run

public void run()

cancel

public boolean cancel()