protected class DCTM.GetDocumentsFromQueryThread
extends java.lang.Thread
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
abortSignaled |
protected java.lang.String |
dql |
protected java.lang.Throwable |
exception |
protected DCTM.StringQueue |
queue |
| Constructor and Description |
|---|
GetDocumentsFromQueryThread(java.lang.String dql,
DCTM.StringQueue queue) |
| Modifier and Type | Method and Description |
|---|---|
void |
abort() |
void |
finishUp() |
java.lang.Throwable |
getException() |
void |
run() |
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yieldprotected java.lang.String dql
protected DCTM.StringQueue queue
protected java.lang.Throwable exception
protected boolean abortSignaled
public GetDocumentsFromQueryThread(java.lang.String dql,
DCTM.StringQueue queue)
public void abort()
public void run()
run in interface java.lang.Runnablerun in class java.lang.Threadpublic void finishUp()
throws java.rmi.RemoteException,
DocumentumException,
java.lang.InterruptedException
java.rmi.RemoteExceptionDocumentumExceptionjava.lang.InterruptedExceptionpublic java.lang.Throwable getException()