Interface | Description |
---|---|
ExitCodeMapper |
This interface should be implemented when an environment calling the batch
framework has specific requirements regarding the operating system process
return status.
|
SystemExiter |
Interface for exiting the JVM.
|
Class | Description |
---|---|
AbstractCommandLineRunner<T> |
Base implementation used for launching a Spring Application
Context and executing a bean using a command line.
|
ExitStatus |
Value object used to carry information about the status of a
job or step execution.
|
JvmSystemExiter |
Implementation of the
SystemExiter interface that calls the standards
System.exit method. |
LaunchCommandsFactoryBean |
Factory bean helping to construct a command meant to start application master
or a container.
|
SimpleJvmExitCodeMapper |
An implementation of
ExitCodeMapper that can be configured through a
map from batch exit codes (String) to integer results. |