Thread.State, Thread.UncaughtExceptionHandler
Modifier and Type | Field and Description |
---|---|
protected boolean |
abort |
protected Long |
activityFileLength |
protected String |
activityMessage |
protected Long |
activityStartTime |
protected String |
activityStatus |
protected Long |
contentSize |
protected String |
contentType |
protected String |
documentIdentifier |
protected Throwable |
exception |
protected File |
objFileTemp |
protected RepositoryDocument |
rval |
protected DCTM.SpecInfo |
sDesc |
protected boolean |
startFetch |
protected boolean |
threadExit |
protected String |
uri |
protected boolean |
versionPartDone |
protected String |
versionString |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
Constructor and Description |
---|
DCTM.ProcessDocumentThread(String documentIdentifier,
DCTM.SpecInfo sDesc) |
Modifier and Type | Method and Description |
---|---|
RepositoryDocument |
finishUp() |
void |
finishWithoutFetch() |
Long |
getActivityFileLength() |
String |
getActivityMessage() |
Long |
getActivityStartTime() |
String |
getActivityStatus() |
Long |
getContentSize() |
String |
getContentType() |
String |
getURI() |
String |
getVersionString() |
void |
run() |
void |
startFetch(File objFileTemp) |
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, yield
protected final String documentIdentifier
protected final DCTM.SpecInfo sDesc
protected volatile boolean versionPartDone
protected volatile boolean threadExit
protected volatile boolean startFetch
protected volatile boolean abort
protected File objFileTemp
protected Throwable exception
protected String versionString
protected RepositoryDocument rval
protected Long activityStartTime
protected Long activityFileLength
protected String activityStatus
protected String activityMessage
protected String uri
protected String contentType
protected Long contentSize
public DCTM.ProcessDocumentThread(String documentIdentifier, DCTM.SpecInfo sDesc)
public String getVersionString() throws RemoteException, DocumentumException, InterruptedException
public void startFetch(File objFileTemp)
public void finishWithoutFetch() throws InterruptedException
InterruptedException
public RepositoryDocument finishUp() throws RemoteException, DocumentumException, InterruptedException, ManifoldCFException
public Long getContentSize()
public String getContentType()
public Long getActivityStartTime()
public Long getActivityFileLength()
public String getActivityStatus()
public String getActivityMessage()
public String getURI()