Uses of Interface
org.apache.xmlrpc.common.XmlRpcWorker

Packages that use XmlRpcWorker
org.apache.xmlrpc.common   
 

Uses of XmlRpcWorker in org.apache.xmlrpc.common
 

Fields in org.apache.xmlrpc.common declared as XmlRpcWorker
private  XmlRpcWorker XmlRpcWorkerFactory.singleton
           
 

Methods in org.apache.xmlrpc.common that return XmlRpcWorker
 XmlRpcWorker XmlRpcWorkerFactory.getWorker()
          Returns a worker for synchronous processing.
protected abstract  XmlRpcWorker XmlRpcWorkerFactory.newWorker()
          Creates a new worker instance.
 

Methods in org.apache.xmlrpc.common with parameters of type XmlRpcWorker
 void XmlRpcWorkerFactory.releaseWorker(XmlRpcWorker pWorker)
          Called, when the worker did its job.