class XmlRpcClient.XmlRpcClientAsyncThread
extends java.lang.Thread
Modifier and Type | Field and Description |
---|---|
protected XmlRpcClient.CallData |
call |
protected XmlRpcClientWorker |
worker |
Modifier | Constructor and Description |
---|---|
protected |
XmlRpcClient.XmlRpcClientAsyncThread(XmlRpcClientWorker worker,
XmlRpcClient.CallData initialCall) |
Modifier and Type | Method and Description |
---|---|
(package private) void |
executeAsync(XmlRpcClientRequest request,
AsyncCallback callback,
XmlRpcTransport transport)
Execute an XML-RPC call and handle asyncronous callback.
|
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 XmlRpcClientWorker worker
protected XmlRpcClient.CallData call
protected XmlRpcClient.XmlRpcClientAsyncThread(XmlRpcClientWorker worker, XmlRpcClient.CallData initialCall)
public void run()
run
in interface java.lang.Runnable
run
in class java.lang.Thread
void executeAsync(XmlRpcClientRequest request, AsyncCallback callback, XmlRpcTransport transport)
Copyright ? 1999-2002 Apache Software Foundation. All Rights Reserved.