Class XmlRpcClientWorker

  • All Implemented Interfaces:
    XmlRpcWorker

    public class XmlRpcClientWorker
    extends Object
    implements XmlRpcWorker
    Object, which performs a request on the clients behalf. The client maintains a pool of workers. The main purpose of the pool is limitation of the maximum number of concurrent requests.
    Since:
    3.0
    • Constructor Detail

      • XmlRpcClientWorker

        public XmlRpcClientWorker​(XmlRpcClientWorkerFactory pFactory)
        Creates a new instance.
        Parameters:
        pFactory - The factory, which is being notified, if the worker's ready.