- ON_ABORT - Static variable in class com.sun.grid.jsv.MailSpecifier
-
Code representing that email should be sent if the job is abourted.
- ON_ABORT_STR - Static variable in class com.sun.grid.jsv.MailSpecifier
-
String representing that email should be sent if the job is abourted.
- ON_BEGIN - Static variable in class com.sun.grid.jsv.MailSpecifier
-
Code representing that email should be sent when the job is started.
- ON_BEGIN_STR - Static variable in class com.sun.grid.jsv.MailSpecifier
-
String representing that email should be sent when the job is started.
- ON_END - Static variable in class com.sun.grid.jsv.MailSpecifier
-
Code representing that email should be sent when the job ends.
- ON_END_STR - Static variable in class com.sun.grid.jsv.MailSpecifier
-
String representing that email should be sent when the job ends.
- ON_MIN_CPU_INTERVAL - Static variable in class com.sun.grid.jsv.CheckpointSpecifier
-
Code indicating that checkpoints should be taken periodically at the
minimum CPU interval as specified by the queue.
- ON_MIN_CPU_INTERVAL_STR - Static variable in class com.sun.grid.jsv.CheckpointSpecifier
-
String indicating that checkpoints should be taken periodically at the
minimum CPU interval as specified by the queue.
- ON_SHUTDOWN - Static variable in class com.sun.grid.jsv.CheckpointSpecifier
-
Code indicating that checkpoints should be taken when the execd
shuts down
- ON_SHUTDOWN_STR - Static variable in class com.sun.grid.jsv.CheckpointSpecifier
-
Value indicating that checkpoints should be taken when the execd
shuts down
- ON_SUSPEND - Static variable in class com.sun.grid.jsv.CheckpointSpecifier
-
Code indicating that checkpoints should be taken the job is suspended.
- ON_SUSPEND - Static variable in class com.sun.grid.jsv.MailSpecifier
-
Code representing that email should be sent if the job is suspended.
- ON_SUSPEND_STR - Static variable in class com.sun.grid.jsv.CheckpointSpecifier
-
String indicating that checkpoints should be taken the job is suspended.
- ON_SUSPEND_STR - Static variable in class com.sun.grid.jsv.MailSpecifier
-
String representing that email should be sent if the job is suspended.
- onAbort(boolean) - Method in class com.sun.grid.jsv.MailSpecifier
-
Set whether email should be sent if the job is aborted.
- onBegin(boolean) - Method in class com.sun.grid.jsv.MailSpecifier
-
Set whether email should be sent when the job is started.
- onEnd(boolean) - Method in class com.sun.grid.jsv.MailSpecifier
-
Set whether email should be sent when the job end.
- onHold() - Method in class com.sun.grid.jsv.JobDescription
-
Get whether the job is submitted in the hold state.
- onMinCpuInterval(boolean) - Method in class com.sun.grid.jsv.CheckpointSpecifier
-
Set whether a checkpoint should be taken periodically at the minimum
CPU interval as specified by the queue.
- onShutdown(boolean) - Method in class com.sun.grid.jsv.CheckpointSpecifier
-
Set whether a checkpoint should be taken when the execution daemon
shuts down.
- onStart(JsvManager) - Method in class com.sun.grid.jsv.examples.SimpleJsv
-
- onStart(JsvManager) - Method in interface com.sun.grid.jsv.Jsv
-
This method is called to start the job verification process.
- onSuspend(boolean) - Method in class com.sun.grid.jsv.CheckpointSpecifier
-
Set whether a checkpoint should be taken when the job is suspended.
- onSuspend(boolean) - Method in class com.sun.grid.jsv.MailSpecifier
-
Set whether email should be sent if the job is suspended.
- onVerify(JsvManager) - Method in class com.sun.grid.jsv.examples.SimpleJsv
-
- onVerify(JsvManager) - Method in interface com.sun.grid.jsv.Jsv
-
This method is called to trigger the job verification step.