Uses of Interface
org.springframework.batch.core.launch.support.ExitCodeMapper

Packages that use ExitCodeMapper
org.springframework.batch.core.launch.support Support classes for use in bootstrap and launch implementations or configurations. 
 

Uses of ExitCodeMapper in org.springframework.batch.core.launch.support
 

Classes in org.springframework.batch.core.launch.support that implement ExitCodeMapper
 class SimpleJvmExitCodeMapper
          An implementation of ExitCodeMapper that can be configured through a map from batch exit codes (String) to integer results.
 

Methods in org.springframework.batch.core.launch.support with parameters of type ExitCodeMapper
 void CommandLineJobRunner.setExitCodeMapper(ExitCodeMapper exitCodeMapper)
          Injection setter for the ExitCodeMapper.
 



Copyright © 2009 SpringSource. All Rights Reserved.