org.griphyn.cPlanner.code.gridstart |
|
Java Source File Name | Type | Comment |
ExitCode.java | Class | The exitcode wrapper, that can parse kickstart output's and put them in the
database also. |
ExitPOST.java | Class | A wrapper around the Exitcode, that takes care of backing up output and
error files. |
GridStartFactory.java | Class | An abstract factory class to load the appropriate type of GridStart
implementations, and their corresponding POSTScript classes. |
GridStartFactoryException.java | Class | Class to notify of failures while instantiating GridStart implementations. |
Kickstart.java | Class | This enables a job to be run on the grid, by launching it through kickstart. |
NoGridStart.java | Class | This class ends up running the job directly on the grid, without wrapping
it in any other launcher executable. |
NoPOSTScript.java | Class | This class refers to having no postscript associated with the job. |
UserPOSTScript.java | Class | A user defined post script. |
VDSPOSTScript.java | Class | An abstract implementation of the interface, that is a superclass for
all the VDS supplied postscripts. |