org.springframework.batch.core.step.tasklet
Class SimpleSystemProcessExitCodeMapper
java.lang.Object
org.springframework.batch.core.step.tasklet.SimpleSystemProcessExitCodeMapper
- All Implemented Interfaces:
- SystemProcessExitCodeMapper
public class SimpleSystemProcessExitCodeMapper
- extends Object
- implements SystemProcessExitCodeMapper
Simple SystemProcessExitCodeMapper
implementation that performs following mapping:
0 -> ExitStatus.FINISHED
else -> ExitStatus.FAILED
- Author:
- Robert Kasanicky
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleSystemProcessExitCodeMapper
public SimpleSystemProcessExitCodeMapper()
getExitStatus
public ExitStatus getExitStatus(int exitCode)
- Specified by:
getExitStatus
in interface SystemProcessExitCodeMapper
- Parameters:
exitCode
- exit code returned by the system process
- Returns:
- ExitStatus appropriate for the
systemExitCode
parameter value
Copyright © 2013 SpringSource. All Rights Reserved.