Interface | Description |
---|---|
FileSender | |
FileService |
Encapsulation of file storage and creation hiding the actual location of the
files, but allowing their contents to be accessed by clients.
|
JobService |
Interface for general purpose monitoring and management of Batch jobs.
|
SearchableJobExecutionDao | |
SearchableJobInstanceDao | |
SearchableStepExecutionDao |
Extension of the
StepExecutionDao interface to add additional search
features. |
Class | Description |
---|---|
FileInfo | |
FileServiceResourceConverter |
Converter for String to Resource that knows about local files managed by a
FileService . |
JdbcSearchableJobExecutionDao | |
JdbcSearchableJobInstanceDao | |
JdbcSearchableStepExecutionDao | |
JobLocatorStepLocator | |
LocalFileService |
An implementation of
FileService that deals with files only in the
local file system. |
SimpleJobService |
Implementation of
JobService that delegates most of its work to other
off-the-shelf components. |
SimpleJobServiceFactoryBean |
A factory for a
JobService that makes the configuration of its
various ingredients as convenient as possible. |
Exception | Description |
---|---|
NoSuchStepExecutionException |
Copyright © 2015. All rights reserved.