Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.batch.core.launch Classes and Interfaces - 21 results found.
NameDescriptionTypePackageFramework
CommandLineJobRunnerBasic launcher for starting jobs from the command line.Classorg.springframework.batch.core.launch.supportSpring Batch
ExitCodeMapperThis interface should be implemented when an environment calling the batchframework has specific requirements regarding the operating system processInterfaceorg.springframework.batch.core.launch.supportSpring Batch
JobExecutionNotFailedExceptionChecked exception to indicate that user asked for a job execution to beresumed when actually it didn't fail.Classorg.springframework.batch.core.launchSpring Batch
JobExecutionNotRunningExceptionExecution indicating that a JobExecution that is not currently running hasbeen requested to stop.Classorg.springframework.batch.core.launchSpring Batch
JobExecutionNotStoppedExceptionChecked exception to indicate that user asked for a job execution to beaborted when hasn't been stopped.Classorg.springframework.batch.core.launchSpring Batch
JobInstanceAlreadyExistsExceptionChecked exception to indicate that a required Job is notAuthor:Dave SyerSee Also:Serialized FormClassorg.springframework.batch.core.launchSpring Batch
JobLauncherSimple interface for controlling jobs, including possible ad-hoc executions,based on different runtime identifiers.Interfaceorg.springframework.batch.core.launchSpring Batch
JobOperatorLow level interface for inspecting and controlling jobs with access only toprimitive and collection types.Interfaceorg.springframework.batch.core.launchSpring Batch
JobParametersNotFoundExceptionChecked exception to indicate that a required JobParametersIncrementer is notAuthor:Dave SyerSee Also:Serialized FormClassorg.springframework.batch.core.launchSpring Batch
JobRegistryBackgroundJobRunnerCommand line launcher for registering jobs with a JobRegistry.Classorg.springframework.batch.core.launch.supportSpring Batch
JvmSystemExiterSystem.Classorg.springframework.batch.core.launch.supportSpring Batch
NoSuchJobExceptionChecked exception to indicate that a required Job is notAuthor:Dave SyerSee Also:Serialized FormClassorg.springframework.batch.core.launchSpring Batch
NoSuchJobExecutionExceptionChecked exception to indicate that a required JobExecution is notAuthor:Dave SyerSee Also:Serialized FormClassorg.springframework.batch.core.launchSpring Batch
NoSuchJobInstanceExceptionException that signals that the user requested an operation on a non-existentAuthor:Dave SyerSee Also:Serialized FormClassorg.springframework.batch.core.launchSpring Batch
RunIdIncrementerClassorg.springframework.batch.core.launch.supportSpring Batch
RuntimeExceptionTranslatorClassorg.springframework.batch.core.launch.supportSpring Batch
ScheduledJobParametersFactoryClassorg.springframework.batch.core.launch.supportSpring Batch
SimpleJobLauncherSimple implementation of the JobLauncher interface.Classorg.springframework.batch.core.launch.supportSpring Batch
SimpleJobOperatorSimple implementation of the JobOperator interface.Classorg.springframework.batch.core.launch.supportSpring Batch
SimpleJvmExitCodeMapperAn implementation of ExitCodeMapper that can be configured through amap from batch exit codes (String) to integer results.Classorg.springframework.batch.core.launch.supportSpring Batch
SystemExiterInterface for exiting the JVM.Interfaceorg.springframework.batch.core.launch.supportSpring Batch