| Package | Description |
|---|---|
| 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 |
Specific implementations of step concerns.
|
| org.springframework.batch.core.step.item |
Specific implementations of step concerns for item-oriented approach.
|
| org.springframework.batch.core.step.skip |
Specific implementations of skip concerns for items in a step.
|
| Modifier and Type | Method and Description |
|---|---|
Long |
JobOperator.startNextInstance(String jobName)
Launch the next in a sequence of
JobInstance determined by the
JobParametersIncrementer attached to the specified job. |
| Modifier and Type | Method and Description |
|---|---|
Long |
SimpleJobOperator.startNextInstance(String jobName) |
| Modifier and Type | Class and Description |
|---|---|
class |
FatalStepExecutionException |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractStep.execute(StepExecution stepExecution)
Template method for step execution logic - calls abstract methods for resource initialization (
AbstractStep.open(ExecutionContext)), execution logic (AbstractStep.doExecute(StepExecution)) and resource closing (
AbstractStep.close(ExecutionContext)). |
| Modifier and Type | Class and Description |
|---|---|
class |
SkipOverflowException |
| Modifier and Type | Class and Description |
|---|---|
class |
NonSkippableProcessException
Fatal exception to be thrown when a process operation could not be skipped.
|
class |
NonSkippableReadException
Fatal exception to be thrown when a read operation could not be skipped.
|
class |
NonSkippableWriteException
Fatal exception to be thrown when a process operation could not be skipped.
|
class |
SkipException
Base exception indicating that the skip has failed or caused a failure.
|
class |
SkipLimitExceededException
Exception indicating that the skip limit for a particular has
been exceeded.
|
class |
SkipListenerFailedException
Special exception to indicate a failure in a skip listener.
|
class |
SkipPolicyFailedException
Special exception to indicate a failure in a skip policy.
|
Copyright © 2013. All rights reserved.