protected static class SharePointRepository.ExecuteMethodThread
extends java.lang.Thread
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Throwable |
exception |
protected org.apache.http.client.HttpClient |
httpClient |
protected java.io.OutputStream |
os |
protected int |
returnCode |
protected java.lang.String |
url |
| Constructor and Description |
|---|
ExecuteMethodThread(org.apache.http.client.HttpClient httpClient,
java.lang.String url,
java.io.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, yieldprotected final org.apache.http.client.HttpClient httpClient
protected final java.lang.String url
protected final java.io.OutputStream os
protected java.lang.Throwable exception
protected int returnCode
public ExecuteMethodThread(org.apache.http.client.HttpClient httpClient,
java.lang.String url,
java.io.OutputStream os)
public void run()
run in interface java.lang.Runnablerun in class java.lang.Threadpublic int finishUp()
throws java.lang.InterruptedException,
java.io.IOException,
org.apache.http.HttpException
java.lang.InterruptedExceptionjava.io.IOExceptionorg.apache.http.HttpException