org.apache.xmlrpc

Class XmlRpcClient.XmlRpcClientAsyncThread

Enclosing Class:
XmlRpcClient

(package private) class XmlRpcClient.XmlRpcClientAsyncThread
extends Thread

Field Summary

protected XmlRpcClient.CallData
call
protected XmlRpcClientWorker
worker

Constructor Summary

XmlRpcClientAsyncThread(XmlRpcClientWorker worker, XmlRpcClient.CallData initialCall)

Method Summary

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

Field Details

call

protected XmlRpcClient.CallData call

worker

protected XmlRpcClientWorker worker

Constructor Details

XmlRpcClientAsyncThread

protected XmlRpcClientAsyncThread(XmlRpcClientWorker worker,
                                  XmlRpcClient.CallData initialCall)

Method Details

executeAsync

(package private)  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.