NAME
WebService::FuncNet::Job - object representing a job
FUNCTIONS
new
status
Probes the status of the job. This is done by implementing the MonitorJob SOAP method in the background.
my $rv = $j->status;
This subroutine returns a WebService::FuncNet::Status object, or undef if an error occurred.
cancel
Cancels the job. This is done by implementing the CancelJob SOAP method in the background.
my $rv = $j->cancel;
This subroutine returns a reference to an array with two elements, the status of the job and the SOAP trace. The status of the job is true if all predictors report it as cancelled.
This subroutine returns undef on error.
results
Fetches the results from the service. This is done by implementing the RetrievePairwiseScores SOAP method in the background.
my $R = $j->results;
This subroutine returns a WebService::FuncNet::Results object.
This subroutine returns undef on error.
REVISION INFO
Revision: $Rev: 64 $
Last editor: $Author: andrew_b_clegg $
Last updated: $Date: 2009-07-06 16:12:20 +0100 (Mon, 06 Jul 2009) $
The latest source code for this project can be checked out from:
https://funcnet.svn.sf.net/svnroot/funcnet/trunk