protected static class WikiConnector.ExecuteListPagesThread
extends java.lang.Thread
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.http.client.HttpClient |
client |
protected java.lang.Throwable |
exception |
protected org.apache.http.client.methods.HttpRequestBase |
executeMethod |
protected java.lang.String |
lastPageTitle |
protected boolean |
loginNeeded |
protected org.apache.manifoldcf.connectorcommon.common.XThreadStringBuffer |
pageBuffer |
protected java.lang.String |
startPageTitle |
| Constructor and Description |
|---|
ExecuteListPagesThread(org.apache.http.client.HttpClient client,
org.apache.http.client.methods.HttpRequestBase executeMethod,
org.apache.manifoldcf.connectorcommon.common.XThreadStringBuffer pageBuffer,
java.lang.String startPageTitle) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
finishUp() |
java.lang.String |
getLastPageTitle() |
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 org.apache.http.client.HttpClient client
protected org.apache.http.client.methods.HttpRequestBase executeMethod
protected java.lang.Throwable exception
protected org.apache.manifoldcf.connectorcommon.common.XThreadStringBuffer pageBuffer
protected java.lang.String lastPageTitle
protected java.lang.String startPageTitle
protected boolean loginNeeded
public ExecuteListPagesThread(org.apache.http.client.HttpClient client,
org.apache.http.client.methods.HttpRequestBase executeMethod,
org.apache.manifoldcf.connectorcommon.common.XThreadStringBuffer pageBuffer,
java.lang.String startPageTitle)
public void run()
run in interface java.lang.Runnablerun in class java.lang.Threadpublic boolean finishUp()
throws java.lang.InterruptedException,
org.apache.manifoldcf.core.interfaces.ManifoldCFException,
org.apache.manifoldcf.agents.interfaces.ServiceInterruption,
java.io.IOException,
org.apache.http.HttpException
java.lang.InterruptedExceptionorg.apache.manifoldcf.core.interfaces.ManifoldCFExceptionorg.apache.manifoldcf.agents.interfaces.ServiceInterruptionjava.io.IOExceptionorg.apache.http.HttpExceptionpublic java.lang.String getLastPageTitle()