|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Thread
org.opensync.tools.DeleteFile.DeleteFileThread
Inner thread class which actually does the file delete
| 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 |
boolean m_bFinished
java.lang.String m_sFilename
long m_lSleepBeforeDelete
| Constructor Detail |
public DeleteFile.DeleteFileThread(java.lang.String sFilename,
long lSleepBeforeDelete)
| Method Detail |
public void run()
public boolean isFinished()
public boolean isError()
public java.lang.Exception getException()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||