ParallelizableJob
being submitted. It mustbe wrapped in a Serialized
wrapper to bypass RMI deserialization.
@param jobId The UUID
associated with the previouslycreated job.
@throws IllegalArgumentException If jobId
does notcorrespond to a job on the server that is awaiting submission.
@throws SecurityException If the caller does not have permission tosubmit jobs.
@throws ClassNotFoundException If deserialization of job
requires a class which does not exist on the server.
@throws RemoteException If a communication error occurs.
@throws JobExecutionException If the submitted job throws an exceptionwhile being initialized.
JobSubmissionResult
object encapsulating the results of the job submission
@throws IOException thrown in case of submission errors while transmitting the data to the job manager
JobSubmissionResult
object encapsulating the results of the job submission
@throws IOException thrown in case of submission errors while transmitting the data to the job manager
|
|
|
|
|
|