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