protected static class SharePointRepository.ExecuteMethodThread extends Thread
Thread.State, Thread.UncaughtExceptionHandler
Modifier and Type | Field and Description |
---|---|
protected Throwable |
exception |
protected org.apache.http.client.HttpClient |
httpClient |
protected OutputStream |
os |
protected int |
returnCode |
protected String |
url |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
Constructor and Description |
---|
SharePointRepository.ExecuteMethodThread(org.apache.http.client.HttpClient httpClient,
String url,
OutputStream os) |
Modifier and Type | Method and Description |
---|---|
int |
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 httpClient
protected final String url
protected final OutputStream os
protected Throwable exception
protected int returnCode
public SharePointRepository.ExecuteMethodThread(org.apache.http.client.HttpClient httpClient, String url, OutputStream os)
public int finishUp() throws InterruptedException, IOException, org.apache.http.HttpException
InterruptedException
IOException
org.apache.http.HttpException