Uses of Interface
org.springframework.batch.core.step.tasklet.SystemProcessExitCodeMapper

Packages that use SystemProcessExitCodeMapper
org.springframework.batch.core.step.tasklet Interfaces and generic implementations of tasklet concerns. 
 

Uses of SystemProcessExitCodeMapper in org.springframework.batch.core.step.tasklet
 

Classes in org.springframework.batch.core.step.tasklet that implement SystemProcessExitCodeMapper
 class ConfigurableSystemProcessExitCodeMapper
          Maps exit codes to ExitStatus according to injected map.
 class SimpleSystemProcessExitCodeMapper
          Simple SystemProcessExitCodeMapper implementation that performs following mapping: 0 -> ExitStatus.FINISHED else -> ExitStatus.FAILED
 

Methods in org.springframework.batch.core.step.tasklet with parameters of type SystemProcessExitCodeMapper
 void SystemCommandTasklet.setSystemProcessExitCodeMapper(SystemProcessExitCodeMapper systemProcessExitCodeMapper)
           
 



Copyright © 2013 SpringSource. All Rights Reserved.