Class Summary |
ComputeThread |
The ComputeThread runs the science algorithm (from ScienceDataProcessor)
in a low-priority thread. |
RPCHandler |
This class is the RPC handler for the science application's XML-RPC server. |
ScienceApplication |
The ScienceApplication class initializes and starts the
XML-RPC server. |
ScienceApplicationClient |
The ScienceApplicationClient is an XML-RPC client with
added functionality that is needed by the science application. |
ScienceDataProcessor |
The ScienceDataProcessor contains all of the project-specific methods
required to compute the results for work units. |