org.apache.xmlrpc

Class XmlRpcClient.XmlRpcClientAsyncThread

class XmlRpcClient.XmlRpcClientAsyncThread extends Thread

Field Summary
protected XmlRpcClient.CallDatacall
protected XmlRpcClientWorkerworker
Constructor Summary
protected XmlRpcClientAsyncThread(XmlRpcClientWorker worker, XmlRpcClient.CallData initialCall)
Method Summary
voidexecuteAsync(XmlRpcClientRequest request, AsyncCallback callback, XmlRpcTransport transport)
Execute an XML-RPC call and handle asyncronous callback.
voidrun()

Field Detail

call

protected XmlRpcClient.CallData call

worker

protected XmlRpcClientWorker worker

Constructor Detail

XmlRpcClientAsyncThread

protected XmlRpcClientAsyncThread(XmlRpcClientWorker worker, XmlRpcClient.CallData initialCall)

Method Detail

executeAsync

void executeAsync(XmlRpcClientRequest request, AsyncCallback callback, XmlRpcTransport transport)
Execute an XML-RPC call and handle asyncronous callback.

run

public void run()
Copyright B) 1999-2002 Apache Software Foundation. All Rights Reserved.