protected class HttpPoster.IngestThread extends Thread
Thread.State, Thread.UncaughtExceptionHandler
Modifier and Type | Field and Description |
---|---|
protected String |
aclXmlString |
protected Long |
activityBytes |
protected String |
activityCode |
protected String |
activityDetails |
protected Long |
activityStart |
protected List<String> |
collections |
protected RepositoryDocument |
document |
protected String |
documentTemplate |
protected String |
documentURI |
protected Throwable |
exception |
protected boolean |
readFromDocumentStreamYet |
protected boolean |
rval |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
Constructor and Description |
---|
HttpPoster.IngestThread(String documentURI,
String aclXmlString,
List<String> collections,
String documentTemplate,
RepositoryDocument document) |
Modifier and Type | Method and Description |
---|---|
Long |
getActivityBytes() |
String |
getActivityCode() |
String |
getActivityDetails() |
Long |
getActivityStart() |
Throwable |
getException() |
boolean |
getReadFromDocumentStreamYet() |
boolean |
getRval() |
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, yield
protected String documentURI
protected String aclXmlString
protected String documentTemplate
protected RepositoryDocument document
protected Long activityStart
protected Long activityBytes
protected String activityCode
protected String activityDetails
protected Throwable exception
protected boolean readFromDocumentStreamYet
protected boolean rval
public Throwable getException()
public Long getActivityStart()
public Long getActivityBytes()
public String getActivityCode()
public String getActivityDetails()
public boolean getReadFromDocumentStreamYet()
public boolean getRval()