protected class HttpPoster.DeleteThread extends Thread
Thread.State, Thread.UncaughtExceptionHandler
Modifier and Type | Field and Description |
---|---|
protected String |
activityCode |
protected String |
activityDetails |
protected Long |
activityStart |
protected String |
documentURI |
protected Throwable |
exception |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
Constructor and Description |
---|
HttpPoster.DeleteThread(String documentURI) |
Modifier and Type | Method and Description |
---|---|
String |
getActivityCode() |
String |
getActivityDetails() |
Long |
getActivityStart() |
Throwable |
getException() |
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 Long activityStart
protected String activityCode
protected String activityDetails
protected Throwable exception
public HttpPoster.DeleteThread(String documentURI)