org.jmonks.dms.util
Class RepositoryCleanup

java.lang.Object
  extended byjava.util.TimerTask
      extended byorg.jmonks.dms.util.RepositoryCleanup
All Implemented Interfaces:
java.lang.Runnable

public class RepositoryCleanup
extends java.util.TimerTask

Author:
Suresh Pragada

Field Summary
private static org.apache.log4j.Logger logger
           
 
Fields inherited from class java.util.TimerTask
 
Constructor Summary
RepositoryCleanup()
          Creates a new instance of RepositoryCleanup
 
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

logger

private static final org.apache.log4j.Logger logger
Constructor Detail

RepositoryCleanup

public RepositoryCleanup()
Creates a new instance of RepositoryCleanup

Method Detail

run

public void run()