Uses of Package
org.springframework.batch.core.launch

Packages that use org.springframework.batch.core.launch
org.springframework.batch.core.configuration Interfaces for registration and location of job configurations. 
org.springframework.batch.core.configuration.support Specific implementations of configuration concerns. 
org.springframework.batch.core.launch Interfaces and simple implementations of launch concerns. 
org.springframework.batch.core.launch.support Support classes for use in bootstrap and launch implementations or configurations. 
org.springframework.batch.core.step.job   
org.springframework.batch.test   
 

Classes in org.springframework.batch.core.launch used by org.springframework.batch.core.configuration
NoSuchJobException
          Checked exception to indicate that a required Job is not available.
 

Classes in org.springframework.batch.core.launch used by org.springframework.batch.core.configuration.support
NoSuchJobException
          Checked exception to indicate that a required Job is not available.
 

Classes in org.springframework.batch.core.launch used by org.springframework.batch.core.launch
JobExecutionNotRunningException
          Execution indicating that a JobExecution that is not currently running has been requested to stop.
JobInstanceAlreadyExistsException
          Checked exception to indicate that a required Job is not available.
JobParametersNotFoundException
          Checked exception to indicate that a required JobParametersIncrementer is not available.
NoSuchJobException
          Checked exception to indicate that a required Job is not available.
NoSuchJobExecutionException
          Checked exception to indicate that a required JobExecution is not available.
NoSuchJobInstanceException
          Exception that signals that the user requested an operation on a non-existent JobInstance.
 

Classes in org.springframework.batch.core.launch used by org.springframework.batch.core.launch.support
JobExecutionNotRunningException
          Execution indicating that a JobExecution that is not currently running has been requested to stop.
JobInstanceAlreadyExistsException
          Checked exception to indicate that a required Job is not available.
JobLauncher
          Simple interface for controlling jobs, including possible ad-hoc executions, based on different runtime identifiers.
JobOperator
          Low level interface for inspecting and controlling jobs with access only to primitive and collection types.
JobParametersNotFoundException
          Checked exception to indicate that a required JobParametersIncrementer is not available.
NoSuchJobException
          Checked exception to indicate that a required Job is not available.
NoSuchJobExecutionException
          Checked exception to indicate that a required JobExecution is not available.
NoSuchJobInstanceException
          Exception that signals that the user requested an operation on a non-existent JobInstance.
 

Classes in org.springframework.batch.core.launch used by org.springframework.batch.core.step.job
JobLauncher
          Simple interface for controlling jobs, including possible ad-hoc executions, based on different runtime identifiers.
 

Classes in org.springframework.batch.core.launch used by org.springframework.batch.test
JobLauncher
          Simple interface for controlling jobs, including possible ad-hoc executions, based on different runtime identifiers.
 



Copyright © 2013 SpringSource. All Rights Reserved.