|
Ontimize 5.2072EN | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Thread
com.ontimize.gui.OperationThread
com.ontimize.db.util.UploadFileThread
| Field Summary | |
protected int |
bytesBlockLength
|
protected java.lang.String |
column
|
static boolean |
DEBUG
|
protected FileManagementEntity |
entity
|
protected java.util.Hashtable |
kv
|
protected java.io.File |
sourceFile
|
| Fields inherited from class com.ontimize.gui.OperationThread |
cancelled, description, hasFinished, hasStarted, OPERATION_CANCELLED, res, status, t |
| Fields inherited from class java.lang.Thread |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
| Constructor Summary | |
UploadFileThread(java.util.Hashtable kv,
FileManagementEntity entity,
java.io.File file,
java.lang.String fileDescription,
int sessionId)
|
|
UploadFileThread(java.lang.String description,
FileManagementEntity entity,
java.util.Hashtable kv,
java.lang.String columnName,
int sessionId)
|
|
| Method Summary | |
void |
run()
|
| Methods inherited from class com.ontimize.gui.OperationThread |
cancel, getDescription, getResult, getStatus, hasFinished, hasStarted, isCancelled |
| 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 |
public static boolean DEBUG
protected java.io.File sourceFile
protected FileManagementEntity entity
protected java.util.Hashtable kv
protected java.lang.String column
protected int bytesBlockLength
| Constructor Detail |
public UploadFileThread(java.util.Hashtable kv,
FileManagementEntity entity,
java.io.File file,
java.lang.String fileDescription,
int sessionId)
public UploadFileThread(java.lang.String description,
FileManagementEntity entity,
java.util.Hashtable kv,
java.lang.String columnName,
int sessionId)
throws java.lang.Exception
| Method Detail |
public void run()
|
Ontimize | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||