exiddis::master::WorkersHandler::WorkersHandler Class Reference
List of all members.
Detailed Description
Implement XML-RPC functions for handling requests from workers.
Member Function Documentation
| def exiddis::master::WorkersHandler::WorkersHandler::__init__ |
( |
|
self, |
|
|
|
parent | |
|
) |
| | |
Create new instance of WorkersHandler class.
Keyword parameters:
parent - reference to parent object (e.g. MasterServer class instance)
| def exiddis::master::WorkersHandler::WorkersHandler::setLinks |
( |
|
self |
) |
|
Set useful reference links (shortcuts) to other parts of Master server application.
| def exiddis::master::WorkersHandler::WorkersHandler::xmlrpc_introduce |
( |
|
self, |
|
|
|
port, |
|
|
|
request | |
|
) |
| | |
Handle new worker's introduction to the group.
Keyword parameters:
port - port on which new worker works
request - request data, provided to obtain workers host
The documentation for this class was generated from the following file:
- exiddis/master/WorkersHandler.py