XML-RPC Handlers Required to be Implemented by the Science Application

sciapp.computeResult(byte[])

Description: Computes the result for the given work unit.

Parameters: 1, byte[]: the work unit data

Throws Exception: Never.

Returns: vector.

Vector Index Type Description
0 byte[] The result data.


sciapp.computeSpotCheckResult(byte[])

Description: Computes the spot-check result for the given work unit.

Parameters: 1, byte[]: the work unit data

Throws Exception: Never.

Returns: vector.

Vector Index Type Description
0 byte[] The result data.


sciapp.shutdown()

Description: Shuts down the science application.

Parameters: 0

Throws Exception: Never.

Returns: boolean: always returns true because all RPCs must have a return value.