Public Member Functions
org.apache.xmlrpc.common.XmlRpcWorker Interface Reference
Inheritance diagram for org.apache.xmlrpc.common.XmlRpcWorker:
Inheritance graph
[legend]

List of all members.

Public Member Functions

Object execute (XmlRpcRequest pRequest) throws XmlRpcException
XmlRpcController getController ()

Detailed Description

An object, which executes requests on the controllers behalf. These objects are mainly used for controlling the clients or servers load, which is defined in terms of the number of currently active workers.

Definition at line 30 of file XmlRpcWorker.java.


Member Function Documentation

Performs a synchronous request. The client worker extends this interface with the ability to perform asynchronous requests.

Parameters:
pRequestThe request being performed.
Returns:
The requests result.
Exceptions:
XmlRpcExceptionPerforming the request failed.

Implemented in org.apache.xmlrpc.client.XmlRpcClientWorker, and org.apache.xmlrpc.server.XmlRpcServerWorker.


The documentation for this interface was generated from the following file:


rosjava_core
Author(s):
autogenerated on Wed Aug 26 2015 16:06:50