Package | Description |
---|---|
org.springframework.batch.core.job |
Specific implementations of job concerns.
|
org.springframework.batch.core.job.flow |
Modifier and Type | Class and Description |
---|---|
class |
AbstractJob
Abstract implementation of the
Job interface. |
class |
SimpleJob
Simple implementation of
Job interface providing the ability to run a
JobExecution . |
Modifier and Type | Class and Description |
---|---|
class |
FlowJob
Implementation of the
Job interface that allows for complex flows of
steps, rather than requiring sequential execution. |
Copyright © 2013 SpringSource. All rights reserved.