Package com.sun.grid.jgrid.server

Interface Summary
ComputeEngine Deprecated. No longer used as of 0.2
JCEP The JCEP interface defines the codes used by the JCEP client and server to communicate with each other.
JCEPListener The JCEPListener interface abstracts the JCEPHandler from the JCEPProtocolModule.
 

Class Summary
ComputeEngineImpl Deprecated. No longer used as of 0.2
JCEPHandler The JCEPHandler handles all JCEP communications.
JCEPHandler.LogFlusher A helper class used as a shutdown hook.
JCEPInputStream This class is used to read a serialized Job object that was written to disk with annotation for where to find its class data.
JCEPOutputStream The JCEPOutputStream is used by the Job object to write itself to disk when asked to checkpoint.
JCEPProtocolModule This class defines the interface for classes which which to implement a JCEP service.
JCEPVersion10Module This class implements the 1.0 version of JCEP.
 

Exception Summary
CommandFailedException This exception signals that a requested command (suspend, resume, cancel, checkpoint, submit, or shutdown) on the JCEPListener (i.e.