A remote reference to this is returned after submitting the {@code GridJob}to the Grid. This class allows to check the status of a {@code GridJob}, to cancel execution of a {@code GridJob}, and to obtain the result of a {@code GridJob}, blocking until result is available. A {@code GridJob} canbe requested to be canceled using the {@link #cancel()} method.
The implementation of this interface resides at the {@code ClusterManager}'s JVM, and is exposed as a remote service to the submitter node, using proxy classes. @author Yohan Liyanage @version 1.0 @see GridJobFuture @see GridJob @see GridJobState
|
|
|
|