Skip navigation links
A B C D E F G H I J L M N O P R S T U V W 

A

abandon(Long) - Method in interface org.springframework.batch.admin.service.JobService
Mark the JobExecution as ABANDONED.
abandon(Long) - Method in class org.springframework.batch.admin.service.SimpleJobService
 
abandon(Model, JobExecutionController.StopRequest, Errors, Long) - Method in class org.springframework.batch.admin.web.JobExecutionController
 
adapt(File) - Method in class org.springframework.batch.admin.integration.FileToJobLaunchRequestAdapter
 
adapt(File) - Method in class org.springframework.batch.admin.integration.FileToResourceAdapter
 
adapt(JobConfigurationRequest) - Method in class org.springframework.batch.admin.integration.JobConfigurationRequestToResourceAdapter
 
adapt(String) - Method in class org.springframework.batch.admin.integration.JobNameToJobRestartRequestAdapter
 
adapt(JobLaunchRequest) - Method in class org.springframework.batch.admin.integration.LastJobParametersJobLaunchRequestEnhancer
 
adapt(String) - Method in class org.springframework.batch.admin.integration.StringToJobLaunchRequestAdapter
 
addJobName(String) - Method in class org.springframework.batch.admin.launch.JobLauncherSynchronizer
A job name that will be synchronized.
addPagination(Map<String, Object>, int, int, int, String) - Static method in class org.springframework.batch.admin.web.TableUtils
 
afterPropertiesSet() - Method in class org.springframework.batch.admin.integration.FileToJobLaunchRequestAdapter
 
afterPropertiesSet() - Method in class org.springframework.batch.admin.integration.LastJobParametersJobLaunchRequestEnhancer
 
afterPropertiesSet() - Method in class org.springframework.batch.admin.integration.StringToJobLaunchRequestAdapter
 
afterPropertiesSet() - Method in class org.springframework.batch.admin.jmx.BatchMBeanExporter
 
afterPropertiesSet() - Method in class org.springframework.batch.admin.jmx.StepExecutionServiceLevelMonitor
 
afterPropertiesSet() - Method in class org.springframework.batch.admin.launch.JobLauncherSynchronizer
 
afterPropertiesSet() - Method in class org.springframework.batch.admin.service.JdbcSearchableJobExecutionDao
 
afterPropertiesSet() - Method in class org.springframework.batch.admin.service.JdbcSearchableJobInstanceDao
 
afterPropertiesSet() - Method in class org.springframework.batch.admin.service.JdbcSearchableStepExecutionDao
 
afterPropertiesSet() - Method in class org.springframework.batch.admin.service.LocalFileService
 
afterPropertiesSet() - Method in class org.springframework.batch.admin.service.SimpleJobServiceFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.batch.admin.web.freemarker.AjaxFreeMarkerView
 
afterPropertiesSet() - Method in class org.springframework.batch.admin.web.util.HomeController
Create the meta data by querying the context for mappings.
afterPropertiesSet() - Method in class org.springframework.batch.integration.async.AsyncItemProcessor
Check mandatory properties (the AsyncItemProcessor.setDelegate(ItemProcessor)).
afterPropertiesSet() - Method in class org.springframework.batch.integration.async.AsyncItemWriter
 
afterPropertiesSet() - Method in class org.springframework.batch.integration.chunk.ChunkProcessorChunkHandler
 
afterPropertiesSet() - Method in class org.springframework.batch.integration.chunk.MessageSourcePollerInterceptor
Asserts that mandatory properties are set.
afterPropertiesSet() - Method in class org.springframework.batch.integration.partition.MessageChannelPartitionHandler
 
afterPropertiesSet() - Method in class org.springframework.batch.integration.step.DelegateStep
Check mandatory properties (delegate).
afterPropertiesSet() - Method in class org.springframework.batch.poller.scheduling.TaskSchedulerPoller
 
afterStep(StepExecution) - Method in class org.springframework.batch.integration.chunk.ChunkMessageChannelItemWriter
 
aggregate(List<?>) - Method in class org.springframework.batch.integration.partition.MessageChannelPartitionHandler
 
AjaxFreeMarkerView - Class in org.springframework.batch.admin.web.freemarker
Tiles view implementation that is able to handle partial rendering for Spring Javascript Ajax requests.
AjaxFreeMarkerView() - Constructor for class org.springframework.batch.admin.web.freemarker.AjaxFreeMarkerView
 
append(double) - Method in class org.springframework.batch.admin.history.CumulativeHistory
 
append(JobExecution) - Method in class org.springframework.batch.admin.history.JobExecutionHistory
 
append(StepExecution) - Method in class org.springframework.batch.admin.history.StepExecutionHistory
 
AsynchronousFailureException - Exception in org.springframework.batch.integration.chunk
Exception indicating that a failure or early completion condition was detected in a remote worker.
AsynchronousFailureException(String, Throwable) - Constructor for exception org.springframework.batch.integration.chunk.AsynchronousFailureException
Create a new AsynchronousFailureException based on a message and another exception.
AsynchronousFailureException(String) - Constructor for exception org.springframework.batch.integration.chunk.AsynchronousFailureException
Create a new AsynchronousFailureException based on a message.
AsyncItemProcessor<I,O> - Class in org.springframework.batch.integration.async
An ItemProcessor that delegates to a nested processor and in the background.
AsyncItemProcessor() - Constructor for class org.springframework.batch.integration.async.AsyncItemProcessor
 
AsyncItemWriter<T> - Class in org.springframework.batch.integration.async
 
AsyncItemWriter() - Constructor for class org.springframework.batch.integration.async.AsyncItemWriter
 

B

BaseMenu - Class in org.springframework.batch.admin.web.resources
Convenient base class for Menu implementations.
BaseMenu(String, String) - Constructor for class org.springframework.batch.admin.web.resources.BaseMenu
 
BaseMenu(String, String, int) - Constructor for class org.springframework.batch.admin.web.resources.BaseMenu
 
BatchIntegrationNamespaceHandler - Class in org.springframework.batch.integration.config.xml
The namespace handler for the Spring Batch Integration namespace.
BatchIntegrationNamespaceHandler() - Constructor for class org.springframework.batch.integration.config.xml.BatchIntegrationNamespaceHandler
 
BatchMBeanExporter - Class in org.springframework.batch.admin.jmx
 
BatchMBeanExporter() - Constructor for class org.springframework.batch.admin.jmx.BatchMBeanExporter
 
BeanFactoryStepLocator - Class in org.springframework.batch.integration.partition
A StepLocator implementation that just looks in its enclosing bean factory for components of type Step.
BeanFactoryStepLocator() - Constructor for class org.springframework.batch.integration.partition.BeanFactoryStepLocator
 
beforeStep(StepExecution) - Method in class org.springframework.batch.integration.chunk.ChunkMessageChannelItemWriter
 
BindingHttpMessageConverter<T> - Class in org.springframework.batch.admin.web
 
BindingHttpMessageConverter() - Constructor for class org.springframework.batch.admin.web.BindingHttpMessageConverter
 

C

canRead(Class<?>, MediaType) - Method in class org.springframework.batch.admin.web.BindingHttpMessageConverter
 
canWrite(Class<?>, MediaType) - Method in class org.springframework.batch.admin.web.BindingHttpMessageConverter
 
checkJobBeforeLaunch(Job) - Method in class org.springframework.batch.admin.launch.JobLauncherSynchronizer
 
checkJobDuringLaunch(String, JobExecution) - Method in class org.springframework.batch.admin.launch.JobLauncherSynchronizer
 
ChunkHandler<T> - Interface in org.springframework.batch.integration.chunk
Interface for a remote worker in the Remote Chunking pattern.
ChunkMessageChannelItemWriter<T> - Class in org.springframework.batch.integration.chunk
 
ChunkMessageChannelItemWriter() - Constructor for class org.springframework.batch.integration.chunk.ChunkMessageChannelItemWriter
 
ChunkProcessorChunkHandler<S> - Class in org.springframework.batch.integration.chunk
A ChunkHandler based on a ChunkProcessor.
ChunkProcessorChunkHandler() - Constructor for class org.springframework.batch.integration.chunk.ChunkProcessorChunkHandler
 
ChunkRequest<T> - Class in org.springframework.batch.integration.chunk
Encapsulation of a chunk of items to be processed remotely as part of a step execution.
ChunkRequest(int, Collection<? extends T>, long, StepContribution) - Constructor for class org.springframework.batch.integration.chunk.ChunkRequest
 
ChunkResponse - Class in org.springframework.batch.integration.chunk
Encapsulates a response to processing a chunk of items, summarising the result as a StepContribution.
ChunkResponse(int, Long, StepContribution) - Constructor for class org.springframework.batch.integration.chunk.ChunkResponse
 
ChunkResponse(boolean, int, Long, StepContribution) - Constructor for class org.springframework.batch.integration.chunk.ChunkResponse
 
ChunkResponse(boolean, int, Long, StepContribution, String) - Constructor for class org.springframework.batch.integration.chunk.ChunkResponse
 
ChunkResponse(ChunkResponse, boolean) - Constructor for class org.springframework.batch.integration.chunk.ChunkResponse
 
ChunkResponse(boolean, int, Long, StepContribution, String, boolean) - Constructor for class org.springframework.batch.integration.chunk.ChunkResponse
 
close() - Method in class org.springframework.batch.integration.chunk.ChunkMessageChannelItemWriter
 
compareTo(FileInfo) - Method in class org.springframework.batch.admin.service.FileInfo
 
compareTo(ResourceInfo) - Method in class org.springframework.batch.admin.web.util.ResourceInfo
 
ContentTypeInterceptor - Class in org.springframework.batch.admin.web.interceptor
Interceptor that looks for an extension on the request path and adds it to the view name if it matches a list provided.
ContentTypeInterceptor() - Constructor for class org.springframework.batch.admin.web.interceptor.ContentTypeInterceptor
 
convert(String) - Method in class org.springframework.batch.admin.service.FileServiceResourceConverter
Convert the source path to a Resource.
countFiles() - Method in interface org.springframework.batch.admin.service.FileService
 
countFiles() - Method in class org.springframework.batch.admin.service.LocalFileService
 
countJobExecutions() - Method in class org.springframework.batch.admin.service.JdbcSearchableJobExecutionDao
 
countJobExecutions(String) - Method in class org.springframework.batch.admin.service.JdbcSearchableJobExecutionDao
 
countJobExecutions() - Method in interface org.springframework.batch.admin.service.JobService
Count the maximum number of executions that could be returned by JobService.listJobExecutions(int, int).
countJobExecutions() - Method in interface org.springframework.batch.admin.service.SearchableJobExecutionDao
 
countJobExecutions(String) - Method in interface org.springframework.batch.admin.service.SearchableJobExecutionDao
 
countJobExecutions() - Method in class org.springframework.batch.admin.service.SimpleJobService
 
countJobExecutionsForJob(String) - Method in interface org.springframework.batch.admin.service.JobService
Count the job executions in the repository for a job.
countJobExecutionsForJob(String) - Method in class org.springframework.batch.admin.service.SimpleJobService
 
countJobInstances(String) - Method in class org.springframework.batch.admin.service.JdbcSearchableJobInstanceDao
 
countJobInstances(String) - Method in interface org.springframework.batch.admin.service.JobService
Count the number of job instances in the repository for a given job name.
countJobInstances(String) - Method in interface org.springframework.batch.admin.service.SearchableJobInstanceDao
 
countJobInstances(String) - Method in class org.springframework.batch.admin.service.SimpleJobService
 
countJobs() - Method in interface org.springframework.batch.admin.service.JobService
Count the total number of jobs that can be returned by JobService.listJobs(int, int).
countJobs() - Method in class org.springframework.batch.admin.service.SimpleJobService
 
countStepExecutions(String, String) - Method in class org.springframework.batch.admin.service.JdbcSearchableStepExecutionDao
 
countStepExecutions(String, String) - Method in interface org.springframework.batch.admin.service.SearchableStepExecutionDao
Count all the step executions for a given step name pattern.
countStepExecutionsForStep(String, String) - Method in interface org.springframework.batch.admin.service.JobService
Count the step executions in the repository for a given step name (or pattern).
countStepExecutionsForStep(String, String) - Method in class org.springframework.batch.admin.service.SimpleJobService
 
createApplicationContextFactory(ApplicationContext, Resource) - Method in class org.springframework.batch.admin.integration.JobConfigurationResourceLoader
Create an application context from the resource provided.
createExecutionContextDao() - Method in class org.springframework.batch.admin.service.SimpleJobServiceFactoryBean
 
createFile(String) - Method in interface org.springframework.batch.admin.service.FileService
 
createFile(String) - Method in class org.springframework.batch.admin.service.LocalFileService
 
createJobExecutionDao() - Method in class org.springframework.batch.admin.service.SimpleJobServiceFactoryBean
 
createJobInstanceDao() - Method in class org.springframework.batch.admin.service.SimpleJobServiceFactoryBean
 
createMetricsForJob(String) - Method in interface org.springframework.batch.admin.jmx.JobExecutionMetricsFactory
 
createMetricsForStep(String, String) - Method in interface org.springframework.batch.admin.jmx.StepExecutionMetricsFactory
 
createStepExecutionDao() - Method in class org.springframework.batch.admin.service.SimpleJobServiceFactoryBean
 
CumulativeHistory - Class in org.springframework.batch.admin.history
 
CumulativeHistory() - Constructor for class org.springframework.batch.admin.history.CumulativeHistory
 

D

DEFAULT_DOMAIN - Static variable in class org.springframework.batch.admin.jmx.BatchMBeanExporter
 
DefaultResourceService - Class in org.springframework.batch.admin.web.resources
 
DefaultResourceService() - Constructor for class org.springframework.batch.admin.web.resources.DefaultResourceService
 
DelegateStep - Class in org.springframework.batch.integration.step
Provides a wrapper for an existing Step, delegating execution to it, but serving all other operations locally.
DelegateStep() - Constructor for class org.springframework.batch.integration.step.DelegateStep
 
delete(String) - Method in interface org.springframework.batch.admin.service.FileService
 
delete(String) - Method in class org.springframework.batch.admin.service.LocalFileService
 
delete(ModelMap, String) - Method in class org.springframework.batch.admin.web.FileController
 
destroy() - Method in class org.springframework.batch.admin.service.SimpleJobService
Stop all the active jobs and wait for them (up to a time out) to finish processing.
detail(Model, Long, Date, Errors) - Method in class org.springframework.batch.admin.web.JobExecutionController
 
detail(Model, Long, Long, Date, Errors) - Method in class org.springframework.batch.admin.web.StepExecutionController
 
details(ModelMap, String, Errors, int, int) - Method in class org.springframework.batch.admin.web.JobController
 
doExecute(StepExecution) - Method in class org.springframework.batch.integration.step.DelegateStep
 
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.springframework.batch.admin.web.filter.ParameterUnpackerFilter
 
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.springframework.batch.admin.web.filter.SessionIdFilter
 
doStart() - Method in class org.springframework.batch.admin.jmx.BatchMBeanExporter
 
doStop() - Method in class org.springframework.batch.admin.jmx.BatchMBeanExporter
 

E

equals(Object) - Method in class org.springframework.batch.admin.web.util.ResourceInfo
 
ExampleItemReader - Class in org.springframework.batch.admin.sample
ItemReader with hard-coded input data.
ExampleItemReader() - Constructor for class org.springframework.batch.admin.sample.ExampleItemReader
 
ExampleItemWriter - Class in org.springframework.batch.admin.sample
Dummy ItemWriter which only logs data it receives.
ExampleItemWriter() - Constructor for class org.springframework.batch.admin.sample.ExampleItemWriter
 
execute(StepExecution) - Method in class org.springframework.batch.admin.sample.RemoteStep
 
execute(Runnable) - Method in class org.springframework.batch.admin.util.ThrottledTaskExecutor
Submit a task for execution by the delegate task executor, blocking if the throttleLimit is exceeded.
ExecutionsMenu - Class in org.springframework.batch.admin.web
 
ExecutionsMenu() - Constructor for class org.springframework.batch.admin.web.ExecutionsMenu
 
extract(ChunkResponse, boolean) - Method in class org.springframework.batch.integration.chunk.JmsRedeliveredExtractor
 
extractPathKeys(String, String) - Method in class org.springframework.batch.admin.web.filter.ParameterUnpackerFilter
 

F

FileController - Class in org.springframework.batch.admin.web
Controller for uploading and managing files.
FileController() - Constructor for class org.springframework.batch.admin.web.FileController
 
FileInfo - Class in org.springframework.batch.admin.service
 
FileInfo(String) - Constructor for class org.springframework.batch.admin.service.FileInfo
 
FileInfo(String, String, boolean) - Constructor for class org.springframework.batch.admin.service.FileInfo
 
FileParentDirectoryFilter - Class in org.springframework.batch.admin.integration
 
FileParentDirectoryFilter() - Constructor for class org.springframework.batch.admin.integration.FileParentDirectoryFilter
 
FileSender - Interface in org.springframework.batch.admin.service
 
FileService - Interface in org.springframework.batch.admin.service
Encapsulation of file storage and creation hiding the actual location of the files, but allowing their contents to be accessed by clients.
FileServiceResourceConverter - Class in org.springframework.batch.admin.service
Converter for String to Resource that knows about local files managed by a FileService.
FileServiceResourceConverter() - Constructor for class org.springframework.batch.admin.service.FileServiceResourceConverter
Convenient constructor for declarative configuration purposes.
FileServiceResourceConverter(FileService) - Constructor for class org.springframework.batch.admin.service.FileServiceResourceConverter
 
FilesMenu - Class in org.springframework.batch.admin.web
 
FilesMenu() - Constructor for class org.springframework.batch.admin.web.FilesMenu
 
FileToJobLaunchRequestAdapter - Class in org.springframework.batch.admin.integration
Adapt a File to a JobLaunchRequest with a job parameter input.file equal to the path of the file.
FileToJobLaunchRequestAdapter() - Constructor for class org.springframework.batch.admin.integration.FileToJobLaunchRequestAdapter
 
FileToResourceAdapter - Class in org.springframework.batch.admin.integration
Adapt a File to a Spring Resource so it can be consumed by a generic consumer.
FileToResourceAdapter() - Constructor for class org.springframework.batch.admin.integration.FileToResourceAdapter
 
filter(File) - Method in class org.springframework.batch.admin.integration.FileParentDirectoryFilter
 
findStepExecutions(String, String, int, int) - Method in class org.springframework.batch.admin.service.JdbcSearchableStepExecutionDao
 
findStepExecutions(String, String, int, int) - Method in interface org.springframework.batch.admin.service.SearchableStepExecutionDao
Find all the step executions for a given step name, or step name pattern (with wildcards specified as '*') sorted in descending order of id.
findStepNamesForJobExecution(String, String) - Method in class org.springframework.batch.admin.service.JdbcSearchableStepExecutionDao
 
findStepNamesForJobExecution(String, String) - Method in interface org.springframework.batch.admin.service.SearchableStepExecutionDao
Find all the names of steps that have been executed as part of this job.
fromJobParameters(JobParameters) - Method in class org.springframework.batch.admin.web.JobParametersExtractor
 
fromString(String) - Method in class org.springframework.batch.admin.web.JobParametersExtractor
 

G

get(HttpServletRequest, HttpServletResponse, ModelMap, int, int, Date, Errors) - Method in class org.springframework.batch.admin.web.FileController
 
getBeanKeyForJobExecution(String) - Method in class org.springframework.batch.admin.jmx.BatchMBeanExporter
Encode the job name into an ObjectName in the form [domain]:type=JobExecution,name=[jobName].
getBeanKeyForStepExecution(String, String) - Method in class org.springframework.batch.admin.jmx.BatchMBeanExporter
Encode the job and step name into an ObjectName in the form [domain]:type=JobExecution,name=[jobName],step=[stepName].
getCommitCount() - Method in class org.springframework.batch.admin.history.StepExecutionHistory
 
getCount() - Method in class org.springframework.batch.admin.history.CumulativeHistory
 
getCount() - Method in class org.springframework.batch.admin.history.StepExecutionHistory
 
getDefaultDomain() - Method in class org.springframework.batch.admin.jmx.BatchMBeanExporter
Help method for extensions which need access to the default domain.
getDescription() - Method in class org.springframework.batch.admin.web.util.ResourceInfo
 
getDuration() - Method in class org.springframework.batch.admin.history.JobExecutionHistory
 
getDuration() - Method in class org.springframework.batch.admin.history.StepExecutionHistory
 
getDuration() - Method in class org.springframework.batch.admin.web.JobExecutionInfo
 
getDuration() - Method in class org.springframework.batch.admin.web.StepExecutionInfo
 
getDurationMillis() - Method in class org.springframework.batch.admin.web.StepExecutionInfo
 
getDurationPerRead() - Method in class org.springframework.batch.admin.history.StepExecutionHistory
 
getEstimatedPercentComplete() - Method in class org.springframework.batch.admin.web.StepExecutionProgress
 
getEstimatedPercentCompleteMessage() - Method in class org.springframework.batch.admin.web.StepExecutionProgress
 
getExecutionContext(Model, Long, Date, Errors) - Method in class org.springframework.batch.admin.web.JobExecutionController
 
getExecutionCount() - Method in interface org.springframework.batch.admin.jmx.JobExecutionMetrics
 
getExecutionCount() - Method in class org.springframework.batch.admin.jmx.SimpleJobExecutionMetrics
 
getExecutionCount() - Method in class org.springframework.batch.admin.jmx.SimpleStepExecutionMetrics
 
getExecutionCount() - Method in interface org.springframework.batch.admin.jmx.StepExecutionMetrics
 
getExecutionCount() - Method in class org.springframework.batch.admin.web.JobInfo
 
getExitCode() - Method in class org.springframework.batch.admin.web.StepExecutionInfo
 
getFailureCount() - Method in interface org.springframework.batch.admin.jmx.JobExecutionMetrics
 
getFailureCount() - Method in class org.springframework.batch.admin.jmx.SimpleJobExecutionMetrics
 
getFailureCount() - Method in class org.springframework.batch.admin.jmx.SimpleStepExecutionMetrics
 
getFailureCount() - Method in interface org.springframework.batch.admin.jmx.StepExecutionMetrics
 
getFile() - Method in class org.springframework.batch.admin.integration.MultipartJobConfigurationRequest
 
getFilename() - Method in class org.springframework.batch.admin.integration.JobConfigurationRequest
 
getFileName() - Method in class org.springframework.batch.admin.service.FileInfo
 
getFiles(int, int) - Method in interface org.springframework.batch.admin.service.FileService
 
getFiles(int, int) - Method in class org.springframework.batch.admin.service.LocalFileService
 
getFilterCount() - Method in class org.springframework.batch.admin.history.StepExecutionHistory
 
getId() - Method in class org.springframework.batch.admin.web.JobExecutionInfo
 
getId() - Method in class org.springframework.batch.admin.web.JobInstanceInfo
 
getId() - Method in class org.springframework.batch.admin.web.StepExecutionInfo
 
getInputChannelAttributeName() - Method in class org.springframework.batch.integration.config.xml.JobLaunchingGatewayParser
 
getItems() - Method in class org.springframework.batch.integration.chunk.ChunkRequest
 
getJob() - Method in class org.springframework.batch.integration.launch.JobLaunchRequest
 
getJobConfigurationRequest() - Method in class org.springframework.batch.admin.integration.MultipartJobConfigurationRequest
Extract the relevant data from the multipart and generate a new request.
getJobCount() - Method in class org.springframework.batch.admin.jmx.BatchMBeanExporter
 
getJobExecution(Long) - Method in interface org.springframework.batch.admin.service.JobService
Get a JobExecution by id.
getJobExecution(Long) - Method in class org.springframework.batch.admin.service.SimpleJobService
 
getJobExecution() - Method in class org.springframework.batch.admin.web.JobExecutionInfo
 
getJobExecutionCount() - Method in class org.springframework.batch.admin.jmx.BatchMBeanExporter
 
getJobExecutionCount() - Method in class org.springframework.batch.admin.web.JobInstanceInfo
 
getJobExecutionFailureCount() - Method in class org.springframework.batch.admin.jmx.BatchMBeanExporter
 
getJobExecutionId() - Method in class org.springframework.batch.admin.web.JobExecutionController.StopRequest
 
getJobExecutionId() - Method in class org.springframework.batch.admin.web.StepExecutionInfo
 
getJobExecutionId() - Method in class org.springframework.batch.integration.partition.StepExecutionRequest
 
getJobExecutions(String, int, int) - Method in class org.springframework.batch.admin.service.JdbcSearchableJobExecutionDao
 
getJobExecutions(int, int) - Method in class org.springframework.batch.admin.service.JdbcSearchableJobExecutionDao
 
getJobExecutions(String, int, int) - Method in interface org.springframework.batch.admin.service.SearchableJobExecutionDao
Get the JobExecutions for a specific job name in reverse order of creation (so normally of execution).
getJobExecutions(int, int) - Method in interface org.springframework.batch.admin.service.SearchableJobExecutionDao
Get the JobExecutions in reverse order of creation (so normally of execution).
getJobExecutions() - Method in class org.springframework.batch.admin.web.JobInstanceInfo
 
getJobExecutionsForJobInstance(String, Long) - Method in interface org.springframework.batch.admin.service.JobService
Get all the job executions for a given job instance.
getJobExecutionsForJobInstance(String, Long) - Method in class org.springframework.batch.admin.service.SimpleJobService
 
getJobId() - Method in class org.springframework.batch.admin.web.JobExecutionInfo
 
getJobId() - Method in class org.springframework.batch.integration.chunk.ChunkRequest
 
getJobId() - Method in class org.springframework.batch.integration.chunk.ChunkResponse
 
getJobInstance(long) - Method in interface org.springframework.batch.admin.service.JobService
Get a job instance by id.
getJobInstance(long) - Method in class org.springframework.batch.admin.service.SimpleJobService
 
getJobInstance() - Method in class org.springframework.batch.admin.web.JobInstanceInfo
 
getJobInstanceId() - Method in class org.springframework.batch.admin.web.JobInfo
 
getJobName() - Method in class org.springframework.batch.admin.history.JobExecutionHistory
 
getJobName(HttpServletRequest) - Method in class org.springframework.batch.admin.web.JobController
 
getJobName() - Method in class org.springframework.batch.admin.web.LaunchRequest
 
getJobName() - Method in class org.springframework.batch.admin.web.StepExecutionInfo
 
getJobNames() - Method in class org.springframework.batch.admin.jmx.BatchMBeanExporter
 
getJobNames() - Method in class org.springframework.batch.admin.launch.JobLauncherSynchronizer
 
getJobParameters() - Method in class org.springframework.batch.admin.web.JobExecutionInfo
 
getJobParameters() - Method in class org.springframework.batch.admin.web.LaunchRequest
 
getJobParameters() - Method in class org.springframework.batch.integration.launch.JobLaunchRequest
 
getJobParametersString() - Method in class org.springframework.batch.admin.web.JobExecutionInfo
 
getLabel() - Method in class org.springframework.batch.admin.web.resources.BaseMenu
 
getLabel() - Method in interface org.springframework.batch.admin.web.resources.Menu
 
getLastJobExecution() - Method in class org.springframework.batch.admin.web.JobInstanceInfo
 
getLastJobExecutionInfo() - Method in class org.springframework.batch.admin.web.JobInstanceInfo
 
getLastJobParameters(String) - Method in interface org.springframework.batch.admin.service.JobService
Get the last JobParameters used to execute a job successfully.
getLastJobParameters(String) - Method in class org.springframework.batch.admin.service.SimpleJobService
 
getLatestCommitCount() - Method in class org.springframework.batch.admin.jmx.SimpleStepExecutionMetrics
 
getLatestCommitCount() - Method in interface org.springframework.batch.admin.jmx.StepExecutionMetrics
 
getLatestDuration() - Method in interface org.springframework.batch.admin.jmx.JobExecutionMetrics
 
getLatestDuration() - Method in class org.springframework.batch.admin.jmx.SimpleJobExecutionMetrics
 
getLatestDuration() - Method in class org.springframework.batch.admin.jmx.SimpleStepExecutionMetrics
 
getLatestDuration() - Method in interface org.springframework.batch.admin.jmx.StepExecutionMetrics
 
getLatestEndTime() - Method in interface org.springframework.batch.admin.jmx.JobExecutionMetrics
 
getLatestEndTime() - Method in class org.springframework.batch.admin.jmx.SimpleJobExecutionMetrics
 
getLatestExecutionId() - Method in interface org.springframework.batch.admin.jmx.JobExecutionMetrics
 
getLatestExecutionId() - Method in class org.springframework.batch.admin.jmx.SimpleJobExecutionMetrics
 
getLatestExecutionId() - Method in class org.springframework.batch.admin.jmx.SimpleStepExecutionMetrics
 
getLatestExecutionId() - Method in interface org.springframework.batch.admin.jmx.StepExecutionMetrics
 
getLatestExitCode() - Method in interface org.springframework.batch.admin.jmx.JobExecutionMetrics
 
getLatestExitCode() - Method in class org.springframework.batch.admin.jmx.SimpleJobExecutionMetrics
 
getLatestExitCode() - Method in class org.springframework.batch.admin.jmx.SimpleStepExecutionMetrics
 
getLatestExitCode() - Method in interface org.springframework.batch.admin.jmx.StepExecutionMetrics
 
getLatestExitDescription() - Method in class org.springframework.batch.admin.jmx.SimpleStepExecutionMetrics
 
getLatestExitDescription() - Method in interface org.springframework.batch.admin.jmx.StepExecutionMetrics
 
getLatestFilterCount() - Method in class org.springframework.batch.admin.jmx.SimpleStepExecutionMetrics
 
getLatestFilterCount() - Method in interface org.springframework.batch.admin.jmx.StepExecutionMetrics
 
getLatestReadCount() - Method in class org.springframework.batch.admin.jmx.SimpleStepExecutionMetrics
 
getLatestReadCount() - Method in interface org.springframework.batch.admin.jmx.StepExecutionMetrics
 
getLatestRollbackCount() - Method in class org.springframework.batch.admin.jmx.SimpleStepExecutionMetrics
 
getLatestRollbackCount() - Method in interface org.springframework.batch.admin.jmx.StepExecutionMetrics
 
getLatestSkipCount() - Method in class org.springframework.batch.admin.jmx.SimpleStepExecutionMetrics
 
getLatestSkipCount() - Method in interface org.springframework.batch.admin.jmx.StepExecutionMetrics
 
getLatestStartTime() - Method in interface org.springframework.batch.admin.jmx.JobExecutionMetrics
 
getLatestStartTime() - Method in class org.springframework.batch.admin.jmx.SimpleJobExecutionMetrics
 
getLatestStatus() - Method in interface org.springframework.batch.admin.jmx.JobExecutionMetrics
 
getLatestStatus() - Method in class org.springframework.batch.admin.jmx.SimpleJobExecutionMetrics
 
getLatestStatus() - Method in class org.springframework.batch.admin.jmx.SimpleStepExecutionMetrics
 
getLatestStatus() - Method in interface org.springframework.batch.admin.jmx.StepExecutionMetrics
 
getLatestStepExitDescription() - Method in interface org.springframework.batch.admin.jmx.JobExecutionMetrics
 
getLatestStepExitDescription() - Method in class org.springframework.batch.admin.jmx.SimpleJobExecutionMetrics
 
getLatestStepName() - Method in interface org.springframework.batch.admin.jmx.JobExecutionMetrics
 
getLatestStepName() - Method in class org.springframework.batch.admin.jmx.SimpleJobExecutionMetrics
 
getLatestWriteCount() - Method in class org.springframework.batch.admin.jmx.SimpleStepExecutionMetrics
 
getLatestWriteCount() - Method in interface org.springframework.batch.admin.jmx.StepExecutionMetrics
 
getMax() - Method in class org.springframework.batch.admin.history.CumulativeHistory
 
getMaxDuration() - Method in interface org.springframework.batch.admin.jmx.JobExecutionMetrics
 
getMaxDuration() - Method in class org.springframework.batch.admin.jmx.SimpleJobExecutionMetrics
 
getMaxDuration() - Method in class org.springframework.batch.admin.jmx.SimpleStepExecutionMetrics
 
getMaxDuration() - Method in interface org.springframework.batch.admin.jmx.StepExecutionMetrics
 
getMean() - Method in class org.springframework.batch.admin.history.CumulativeHistory
 
getMeanDuration() - Method in interface org.springframework.batch.admin.jmx.JobExecutionMetrics
 
getMeanDuration() - Method in class org.springframework.batch.admin.jmx.SimpleJobExecutionMetrics
 
getMeanDuration() - Method in class org.springframework.batch.admin.jmx.SimpleStepExecutionMetrics
 
getMeanDuration() - Method in interface org.springframework.batch.admin.jmx.StepExecutionMetrics
 
getMenus() - Method in class org.springframework.batch.admin.web.resources.MenuManager
 
getMessage() - Method in class org.springframework.batch.integration.chunk.ChunkResponse
 
getMethod() - Method in class org.springframework.batch.admin.web.util.ResourceInfo
 
getMin() - Method in class org.springframework.batch.admin.history.CumulativeHistory
 
getName() - Method in class org.springframework.batch.admin.sample.RemoteStep
 
getName() - Method in class org.springframework.batch.admin.web.JobExecutionInfo
 
getName() - Method in class org.springframework.batch.admin.web.JobInfo
 
getName() - Method in class org.springframework.batch.admin.web.StepExecutionInfo
 
getNext(JobParameters) - Method in class org.springframework.batch.admin.sample.TrivialJobParametersIncrementer
 
getObject() - Method in class org.springframework.batch.admin.jmx.StepExecutionServiceLevelMonitor
 
getObject() - Method in class org.springframework.batch.admin.sample.StepLocatorStepFactoryBean
 
getObject() - Method in class org.springframework.batch.admin.service.SimpleJobServiceFactoryBean
Create a SimpleJobService from the configuration provided.
getObject() - Method in class org.springframework.batch.integration.chunk.RemoteChunkHandlerFactoryBean
Builds a ChunkHandler from the ChunkProcessor extracted from the step provided.
getObjectType() - Method in class org.springframework.batch.admin.jmx.StepExecutionServiceLevelMonitor
 
getObjectType() - Method in class org.springframework.batch.admin.sample.StepLocatorStepFactoryBean
Tell clients that we are a factory for Step instances.
getObjectType() - Method in class org.springframework.batch.admin.service.SimpleJobServiceFactoryBean
Tells the containing bean factory what kind of object is the product of SimpleJobServiceFactoryBean.getObject().
getObjectType() - Method in class org.springframework.batch.integration.chunk.RemoteChunkHandlerFactoryBean
The type of object created by this factory.
getOrder() - Method in class org.springframework.batch.admin.web.resources.BaseMenu
 
getOrder() - Method in interface org.springframework.batch.admin.web.resources.Menu
 
getPath() - Method in class org.springframework.batch.admin.service.FileInfo
 
getPattern() - Method in class org.springframework.batch.admin.service.FileInfo
 
getPhase() - Method in class org.springframework.batch.admin.jmx.BatchMBeanExporter
 
getPrefix() - Method in class org.springframework.batch.admin.web.resources.BaseMenu
 
getProcessSkipCount() - Method in class org.springframework.batch.admin.history.StepExecutionHistory
 
getReadCount() - Method in class org.springframework.batch.admin.history.StepExecutionHistory
 
getReadSkipCount() - Method in class org.springframework.batch.admin.history.StepExecutionHistory
 
getRenderFragments(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.batch.admin.web.freemarker.AjaxFreeMarkerView
 
getResource(String) - Method in interface org.springframework.batch.admin.service.FileService
 
getResource(String) - Method in class org.springframework.batch.admin.service.LocalFileService
 
getResources(HttpServletRequest, ModelMap) - Method in class org.springframework.batch.admin.web.util.HomeController
Inspect the handler mapping at the level of HTTP RequestMethod.
getRollbackCount() - Method in class org.springframework.batch.admin.history.StepExecutionHistory
 
getRunningJobExecutions() - Method in class org.springframework.batch.admin.service.JdbcSearchableJobExecutionDao
 
getRunningJobExecutions() - Method in interface org.springframework.batch.admin.service.SearchableJobExecutionDao
Find all the running executions (status less than STOPPING).
getSequence() - Method in class org.springframework.batch.integration.chunk.ChunkRequest
 
getSequence() - Method in class org.springframework.batch.integration.chunk.ChunkResponse
 
getServletPath() - Method in class org.springframework.batch.admin.web.resources.DefaultResourceService
 
getServletPath() - Method in interface org.springframework.batch.admin.web.resources.ResourceService
 
getStandardDeviation() - Method in class org.springframework.batch.admin.history.CumulativeHistory
 
getStartDate() - Method in class org.springframework.batch.admin.web.JobExecutionInfo
 
getStartDate() - Method in class org.springframework.batch.admin.web.StepExecutionInfo
 
getStartLimit() - Method in class org.springframework.batch.admin.sample.RemoteStep
 
getStartTime() - Method in class org.springframework.batch.admin.web.JobExecutionInfo
 
getStartTime() - Method in class org.springframework.batch.admin.web.StepExecutionInfo
 
getStatus() - Method in class org.springframework.batch.admin.web.StepExecutionInfo
 
getStep(String) - Method in class org.springframework.batch.admin.service.JobLocatorStepLocator
Locate a step by referencing it through its parent job with a separator, e.g.
getStep(String) - Method in class org.springframework.batch.integration.partition.BeanFactoryStepLocator
Look up a bean with the provided name of type Step.
getStepContribution() - Method in class org.springframework.batch.integration.chunk.ChunkRequest
 
getStepContribution() - Method in class org.springframework.batch.integration.chunk.ChunkResponse
 
getStepContributions() - Method in class org.springframework.batch.integration.chunk.ChunkMessageChannelItemWriter
 
getStepContributions() - Method in interface org.springframework.batch.integration.chunk.StepContributionSource
Get the currently available contributions and drain the source.
getStepCount() - Method in class org.springframework.batch.admin.jmx.BatchMBeanExporter
 
getStepExecution(Long, Long) - Method in interface org.springframework.batch.admin.service.JobService
Locate a StepExecution from its id and that of its parent JobExecution.
getStepExecution(Long, Long) - Method in class org.springframework.batch.admin.service.SimpleJobService
 
getStepExecution() - Method in class org.springframework.batch.admin.web.StepExecutionInfo
 
getStepExecutionContext(Model, Long, Long, Date, Errors) - Method in class org.springframework.batch.admin.web.StepExecutionController
 
getStepExecutionCount() - Method in class org.springframework.batch.admin.web.JobExecutionInfo
 
getStepExecutionId() - Method in class org.springframework.batch.integration.partition.StepExecutionRequest
 
getStepExecutions(Long) - Method in interface org.springframework.batch.admin.service.JobService
Get the step executions for a given job execution (by id).
getStepExecutions(Long) - Method in class org.springframework.batch.admin.service.SimpleJobService
 
getStepName() - Method in class org.springframework.batch.admin.history.StepExecutionHistory
 
getStepName() - Method in class org.springframework.batch.integration.partition.StepExecutionRequest
 
getStepNames() - Method in class org.springframework.batch.admin.jmx.BatchMBeanExporter
 
getStepNames() - Method in class org.springframework.batch.admin.service.JobLocatorStepLocator
Loop through all the jobs and pull out their step names.
getStepNames() - Method in class org.springframework.batch.integration.partition.BeanFactoryStepLocator
Look in the bean factory for all beans of type Step.
getStepNamesForJob(String) - Method in interface org.springframework.batch.admin.service.JobService
Get the names of the steps in a job (or a historical list of recent execution names if the Job is not launchable).
getStepNamesForJob(String) - Method in class org.springframework.batch.admin.service.SimpleJobService
 
getSupportedMediaTypes() - Method in class org.springframework.batch.admin.web.BindingHttpMessageConverter
 
getTemplateLoaderForPath(String) - Method in class org.springframework.batch.admin.web.freemarker.HippyFreeMarkerConfigurer
 
getTimestamp() - Method in class org.springframework.batch.admin.service.FileInfo
 
getTimeZone() - Method in class org.springframework.batch.admin.web.JobExecutionInfo
 
getUploadDirectory() - Method in class org.springframework.batch.admin.service.LocalFileService
 
getUrl() - Method in class org.springframework.batch.admin.web.resources.BaseMenu
 
getUrl() - Method in interface org.springframework.batch.admin.web.resources.Menu
 
getUrl() - Method in class org.springframework.batch.admin.web.util.ResourceInfo
 
getUrlPatterns() - Method in class org.springframework.batch.admin.web.util.HomeController
The set of unique URI patterns mapped, excluding implicit mappings.
getWriteCount() - Method in class org.springframework.batch.admin.history.StepExecutionHistory
 
getWriteSkipCount() - Method in class org.springframework.batch.admin.history.StepExecutionHistory
 
getXml() - Method in class org.springframework.batch.admin.integration.JobConfigurationRequest
 

H

handle(StepExecutionSplitter, StepExecution) - Method in class org.springframework.batch.integration.partition.MessageChannelPartitionHandler
Sends StepExecutionRequest objects to the request channel of the MessagingOperations, and then receives the result back as a list of StepExecution on a reply channel.
handle(StepExecutionRequest) - Method in class org.springframework.batch.integration.partition.StepExecutionRequestHandler
 
handleChunk(ChunkRequest<T>) - Method in interface org.springframework.batch.integration.chunk.ChunkHandler
Handle the chunk, processing all the items and returning a response summarising the result.
handleChunk(ChunkRequest<S>) - Method in class org.springframework.batch.integration.chunk.ChunkProcessorChunkHandler
 
handleRequest(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.batch.admin.web.ViewHandler
 
handleRequestMessage(Message<?>) - Method in class org.springframework.batch.integration.launch.JobLaunchingGateway
Launches a Batch Job using the provided request Message.
hashCode() - Method in class org.springframework.batch.admin.web.util.ResourceInfo
 
HippyFreeMarkerConfigurer - Class in org.springframework.batch.admin.web.freemarker
 
HippyFreeMarkerConfigurer() - Constructor for class org.springframework.batch.admin.web.freemarker.HippyFreeMarkerConfigurer
 
history(Model, Long, Long, Date, Errors) - Method in class org.springframework.batch.admin.web.StepExecutionController
 
HomeController - Class in org.springframework.batch.admin.web.util
Component that discovers request mappings in its application context and reveals their meta data.
HomeController() - Constructor for class org.springframework.batch.admin.web.util.HomeController
 
HomeMenu - Class in org.springframework.batch.admin.web
 
HomeMenu() - Constructor for class org.springframework.batch.admin.web.HomeMenu
 

I

init() - Method in class org.springframework.batch.integration.config.xml.BatchIntegrationNamespaceHandler
 
isAbandonable() - Method in class org.springframework.batch.admin.web.JobExecutionInfo
 
isAjaxRequest(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.batch.admin.web.freemarker.AjaxFreeMarkerView
 
isAllowStartIfComplete() - Method in class org.springframework.batch.admin.sample.RemoteStep
 
isAutoStartup() - Method in class org.springframework.batch.admin.jmx.BatchMBeanExporter
 
isIncrementable(String) - Method in interface org.springframework.batch.admin.service.JobService
Check if a job has a JobParametersIncrementer.
isIncrementable(String) - Method in class org.springframework.batch.admin.service.SimpleJobService
 
isIncrementable() - Method in class org.springframework.batch.admin.web.JobInfo
 
isJobRunning() - Method in interface org.springframework.batch.admin.jmx.JobExecutionMetrics
 
isJobRunning() - Method in class org.springframework.batch.admin.jmx.SimpleJobExecutionMetrics
 
isLaunchable(String) - Method in interface org.springframework.batch.admin.service.JobService
Convenience method to determine if a job is available for launching.
isLaunchable(String) - Method in class org.springframework.batch.admin.service.SimpleJobService
 
isLaunchable() - Method in class org.springframework.batch.admin.web.JobInfo
 
isLocal() - Method in class org.springframework.batch.admin.service.FileInfo
 
isRedelivered() - Method in class org.springframework.batch.integration.chunk.ChunkResponse
 
isRestartable() - Method in class org.springframework.batch.admin.web.JobExecutionInfo
 
isRunning() - Method in class org.springframework.batch.admin.jmx.BatchMBeanExporter
 
isSingleton() - Method in class org.springframework.batch.admin.jmx.StepExecutionServiceLevelMonitor
 
isSingleton() - Method in class org.springframework.batch.admin.sample.StepLocatorStepFactoryBean
Always return true as optimization for bean factory.
isSingleton() - Method in class org.springframework.batch.admin.service.SimpleJobServiceFactoryBean
Allows optimisation in the containing bean factory.
isSingleton() - Method in class org.springframework.batch.integration.chunk.RemoteChunkHandlerFactoryBean
Optimization for the bean facctory (always returns true).
isStoppable() - Method in class org.springframework.batch.admin.web.JobExecutionInfo
 
isSuccessful() - Method in class org.springframework.batch.integration.chunk.ChunkResponse
 

J

JdbcSearchableJobExecutionDao - Class in org.springframework.batch.admin.service
 
JdbcSearchableJobExecutionDao() - Constructor for class org.springframework.batch.admin.service.JdbcSearchableJobExecutionDao
 
JdbcSearchableJobExecutionDao.JobExecutionRowMapper - Class in org.springframework.batch.admin.service
Re-usable mapper for JobExecution instances.
JdbcSearchableJobInstanceDao - Class in org.springframework.batch.admin.service
 
JdbcSearchableJobInstanceDao() - Constructor for class org.springframework.batch.admin.service.JdbcSearchableJobInstanceDao
 
JdbcSearchableStepExecutionDao - Class in org.springframework.batch.admin.service
 
JdbcSearchableStepExecutionDao() - Constructor for class org.springframework.batch.admin.service.JdbcSearchableStepExecutionDao
 
JmsRedeliveredExtractor - Class in org.springframework.batch.integration.chunk
 
JmsRedeliveredExtractor() - Constructor for class org.springframework.batch.integration.chunk.JmsRedeliveredExtractor
 
JobConfigurationRequest - Class in org.springframework.batch.admin.integration
Convenient model object for binding XML configuration data from a form submission.
JobConfigurationRequest() - Constructor for class org.springframework.batch.admin.integration.JobConfigurationRequest
 
JobConfigurationRequestToResourceAdapter - Class in org.springframework.batch.admin.integration
Adapt a JobConfigurationRequest to a Spring Resource so it can be handled by a generic consumer.
JobConfigurationRequestToResourceAdapter() - Constructor for class org.springframework.batch.admin.integration.JobConfigurationRequestToResourceAdapter
 
JobConfigurationResourceLoader - Class in org.springframework.batch.admin.integration
Load XML from a Spring Resource and create an ApplicationContext, registering any Job instances defined in a JobRegistry.
JobConfigurationResourceLoader() - Constructor for class org.springframework.batch.admin.integration.JobConfigurationResourceLoader
 
JobController - Class in org.springframework.batch.admin.web
Controller for listing and launching jobs.
JobController(JobService) - Constructor for class org.springframework.batch.admin.web.JobController
 
JobExecutionController - Class in org.springframework.batch.admin.web
Controller for job executions.
JobExecutionController(JobService) - Constructor for class org.springframework.batch.admin.web.JobExecutionController
 
JobExecutionController.StopRequest - Class in org.springframework.batch.admin.web
 
JobExecutionHistory - Class in org.springframework.batch.admin.history
 
JobExecutionHistory(String) - Constructor for class org.springframework.batch.admin.history.JobExecutionHistory
 
JobExecutionInfo - Class in org.springframework.batch.admin.web
 
JobExecutionInfo(JobExecution, TimeZone) - Constructor for class org.springframework.batch.admin.web.JobExecutionInfo
 
JobExecutionMetrics - Interface in org.springframework.batch.admin.jmx
 
JobExecutionMetricsFactory - Interface in org.springframework.batch.admin.jmx
Strategy for creating JobExecutionMetrics.
JobExecutionRowMapper() - Constructor for class org.springframework.batch.admin.service.JdbcSearchableJobExecutionDao.JobExecutionRowMapper
 
JobInfo - Class in org.springframework.batch.admin.web
 
JobInfo(String, int) - Constructor for class org.springframework.batch.admin.web.JobInfo
 
JobInfo(String, int, boolean) - Constructor for class org.springframework.batch.admin.web.JobInfo
 
JobInfo(String, int, boolean, boolean) - Constructor for class org.springframework.batch.admin.web.JobInfo
 
JobInfo(String, int, Long, boolean, boolean) - Constructor for class org.springframework.batch.admin.web.JobInfo
 
JobInstanceInfo - Class in org.springframework.batch.admin.web
 
JobInstanceInfo(JobInstance, Collection<JobExecution>, TimeZone) - Constructor for class org.springframework.batch.admin.web.JobInstanceInfo
 
JobInstanceInfo(JobInstance, Collection<JobExecution>) - Constructor for class org.springframework.batch.admin.web.JobInstanceInfo
 
JobLauncherSynchronizer - Class in org.springframework.batch.admin.launch
Wrapper for a JobLauncher that synchronizes jobs globally so that only one execution of a given Job can be active at once.
JobLauncherSynchronizer() - Constructor for class org.springframework.batch.admin.launch.JobLauncherSynchronizer
 
JobLaunchingGateway - Class in org.springframework.batch.integration.launch
The JobLaunchingGateway is used to launch Batch Jobs.
JobLaunchingGateway(JobLauncher) - Constructor for class org.springframework.batch.integration.launch.JobLaunchingGateway
Constructor taking a JobLauncher as parameter.
JobLaunchingGatewayParser - Class in org.springframework.batch.integration.config.xml
The parser for the Job-Launching Gateway, which will instantiate a JobLaunchingGatewayParser.
JobLaunchingGatewayParser() - Constructor for class org.springframework.batch.integration.config.xml.JobLaunchingGatewayParser
 
JobLaunchingMessageHandler - Class in org.springframework.batch.integration.launch
Message handler which uses strategies to convert a Message into a job and a set of job parameters
JobLaunchingMessageHandler(JobLauncher) - Constructor for class org.springframework.batch.integration.launch.JobLaunchingMessageHandler
 
JobLaunchRequest - Class in org.springframework.batch.integration.launch
Encapsulation of a Job and its JobParameters forming a request for a job to be launched.
JobLaunchRequest(Job, JobParameters) - Constructor for class org.springframework.batch.integration.launch.JobLaunchRequest
 
JobLaunchRequestHandler - Interface in org.springframework.batch.integration.launch
Interface for handling a JobLaunchRequest and returning a JobExecution.
JobLocatorStepLocator - Class in org.springframework.batch.admin.service
 
JobLocatorStepLocator(ListableJobLocator) - Constructor for class org.springframework.batch.admin.service.JobLocatorStepLocator
Create an instance from this JobLocator.
JobLocatorStepLocator() - Constructor for class org.springframework.batch.admin.service.JobLocatorStepLocator
Convenience constructor for declarative configuration.
JobNameToJobRestartRequestAdapter - Class in org.springframework.batch.admin.integration
Adapt a job name to a LaunchRequest for restarting the last failed execution of the Job.
JobNameToJobRestartRequestAdapter() - Constructor for class org.springframework.batch.admin.integration.JobNameToJobRestartRequestAdapter
 
JobParametersExtractor - Class in org.springframework.batch.admin.web
Helper class for extracting a String representation of JobParameters for rendering.
JobParametersExtractor() - Constructor for class org.springframework.batch.admin.web.JobParametersExtractor
 
jobs(ModelMap, int, int) - Method in class org.springframework.batch.admin.web.JobController
 
JobService - Interface in org.springframework.batch.admin.service
Interface for general purpose monitoring and management of Batch jobs.
JobsMenu - Class in org.springframework.batch.admin.web
 
JobsMenu() - Constructor for class org.springframework.batch.admin.web.JobsMenu
 

L

LastJobParametersJobLaunchRequestEnhancer - Class in org.springframework.batch.admin.integration
Adapt a JobLaunchRequest so that it picks up the job parameters from the last execution if possible.
LastJobParametersJobLaunchRequestEnhancer() - Constructor for class org.springframework.batch.admin.integration.LastJobParametersJobLaunchRequestEnhancer
 
launch(String, JobParameters) - Method in interface org.springframework.batch.admin.service.JobService
Launch a job with the parameters provided.
launch(String, JobParameters) - Method in class org.springframework.batch.admin.service.SimpleJobService
 
launch(ModelMap, String, LaunchRequest, Errors, String) - Method in class org.springframework.batch.admin.web.JobController
 
launch(JobLaunchRequest) - Method in class org.springframework.batch.integration.launch.JobLaunchingMessageHandler
 
launch(JobLaunchRequest) - Method in interface org.springframework.batch.integration.launch.JobLaunchRequestHandler
 
LaunchRequest - Class in org.springframework.batch.admin.web
 
LaunchRequest() - Constructor for class org.springframework.batch.admin.web.LaunchRequest
 
list(ModelMap, int, int) - Method in class org.springframework.batch.admin.web.FileController
 
list(ModelMap, int, int) - Method in class org.springframework.batch.admin.web.JobExecutionController
 
list(Model, Long, Date, Errors) - Method in class org.springframework.batch.admin.web.StepExecutionController
 
listForInstance(Model, String, long, Date, Errors) - Method in class org.springframework.batch.admin.web.JobExecutionController
 
listForJob(ModelMap, String, Date, Errors, int, int) - Method in class org.springframework.batch.admin.web.JobExecutionController
 
listJobExecutions(int, int) - Method in interface org.springframework.batch.admin.service.JobService
List the job executions in descending order of creation (usually close to execution order).
listJobExecutions(int, int) - Method in class org.springframework.batch.admin.service.SimpleJobService
 
listJobExecutionsForJob(String, int, int) - Method in interface org.springframework.batch.admin.service.JobService
List the job executions for a job in descending order of creation (usually close to execution order).
listJobExecutionsForJob(String, int, int) - Method in class org.springframework.batch.admin.service.SimpleJobService
 
listJobInstances(String, int, int) - Method in interface org.springframework.batch.admin.service.JobService
List the job instances in descending order of creation (usually close to order of execution).
listJobInstances(String, int, int) - Method in class org.springframework.batch.admin.service.SimpleJobService
 
listJobs(int, int) - Method in interface org.springframework.batch.admin.service.JobService
Query the job names in the system, either launchable or not.
listJobs(int, int) - Method in class org.springframework.batch.admin.service.SimpleJobService
 
listStepExecutionsForStep(String, String, int, int) - Method in interface org.springframework.batch.admin.service.JobService
List the step executions for a step in descending order of creation (usually close to execution order).
listStepExecutionsForStep(String, String, int, int) - Method in class org.springframework.batch.admin.service.SimpleJobService
 
loadJobs(Resource) - Method in class org.springframework.batch.admin.integration.JobConfigurationResourceLoader
 
LocalFileService - Class in org.springframework.batch.admin.service
An implementation of FileService that deals with files only in the local file system.
LocalFileService() - Constructor for class org.springframework.batch.admin.service.LocalFileService
 

M

mapRow(ResultSet, int) - Method in class org.springframework.batch.admin.service.JdbcSearchableJobExecutionDao.JobExecutionRowMapper
 
Menu - Interface in org.springframework.batch.admin.web.resources
Interface for menu component contributions.
MenuManager - Class in org.springframework.batch.admin.web.resources
Aggregator for Menu contributions.
MenuManager() - Constructor for class org.springframework.batch.admin.web.resources.MenuManager
 
MessageChannelPartitionHandler - Class in org.springframework.batch.integration.partition
A PartitionHandler that uses MessageChannel instances to send instructions to remote workers and receive their responses.
MessageChannelPartitionHandler() - Constructor for class org.springframework.batch.integration.partition.MessageChannelPartitionHandler
 
MessageSourcePollerInterceptor - Class in org.springframework.batch.integration.chunk
A ChannelInterceptor that turns a pollable channel into a "pass-thru channel": if a client calls receive() on the channel it will delegate to a MessageSource to pull the message directly from an external source.
MessageSourcePollerInterceptor() - Constructor for class org.springframework.batch.integration.chunk.MessageSourcePollerInterceptor
Convenient default constructor for configuration purposes.
MessageSourcePollerInterceptor(MessageSource<?>) - Constructor for class org.springframework.batch.integration.chunk.MessageSourcePollerInterceptor
 
MultipartJobConfigurationRequest - Class in org.springframework.batch.admin.integration
 
MultipartJobConfigurationRequest() - Constructor for class org.springframework.batch.admin.integration.MultipartJobConfigurationRequest
 
MultipartToJobConfigurationRequestTransformer - Class in org.springframework.batch.admin.integration
 
MultipartToJobConfigurationRequestTransformer() - Constructor for class org.springframework.batch.admin.integration.MultipartToJobConfigurationRequestTransformer
 

N

NoSuchStepExecutionException - Exception in org.springframework.batch.admin.service
 
NoSuchStepExecutionException(String, Throwable) - Constructor for exception org.springframework.batch.admin.service.NoSuchStepExecutionException
 
NoSuchStepExecutionException(String) - Constructor for exception org.springframework.batch.admin.service.NoSuchStepExecutionException
 

O

open(ExecutionContext) - Method in class org.springframework.batch.integration.chunk.ChunkMessageChannelItemWriter
 
org.springframework.batch.admin.history - package org.springframework.batch.admin.history
 
org.springframework.batch.admin.integration - package org.springframework.batch.admin.integration
 
org.springframework.batch.admin.jmx - package org.springframework.batch.admin.jmx
 
org.springframework.batch.admin.launch - package org.springframework.batch.admin.launch
 
org.springframework.batch.admin.sample - package org.springframework.batch.admin.sample
 
org.springframework.batch.admin.service - package org.springframework.batch.admin.service
 
org.springframework.batch.admin.util - package org.springframework.batch.admin.util
 
org.springframework.batch.admin.web - package org.springframework.batch.admin.web
 
org.springframework.batch.admin.web.filter - package org.springframework.batch.admin.web.filter
 
org.springframework.batch.admin.web.freemarker - package org.springframework.batch.admin.web.freemarker
 
org.springframework.batch.admin.web.interceptor - package org.springframework.batch.admin.web.interceptor
 
org.springframework.batch.admin.web.resources - package org.springframework.batch.admin.web.resources
 
org.springframework.batch.admin.web.util - package org.springframework.batch.admin.web.util
 
org.springframework.batch.integration.async - package org.springframework.batch.integration.async
 
org.springframework.batch.integration.chunk - package org.springframework.batch.integration.chunk
 
org.springframework.batch.integration.config.xml - package org.springframework.batch.integration.config.xml
 
org.springframework.batch.integration.launch - package org.springframework.batch.integration.launch
 
org.springframework.batch.integration.partition - package org.springframework.batch.integration.partition
 
org.springframework.batch.integration.step - package org.springframework.batch.integration.step
 
org.springframework.batch.poller.scheduling - package org.springframework.batch.poller.scheduling
 

P

ParameterUnpackerFilter - Class in org.springframework.batch.admin.web.filter
 
ParameterUnpackerFilter() - Constructor for class org.springframework.batch.admin.web.filter.ParameterUnpackerFilter
 
parseHandler(Element, ParserContext) - Method in class org.springframework.batch.integration.config.xml.JobLaunchingGatewayParser
 
poll(Callable<T>) - Method in class org.springframework.batch.poller.scheduling.TaskSchedulerPoller
 
postHandle(HttpServletRequest, HttpServletResponse, Object, ModelAndView) - Method in class org.springframework.batch.admin.web.interceptor.ContentTypeInterceptor
Compare the extension of the request path (if there is one) with the set provided, and if it matches then add the same extension to the view name, if it is not already present.
preHandle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.batch.admin.web.interceptor.ContentTypeInterceptor
 
preReceive(MessageChannel) - Method in class org.springframework.batch.integration.chunk.MessageSourcePollerInterceptor
Receive from the MessageSource and send immediately to the input channel, so that the call that we are intercepting always a message to receive.
preSend(Message<?>, MessageChannel) - Method in class org.springframework.batch.integration.async.StepExecutionInterceptor
 
process(I) - Method in class org.springframework.batch.integration.async.AsyncItemProcessor
Transform the input by delegating to the provided item processor.
publish(FileInfo) - Method in interface org.springframework.batch.admin.service.FileService
 
publish(FileInfo) - Method in class org.springframework.batch.admin.service.LocalFileService
 

R

read() - Method in class org.springframework.batch.admin.sample.ExampleItemReader
Reads next record from input
read(Class<? extends T>, HttpInputMessage) - Method in class org.springframework.batch.admin.web.BindingHttpMessageConverter
 
registerBeans() - Method in class org.springframework.batch.admin.jmx.BatchMBeanExporter
 
RemoteChunkHandlerFactoryBean<T> - Class in org.springframework.batch.integration.chunk
Convenient factory bean for a chunk handler that also converts an existing chunk-oriented step into a remote chunk master.
RemoteChunkHandlerFactoryBean() - Constructor for class org.springframework.batch.integration.chunk.RemoteChunkHandlerFactoryBean
 
RemoteStep - Class in org.springframework.batch.admin.sample
Workaround for BATCH-1692, BATCH-1693.
RemoteStep() - Constructor for class org.springframework.batch.admin.sample.RemoteStep
 
removeInactiveExecutions() - Method in class org.springframework.batch.admin.service.SimpleJobService
Check all the active executions and see if they are still actually running.
removeJobName(String) - Method in class org.springframework.batch.admin.launch.JobLauncherSynchronizer
Remove a job name from the list to synchronize.
renderMergedTemplateModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.batch.admin.web.freemarker.AjaxFreeMarkerView
 
ResourceInfo - Class in org.springframework.batch.admin.web.util
 
ResourceInfo(String, RequestMethod) - Constructor for class org.springframework.batch.admin.web.util.ResourceInfo
 
ResourceInfo(String, RequestMethod, String) - Constructor for class org.springframework.batch.admin.web.util.ResourceInfo
 
ResourceService - Interface in org.springframework.batch.admin.web.resources
Service abstraction for simple resources in the application.
restart(Long) - Method in interface org.springframework.batch.admin.service.JobService
Launch a job with the parameters provided.
restart(Long) - Method in class org.springframework.batch.admin.service.SimpleJobService
 
restart(Model, String, long, Date, Errors) - Method in class org.springframework.batch.admin.web.JobExecutionController
 

S

saveJobExecution(JobExecution) - Method in class org.springframework.batch.admin.service.JdbcSearchableJobExecutionDao
 
SearchableJobExecutionDao - Interface in org.springframework.batch.admin.service
 
SearchableJobInstanceDao - Interface in org.springframework.batch.admin.service
 
SearchableStepExecutionDao - Interface in org.springframework.batch.admin.service
Extension of the StepExecutionDao interface to add additional search features.
send(File) - Method in interface org.springframework.batch.admin.service.FileSender
 
SessionIdFilter - Class in org.springframework.batch.admin.web.filter
 
SessionIdFilter() - Constructor for class org.springframework.batch.admin.web.filter.SessionIdFilter
 
setAllowStartIfComplete(boolean) - Method in class org.springframework.batch.admin.sample.RemoteStep
Public setter for flag that determines whether the step should start again if it is already complete.
setApplicationContext(ApplicationContext) - Method in class org.springframework.batch.admin.integration.JobConfigurationResourceLoader
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.batch.admin.web.util.HomeController
 
setAsText(String) - Method in class org.springframework.batch.admin.service.FileServiceResourceConverter
 
setAutoStart(boolean) - Method in class org.springframework.batch.admin.jmx.StepExecutionServiceLevelMonitor
Should the monitor start immediately or wait to be started manually?
setBeanFactory(BeanFactory) - Method in class org.springframework.batch.admin.web.BindingHttpMessageConverter
 
setBeanFactory(BeanFactory) - Method in class org.springframework.batch.admin.web.interceptor.ContentTypeInterceptor
 
setBeanFactory(BeanFactory) - Method in class org.springframework.batch.integration.partition.BeanFactoryStepLocator
 
setBeanFactory(BeanFactory) - Method in class org.springframework.batch.poller.scheduling.TaskSchedulerPoller
 
setChannel(MessageChannel) - Method in class org.springframework.batch.integration.chunk.MessageSourcePollerInterceptor
Optional MessageChannel for injecting the message received from the source (defaults to the channel intercepted in MessageSourcePollerInterceptor.preReceive(MessageChannel)).
setChunkProcessor(ChunkProcessor<S>) - Method in class org.springframework.batch.integration.chunk.ChunkProcessorChunkHandler
Public setter for the ChunkProcessor.
setChunkWriter(ItemWriter<T>) - Method in class org.springframework.batch.integration.chunk.RemoteChunkHandlerFactoryBean
The item writer to be injected into the step.
setDatabaseType(String) - Method in class org.springframework.batch.admin.service.SimpleJobServiceFactoryBean
Sets the database type.
setDataSource(DataSource) - Method in class org.springframework.batch.admin.service.JdbcSearchableJobExecutionDao
 
setDataSource(DataSource) - Method in class org.springframework.batch.admin.service.JdbcSearchableStepExecutionDao
 
setDataSource(DataSource) - Method in class org.springframework.batch.admin.service.SimpleJobServiceFactoryBean
Public setter for the DataSource.
setDefaultDomain(String) - Method in class org.springframework.batch.admin.jmx.BatchMBeanExporter
The JMX domain to use for MBeans registered.
setDefaultDomain(String) - Method in class org.springframework.batch.admin.jmx.StepExecutionServiceLevelMonitor
The domain name to use in constructing object names for the monitored step.
setDefaultResources(Properties) - Method in class org.springframework.batch.admin.web.util.HomeController
Pre-configured mapping from url path to description for default (HTML) resources.
setDelegate(ItemProcessor<I, O>) - Method in class org.springframework.batch.integration.async.AsyncItemProcessor
The ItemProcessor to use to delegate processing to in a background thread.
setDelegate(ItemWriter<T>) - Method in class org.springframework.batch.integration.async.AsyncItemWriter
 
setDelegate(Step) - Method in class org.springframework.batch.integration.step.DelegateStep
 
setDelimiter(String) - Method in class org.springframework.batch.admin.web.filter.ParameterUnpackerFilter
 
setExtensions(Collection<String>) - Method in class org.springframework.batch.admin.web.interceptor.ContentTypeInterceptor
A collection of extensions to append to view names.
setExtensions(Collection<String>) - Method in class org.springframework.batch.admin.web.JobController
A collection of extensions that may be appended to request urls aimed at this controller.
setFail(boolean) - Method in class org.springframework.batch.admin.sample.ExampleItemWriter
 
setFile(MultipartFile) - Method in class org.springframework.batch.admin.integration.MultipartJobConfigurationRequest
 
setFileName(String) - Method in class org.springframework.batch.admin.integration.JobConfigurationRequest
 
setFileSender(FileSender) - Method in class org.springframework.batch.admin.service.LocalFileService
 
setFileService(FileService) - Method in class org.springframework.batch.admin.service.FileServiceResourceConverter
 
setFileService(FileService) - Method in class org.springframework.batch.admin.web.FileController
The service used to manage file lists and uploads.
setGridSize(int) - Method in class org.springframework.batch.integration.partition.MessageChannelPartitionHandler
Passed to the StepExecutionSplitter in the MessageChannelPartitionHandler.handle(StepExecutionSplitter, StepExecution) method, instructing it how many StepExecution instances are required, ideally.
setIncrementerFactory(DataFieldMaxValueIncrementerFactory) - Method in class org.springframework.batch.admin.service.SimpleJobServiceFactoryBean
A factory for incrementers (used to build primary keys for meta data).
setJob(Job) - Method in class org.springframework.batch.admin.integration.FileToJobLaunchRequestAdapter
 
setJobExecutionId(Long) - Method in class org.springframework.batch.admin.web.JobExecutionController.StopRequest
 
setJobExecutionMetricsFactory(JobExecutionMetricsFactory) - Method in class org.springframework.batch.admin.jmx.BatchMBeanExporter
setJobExplorer(JobExplorer) - Method in class org.springframework.batch.admin.integration.JobNameToJobRestartRequestAdapter
 
setJobExplorer(JobExplorer) - Method in class org.springframework.batch.admin.launch.JobLauncherSynchronizer
The JobExplorer to use to inspect existing executions.
setJobExplorer(JobExplorer) - Method in class org.springframework.batch.integration.partition.StepExecutionRequestHandler
An explorer that should be used to check for StepExecution completion.
setJobLauncher(JobLauncher) - Method in class org.springframework.batch.admin.service.SimpleJobServiceFactoryBean
The launcher used to run jobs.
setJobLoader(JobLoader) - Method in class org.springframework.batch.admin.integration.JobConfigurationResourceLoader
 
setJobLocator(JobLocator) - Method in class org.springframework.batch.admin.integration.JobNameToJobRestartRequestAdapter
 
setJobLocator(JobLocator) - Method in class org.springframework.batch.admin.integration.StringToJobLaunchRequestAdapter
 
setJobLocator(ListableJobLocator) - Method in class org.springframework.batch.admin.service.JobLocatorStepLocator
 
setJobLocator(ListableJobLocator) - Method in class org.springframework.batch.admin.service.SimpleJobServiceFactoryBean
A registry that can be used to locate jobs to run.
setJobName(String) - Method in class org.springframework.batch.admin.jmx.StepExecutionServiceLevelMonitor
 
setJobName(String) - Method in class org.springframework.batch.admin.web.LaunchRequest
 
setJobNames(Set<String>) - Method in class org.springframework.batch.admin.launch.JobLauncherSynchronizer
Set of job names that will be synchronized.
setJobParameters(String) - Method in class org.springframework.batch.admin.web.LaunchRequest
 
setJobRepository(JobRepository) - Method in class org.springframework.batch.admin.launch.JobLauncherSynchronizer
The JobRepository needed for updates to execution data.
setJobRepository(JobRepository) - Method in class org.springframework.batch.admin.service.SimpleJobServiceFactoryBean
The repository used to store and update jobs and step executions.
setJobService(JobService) - Method in class org.springframework.batch.admin.integration.JobConfigurationResourceLoader
 
setJobService(JobService) - Method in class org.springframework.batch.admin.integration.LastJobParametersJobLaunchRequestEnhancer
 
setJobService(JobService) - Method in class org.springframework.batch.admin.jmx.BatchMBeanExporter
 
setJsonResources(Properties) - Method in class org.springframework.batch.admin.web.util.HomeController
Pre-configured mapping from url path to description for JSON resources.
setLobHandler(LobHandler) - Method in class org.springframework.batch.admin.service.SimpleJobServiceFactoryBean
A special handler for large objects.
setLowerThreshold(int) - Method in class org.springframework.batch.admin.jmx.StepExecutionServiceLevelMonitor
Optional lower threshold.
setMaxVarCharLength(int) - Method in class org.springframework.batch.admin.service.SimpleJobServiceFactoryBean
Public setter for the length of long string columns in database.
setMaxWaitTimeouts(int) - Method in class org.springframework.batch.integration.chunk.ChunkMessageChannelItemWriter
The maximum number of times to wait at the end of a step for a non-null result from the remote workers.
setMenus(Collection<Menu>) - Method in class org.springframework.batch.admin.web.resources.MenuManager
The menus to manage.
setMessageSource(MessageSource<?>) - Method in class org.springframework.batch.integration.chunk.MessageSourcePollerInterceptor
 
setMessagingOperations(MessagingOperations) - Method in class org.springframework.batch.integration.chunk.ChunkMessageChannelItemWriter
 
setMessagingOperations(MessagingOperations) - Method in class org.springframework.batch.integration.partition.MessageChannelPartitionHandler
A pre-configured gateway for sending and receiving messages to the remote workers.
setName(String) - Method in class org.springframework.batch.admin.sample.RemoteStep
Set the name property.
setObjectMapper(ObjectMapper) - Method in class org.springframework.batch.admin.web.JobExecutionController
 
setObjectMapper(ObjectMapper) - Method in class org.springframework.batch.admin.web.StepExecutionController
 
setObjectNameStaticProperties(Map<String, String>) - Method in class org.springframework.batch.admin.jmx.BatchMBeanExporter
Static properties that will be added to all object names.
setObservedAttribute(String) - Method in class org.springframework.batch.admin.jmx.StepExecutionServiceLevelMonitor
The name of the attribute to monitor on the step.
setOutputDir(File) - Method in class org.springframework.batch.admin.service.LocalFileService
The output directory to store new files.
setParentName(String) - Method in class org.springframework.batch.admin.integration.FileParentDirectoryFilter
 
setPrefix(String) - Method in class org.springframework.batch.admin.web.filter.ParameterUnpackerFilter
 
setPrefix(String) - Method in class org.springframework.batch.admin.web.resources.BaseMenu
 
setPutEmptyParamsInPath(boolean) - Method in class org.springframework.batch.admin.web.filter.ParameterUnpackerFilter
Flag to say that empty parameter value signal their name should be used as a path parameter.
setRegisterSteps(boolean) - Method in class org.springframework.batch.admin.jmx.BatchMBeanExporter
Flag to determine if any metrics at all should be exposed for step executions (default true).
setReplyChannel(PollableChannel) - Method in class org.springframework.batch.integration.chunk.ChunkMessageChannelItemWriter
 
setReplyChannel(PollableChannel) - Method in class org.springframework.batch.integration.partition.MessageChannelPartitionHandler
 
setResourceLoader(ResourceLoader) - Method in class org.springframework.batch.admin.service.FileServiceResourceConverter
Set the resource loader as a fallback for resources that are not managed by the FileService.
setResourceLoader(ResourceLoader) - Method in class org.springframework.batch.admin.service.LocalFileService
 
setSerializer(ExecutionContextSerializer) - Method in class org.springframework.batch.admin.service.SimpleJobServiceFactoryBean
A custom implementation of the ExecutionContextSerializer.
setServletPath(String) - Method in class org.springframework.batch.admin.web.resources.DefaultResourceService
 
setServletPath(String) - Method in class org.springframework.batch.admin.web.util.HomeController
The path that will be added to the model as an attribute ("servletPath") before rendering.
setShutdownTimeout(int) - Method in class org.springframework.batch.admin.service.SimpleJobService
Timeout for shutdown waiting for jobs to finish processing.
setStartLimit(int) - Method in class org.springframework.batch.admin.sample.RemoteStep
Public setter for the startLimit.
setStep(Step) - Method in class org.springframework.batch.admin.sample.RemoteStep
 
setStep(TaskletStep) - Method in class org.springframework.batch.integration.chunk.RemoteChunkHandlerFactoryBean
The local step that is to be converted to a remote chunk master.
setStepContributionSource(StepContributionSource) - Method in class org.springframework.batch.integration.chunk.RemoteChunkHandlerFactoryBean
A source of StepContribution instances coming back from remote workers.
setStepExecutionMetricsFactory(StepExecutionMetricsFactory) - Method in class org.springframework.batch.admin.jmx.BatchMBeanExporter
Factory for JobExecutionMetrics.
setStepLocator(StepLocator) - Method in class org.springframework.batch.admin.sample.StepLocatorStepFactoryBean
 
setStepLocator(StepLocator) - Method in class org.springframework.batch.integration.partition.StepExecutionRequestHandler
Used to locate a Step to execute for each request.
setStepName(String) - Method in class org.springframework.batch.admin.jmx.StepExecutionServiceLevelMonitor
 
setStepName(String) - Method in class org.springframework.batch.admin.sample.StepLocatorStepFactoryBean
 
setStepName(String) - Method in class org.springframework.batch.integration.partition.MessageChannelPartitionHandler
The name of the Step that will be used to execute the partitioned StepExecution.
setTablePrefix(String) - Method in class org.springframework.batch.admin.service.SimpleJobServiceFactoryBean
Sets the table prefix for all the batch meta-data tables.
setTargetType(Class<T>) - Method in class org.springframework.batch.admin.web.BindingHttpMessageConverter
 
setTaskExecutor(TaskExecutor) - Method in class org.springframework.batch.admin.util.ThrottledTaskExecutor
Public setter for the TaskExecutor to be used to execute the tasks submitted.
setTaskExecutor(TaskExecutor) - Method in class org.springframework.batch.integration.async.AsyncItemProcessor
The TaskExecutor to use to allow the item processing to proceed in the background.
setTaskScheduler(TaskScheduler) - Method in class org.springframework.batch.poller.scheduling.TaskSchedulerPoller
 
setThrottleLimit(int) - Method in class org.springframework.batch.admin.util.ThrottledTaskExecutor
Limits the number of concurrent executions on the enclosed task executor.
setThrottleLimit(long) - Method in class org.springframework.batch.integration.chunk.ChunkMessageChannelItemWriter
Public setter for the throttle limit.
setTimeZone(TimeZone) - Method in class org.springframework.batch.admin.web.JobController
 
setTimeZone(TimeZone) - Method in class org.springframework.batch.admin.web.JobExecutionController
 
setTimeZone(TimeZone) - Method in class org.springframework.batch.admin.web.StepExecutionController
 
setTrigger(Trigger) - Method in class org.springframework.batch.poller.scheduling.TaskSchedulerPoller
 
setUpperThreshold(int) - Method in class org.springframework.batch.admin.jmx.StepExecutionServiceLevelMonitor
Upper threshold for observed attribute.
setView(View) - Method in class org.springframework.batch.admin.web.ViewHandler
 
setViewResolver(ViewResolver) - Method in class org.springframework.batch.admin.web.freemarker.AjaxFreeMarkerView
 
setXml(String) - Method in class org.springframework.batch.admin.integration.JobConfigurationRequest
 
shortPath() - Method in class org.springframework.batch.admin.service.FileInfo
 
SimpleJobExecutionMetrics - Class in org.springframework.batch.admin.jmx
 
SimpleJobExecutionMetrics(JobService, String) - Constructor for class org.springframework.batch.admin.jmx.SimpleJobExecutionMetrics
 
SimpleJobService - Class in org.springframework.batch.admin.service
Implementation of JobService that delegates most of its work to other off-the-shelf components.
SimpleJobService(SearchableJobInstanceDao, SearchableJobExecutionDao, SearchableStepExecutionDao, JobRepository, JobLauncher, ListableJobLocator, ExecutionContextDao) - Constructor for class org.springframework.batch.admin.service.SimpleJobService
 
SimpleJobServiceFactoryBean - Class in org.springframework.batch.admin.service
A factory for a JobService that makes the configuration of its various ingredients as convenient as possible.
SimpleJobServiceFactoryBean() - Constructor for class org.springframework.batch.admin.service.SimpleJobServiceFactoryBean
 
SimpleStepExecutionMetrics - Class in org.springframework.batch.admin.jmx
 
SimpleStepExecutionMetrics(JobService, String, String) - Constructor for class org.springframework.batch.admin.jmx.SimpleStepExecutionMetrics
 
size() - Method in class org.springframework.batch.admin.util.ThrottledTaskExecutor
Get an estimate of the number of pending requests.
start() - Method in class org.springframework.batch.admin.jmx.BatchMBeanExporter
 
STEP_EXECUTION - Static variable in class org.springframework.batch.integration.async.StepExecutionInterceptor
The name of the header
StepContributionSource - Interface in org.springframework.batch.integration.chunk
A source of StepContribution instances that can be aggregated and used to update an ongoing StepExecution.
StepExecutionController - Class in org.springframework.batch.admin.web
Controller for step executions.
StepExecutionController(JobService) - Constructor for class org.springframework.batch.admin.web.StepExecutionController
 
StepExecutionHistory - Class in org.springframework.batch.admin.history
 
StepExecutionHistory(String) - Constructor for class org.springframework.batch.admin.history.StepExecutionHistory
 
StepExecutionInfo - Class in org.springframework.batch.admin.web
 
StepExecutionInfo(String, Long, String, TimeZone) - Constructor for class org.springframework.batch.admin.web.StepExecutionInfo
 
StepExecutionInfo(StepExecution, TimeZone) - Constructor for class org.springframework.batch.admin.web.StepExecutionInfo
 
StepExecutionInterceptor - Class in org.springframework.batch.integration.async
A ChannelInterceptor that adds the current StepExecution (if there is one) as a header to the message.
StepExecutionInterceptor() - Constructor for class org.springframework.batch.integration.async.StepExecutionInterceptor
 
StepExecutionMetrics - Interface in org.springframework.batch.admin.jmx
 
StepExecutionMetricsFactory - Interface in org.springframework.batch.admin.jmx
Strategy for creating StepExecutionMetrics.
StepExecutionProgress - Class in org.springframework.batch.admin.web
 
StepExecutionProgress(StepExecution, StepExecutionHistory) - Constructor for class org.springframework.batch.admin.web.StepExecutionProgress
 
StepExecutionRequest - Class in org.springframework.batch.integration.partition
 
StepExecutionRequest(String, Long, Long) - Constructor for class org.springframework.batch.integration.partition.StepExecutionRequest
 
StepExecutionRequestHandler - Class in org.springframework.batch.integration.partition
A MessageEndpoint that can handle a StepExecutionRequest and return a StepExecution as the result.
StepExecutionRequestHandler() - Constructor for class org.springframework.batch.integration.partition.StepExecutionRequestHandler
 
StepExecutionServiceLevelMonitor - Class in org.springframework.batch.admin.jmx
Monitors executions of a given step and sends JMX notifications if it takes too long.
StepExecutionServiceLevelMonitor() - Constructor for class org.springframework.batch.admin.jmx.StepExecutionServiceLevelMonitor
 
stepLocator - Variable in class org.springframework.batch.admin.sample.StepLocatorStepFactoryBean
 
StepLocatorStepFactoryBean - Class in org.springframework.batch.admin.sample
Convenience factory for Step instances given a StepLocator.
StepLocatorStepFactoryBean() - Constructor for class org.springframework.batch.admin.sample.StepLocatorStepFactoryBean
 
stepName - Variable in class org.springframework.batch.admin.sample.StepLocatorStepFactoryBean
 
stop() - Method in class org.springframework.batch.admin.jmx.BatchMBeanExporter
 
stop(Runnable) - Method in class org.springframework.batch.admin.jmx.BatchMBeanExporter
 
stop(Long) - Method in interface org.springframework.batch.admin.service.JobService
Send a signal to a job execution to stop processing.
stop(Long) - Method in class org.springframework.batch.admin.service.SimpleJobService
 
stop(Model, JobExecutionController.StopRequest, Errors, Long) - Method in class org.springframework.batch.admin.web.JobExecutionController
 
stopAll() - Method in interface org.springframework.batch.admin.service.JobService
Send a stop signal to all running job executions.
stopAll() - Method in class org.springframework.batch.admin.service.SimpleJobService
 
stopAll(ModelMap, int, int) - Method in class org.springframework.batch.admin.web.JobExecutionController
 
StopRequest() - Constructor for class org.springframework.batch.admin.web.JobExecutionController.StopRequest
 
StringToJobLaunchRequestAdapter - Class in org.springframework.batch.admin.integration
Adapt a String to a JobLaunchRequest consisting of a reference to a Job and some JobParameters.
StringToJobLaunchRequestAdapter() - Constructor for class org.springframework.batch.admin.integration.StringToJobLaunchRequestAdapter
 
synchronizeStatus(JobExecution) - Method in class org.springframework.batch.admin.service.JdbcSearchableJobExecutionDao
 

T

TableUtils - Class in org.springframework.batch.admin.web
 
TableUtils() - Constructor for class org.springframework.batch.admin.web.TableUtils
 
TaskSchedulerPoller<T> - Class in org.springframework.batch.poller.scheduling
A Poller implementation that uses a TaskScheduler to poll in a background thread.
TaskSchedulerPoller() - Constructor for class org.springframework.batch.poller.scheduling.TaskSchedulerPoller
 
ThrottledTaskExecutor - Class in org.springframework.batch.admin.util
A TaskExecutor with a throttle limit which works by delegating to an existing task executor and limiting the number of tasks submitted.
ThrottledTaskExecutor() - Constructor for class org.springframework.batch.admin.util.ThrottledTaskExecutor
Create a ThrottledTaskExecutor with infinite (Integer.MAX_VALUE) throttle limit.
ThrottledTaskExecutor(TaskExecutor) - Constructor for class org.springframework.batch.admin.util.ThrottledTaskExecutor
Create a ThrottledTaskExecutor with infinite (Integer.MAX_VALUE) throttle limit.
ThrottledTaskExecutor(TaskExecutor, int) - Constructor for class org.springframework.batch.admin.util.ThrottledTaskExecutor
Create a ThrottledTaskExecutor with finite throttle limit.
toString() - Method in class org.springframework.batch.admin.history.CumulativeHistory
 
toString() - Method in class org.springframework.batch.admin.integration.JobConfigurationRequest
 
toString() - Method in class org.springframework.batch.admin.service.FileInfo
 
toString() - Method in class org.springframework.batch.admin.web.JobInfo
 
toString() - Method in class org.springframework.batch.admin.web.resources.BaseMenu
 
toString() - Method in class org.springframework.batch.admin.web.util.ResourceInfo
 
toString() - Method in class org.springframework.batch.integration.chunk.ChunkRequest
 
toString() - Method in class org.springframework.batch.integration.chunk.ChunkResponse
 
toString() - Method in class org.springframework.batch.integration.launch.JobLaunchRequest
 
toString() - Method in class org.springframework.batch.integration.partition.StepExecutionRequest
 
transform(MultipartJobConfigurationRequest) - Method in class org.springframework.batch.admin.integration.MultipartToJobConfigurationRequestTransformer
 
TrivialJobParametersIncrementer - Class in org.springframework.batch.admin.sample
 
TrivialJobParametersIncrementer() - Constructor for class org.springframework.batch.admin.sample.TrivialJobParametersIncrementer
 

U

unpack(String, String) - Method in class org.springframework.batch.admin.web.filter.ParameterUnpackerFilter
 
update(ExecutionContext) - Method in class org.springframework.batch.integration.chunk.ChunkMessageChannelItemWriter
 
updateJobExecution(JobExecution) - Method in class org.springframework.batch.admin.service.JdbcSearchableJobExecutionDao
 
updateStepContribution(StepContribution, StepContributionSource) - Method in class org.springframework.batch.integration.chunk.RemoteChunkHandlerFactoryBean
Update a StepContribution with all the data from a StepContributionSource.
upload(String, MultipartFile, ModelMap, int, int, Date, Errors) - Method in class org.springframework.batch.admin.web.FileController
 
uploadRequest(String, MultipartFile, ModelMap, int, int, Date, Errors) - Method in class org.springframework.batch.admin.web.FileController
 

V

ViewHandler - Class in org.springframework.batch.admin.web
Trivial HTTP request handler that just renders a view.
ViewHandler() - Constructor for class org.springframework.batch.admin.web.ViewHandler
 

W

write(List<? extends Object>) - Method in class org.springframework.batch.admin.sample.ExampleItemWriter
 
write(T, MediaType, HttpOutputMessage) - Method in class org.springframework.batch.admin.web.BindingHttpMessageConverter
 
write(List<? extends Future<T>>) - Method in class org.springframework.batch.integration.async.AsyncItemWriter
 
write(List<? extends T>) - Method in class org.springframework.batch.integration.chunk.ChunkMessageChannelItemWriter
 
A B C D E F G H I J L M N O P R S T U V W 
Skip navigation links

Copyright © 2015. All rights reserved.