|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
Method Summary | |
java.lang.Object |
execute(XmlRpcRequest pRequest)
Performs a synchronous request. |
XmlRpcController |
getController()
Returns the workers controller. |
Method Detail |
public XmlRpcController getController()
XmlRpcClient
, or
XmlRpcServer
.public java.lang.Object execute(XmlRpcRequest pRequest) throws XmlRpcException
pRequest
- The request being performed.
XmlRpcException
- Performing the request failed.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |