org.apache.axiom.attachments.lifecycle.impl
Class LifecycleManagerImpl.FileDeletor

java.lang.Object
  extended by org.apache.axiom.attachments.lifecycle.impl.LifecycleManagerImpl.FileDeletor
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
LifecycleManagerImpl

public class LifecycleManagerImpl.FileDeletor
extends java.lang.Object
implements java.lang.Runnable


Field Summary
(package private)  java.io.File _file
           
(package private)  int interval
           
 
Constructor Summary
LifecycleManagerImpl.FileDeletor(int interval, java.io.File file)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

interval

int interval

_file

java.io.File _file
Constructor Detail

LifecycleManagerImpl.FileDeletor

public LifecycleManagerImpl.FileDeletor(int interval,
                                        java.io.File file)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable