a job should be submittable either synchronously or asynchronously, regardless of its state.
The submission mode is the user's choice at the time of submission, using one of JPPFClient.submit() or JPPFClient.submitAsync().
a job should be submittable either synchronously or asynchronously, regardless of its state.
The submission mode is the user's choice at the time of submission, using one of JPPFClient.submit() or JPPFClient.submitAsync().
a job should be submittable either synchronously or asynchronously, regardless of its state.
The way it is submitted is the user's choice at the time of submission, using one of JPPFClient.submit(JPPFJob) or JPPFClient.submitAsync(JPPFJob).