Class | Description |
---|---|
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.
|
Kickstart |
This enables a constituentJob to be run on the grid, by launching it through kickstart.
|
NetloggerPostScript |
This postscript invokes the netlogger-exitcode to parse the kickstart
output and write out in netlogger format.
|
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.
|
PegasusExitCode |
The exitcode wrapper, that can parse kickstart output's and put them in the
database also.
|
PegasusLite |
This class launches all the jobs using Pegasus Lite a shell script based wrapper.
|
UserPOSTScript |
A user defined post script.
|
VDSPOSTScript |
An abstract implementation of the interface, that is a superclass for
all the VDS supplied postscripts.
|