Package com.sun.grid.jgrid

Interface Summary
Computable This interface marks a class that can be executed by the compute engine.
ComputeEngine This class is the interface to the ComputeEngine that clients see.
LogListener This interface describes classes which can listen to the information passed to the Logger by the Job.
 

Class Summary
Job This class represents a job to be executed by the compute engine.
Logger The purpose of the Logger class is to attach an executing Job to one or more LogListeners for logging messages and event to the client.
 

Exception Summary
ComputeException This class represents an exception that occurs during the processing of a job.
JGridException This class is the parent Exception for all JGrid Exceptions.
JobCanceledException This exception is used as a placeholder to pass back to through the result channel to notify the client that the job has been canceled before completing.
NotInterruptableException This Exception is thrown by Computable implementations which do not allow themselves to be interrupted for checkpointing or cancelation.