protected static class GenericConnector.DocumentVersionThread extends Thread
Thread.State, Thread.UncaughtExceptionHandler
Modifier and Type | Field and Description |
---|---|
protected org.apache.http.client.HttpClient |
client |
protected String |
defaultRights |
protected ConcurrentHashMap<String,Item> |
documentCache |
protected String[] |
documentIdentifiers |
protected Throwable |
exception |
protected String |
genericAuthMode |
protected String |
url |
protected String[] |
versions |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
Constructor and Description |
---|
GenericConnector.DocumentVersionThread(org.apache.http.client.HttpClient client,
String url,
String[] documentIdentifiers,
String genericAuthMode,
String defaultRights,
ConcurrentHashMap<String,Item> documentCache) |
Modifier and Type | Method and Description |
---|---|
String[] |
finishUp() |
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 final org.apache.http.client.HttpClient client
protected final String url
protected Throwable exception
protected final String[] versions
protected final ConcurrentHashMap<String,Item> documentCache
protected final String[] documentIdentifiers
protected final String genericAuthMode
protected final String defaultRights
public String[] finishUp() throws ManifoldCFException, ServiceInterruption, IOException, InterruptedException