org.opensync.tools
Class DeleteFile.DeleteFileThread

java.lang.Object
  extended byjava.lang.Thread
      extended byorg.opensync.tools.DeleteFile.DeleteFileThread
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
DeleteFile

class DeleteFile.DeleteFileThread
extends java.lang.Thread

Inner thread class which actually does the file delete

Author:
Keith Stumpf

Field Summary
(package private)  boolean m_bFinished
           
(package private)  long m_lSleepBeforeDelete
           
(package private)  java.lang.String m_sFilename
           
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
DeleteFile.DeleteFileThread(java.lang.String sFilename, long lSleepBeforeDelete)
           
 
Method Summary
 java.lang.Exception getException()
           
 boolean isError()
           
 boolean isFinished()
           
 void run()
           
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

m_bFinished

boolean m_bFinished

m_sFilename

java.lang.String m_sFilename

m_lSleepBeforeDelete

long m_lSleepBeforeDelete
Constructor Detail

DeleteFile.DeleteFileThread

public DeleteFile.DeleteFileThread(java.lang.String sFilename,
                                   long lSleepBeforeDelete)
Method Detail

run

public void run()

isFinished

public boolean isFinished()

isError

public boolean isError()

getException

public java.lang.Exception getException()


Copyright © 2004 sourceforge. All Rights Reserved.