Uses of Class
org.apache.xmlrpc.XmlRpcClientWorker

Packages that use XmlRpcClientWorker
org.apache.xmlrpc   
 

Uses of XmlRpcClientWorker in org.apache.xmlrpc
 

Fields in org.apache.xmlrpc declared as XmlRpcClientWorker
protected  XmlRpcClientWorker XmlRpcClient.XmlRpcClientAsyncThread.worker
           
 

Methods in org.apache.xmlrpc that return XmlRpcClientWorker
(package private)  XmlRpcClientWorker XmlRpcClient.getWorker(boolean async)
           
 

Methods in org.apache.xmlrpc with parameters of type XmlRpcClientWorker
(package private)  void XmlRpcClient.releaseWorker(XmlRpcClientWorker w, boolean async)
          Release possibly big per-call object references to allow them to be garbage collected
 

Constructors in org.apache.xmlrpc with parameters of type XmlRpcClientWorker
XmlRpcClient.XmlRpcClientAsyncThread(XmlRpcClientWorker worker, XmlRpcClient.CallData initialCall)
           
 



Copyright 2001-2001-2005 Apache Software Foundation. All Rights Reserved.