Package org.springframework.batch.core.launch.support

Support classes for use in bootstrap and launch implementations or configurations.

See:
          Description

Interface Summary
ExitCodeMapper This interface should be implemented when an environment calling the batch framework has specific requirements regarding the operating system process return status.
ExportedJobLauncher Interface to expose for remote management of jobs.
SystemExiter Interface for exiting the JVM.
 

Class Summary
CommandLineJobRunner Basic launcher for starting jobs from the command line.
JvmSystemExiter Implementation of the SystemExiter interface that calls the standards System.exit method.
ScheduledJobParametersFactory  
SimpleExportedJobLauncher  
SimpleJobLauncher Simple implementation of the JobLauncher interface.
SimpleJvmExitCodeMapper An implementation of ExitCodeMapper that can be configured through a map from batch exit codes (String) to integer results.
 

Package org.springframework.batch.core.launch.support Description

Support classes for use in bootstrap and launch implementations or configurations.



Copyright © 2009 SpringSource. All Rights Reserved.