com.ontimize.db.util
Class DownloadFileThread
java.lang.Object
java.lang.Thread
com.ontimize.gui.OperationThread
com.ontimize.gui.ExtendedOperationThread
com.ontimize.db.util.DownloadFileThread
- All Implemented Interfaces:
- java.lang.Runnable
- public class DownloadFileThread
- extends ExtendedOperationThread
| Fields inherited from class java.lang.Thread |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
|
Constructor Summary |
DownloadFileThread(java.lang.String description,
FileManagementEntity entity,
java.util.Hashtable kv,
java.lang.String column,
int sessionId)
|
DownloadFileThread(java.lang.String description,
FileManagementEntity entity,
java.util.Hashtable kv,
java.lang.String column,
int sessionId,
boolean open)
|
DownloadFileThread(java.lang.String description,
FileManagementEntity entity,
java.util.Hashtable kv,
java.lang.String column,
int sessionId,
boolean open,
boolean showProgress)
|
DownloadFileThread(java.lang.String description,
FileManagementEntity entity,
java.util.Hashtable kv,
java.lang.String column,
int sessionId,
int bytesBlockLength)
|
DownloadFileThread(java.lang.String description,
FileManagementEntity entity,
java.util.Hashtable kv,
java.lang.String column,
int sessionId,
int bytesBlockLength,
boolean open)
|
DownloadFileThread(java.lang.String description,
FileManagementEntity entity,
java.util.Hashtable kv,
java.lang.String column,
int sessionId,
int bytesBlockLength,
boolean open,
boolean showProgress)
|
| 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 |
DEBUG
public static boolean DEBUG
destinyFile
protected java.io.File destinyFile
entity
protected FileManagementEntity entity
kv
protected java.util.Hashtable kv
column
protected java.lang.String column
bytesBlockLength
protected int bytesBlockLength
DownloadFileThread
public DownloadFileThread(java.lang.String description,
FileManagementEntity entity,
java.util.Hashtable kv,
java.lang.String column,
int sessionId)
throws java.lang.Exception
DownloadFileThread
public DownloadFileThread(java.lang.String description,
FileManagementEntity entity,
java.util.Hashtable kv,
java.lang.String column,
int sessionId,
boolean open)
throws java.lang.Exception
DownloadFileThread
public DownloadFileThread(java.lang.String description,
FileManagementEntity entity,
java.util.Hashtable kv,
java.lang.String column,
int sessionId,
boolean open,
boolean showProgress)
throws java.lang.Exception
DownloadFileThread
public DownloadFileThread(java.lang.String description,
FileManagementEntity entity,
java.util.Hashtable kv,
java.lang.String column,
int sessionId,
int bytesBlockLength)
throws java.lang.Exception
DownloadFileThread
public DownloadFileThread(java.lang.String description,
FileManagementEntity entity,
java.util.Hashtable kv,
java.lang.String column,
int sessionId,
int bytesBlockLength,
boolean open,
boolean showProgress)
throws java.lang.Exception
DownloadFileThread
public DownloadFileThread(java.lang.String description,
FileManagementEntity entity,
java.util.Hashtable kv,
java.lang.String column,
int sessionId,
int bytesBlockLength,
boolean open)
throws java.lang.Exception
createProgressFrame
public DownloadFileThread.ProgressFrame createProgressFrame()
run
public void run()