|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
IExceptionFilter | Responsible for filtering exceptions. |
IRerunnable | Upon failure, code embedded in the run method will get
executed over and over again, provided that the executing class
supports IRerunnable . |
Class Summary | |
---|---|
ExecUtils | Utility methods related to process execution. |
Rerunner | Rerunner is responsible for executing IRerunnable
instances. |
SystemCommand | Represents a program to be executed by the underlying system (on the "command line"). |
SystemCommandJob | JEF job for executing an arbitrary number of commands. |
Exception Summary | |
---|---|
RerunnableException | An exception throws by a executing Rerunner instance when the
code executed itself threw an exception, or maximum retry attempts has
been reached. |
Utility classes related to process/code execution.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |