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
 
AbstractBatchJobsController - Class in org.springframework.batch.admin.web
Abstract controller that all the XD batch admin controllers extend.
AbstractBatchJobsController() - Constructor for class org.springframework.batch.admin.web.AbstractBatchJobsController
 
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.configuration.CompositeApplicationContextFactory
 
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.poller.scheduling.TaskSchedulerPoller
 

B

BatchJobExecutionsController - Class in org.springframework.batch.admin.web
Controller for batch job executions.
BatchJobExecutionsController() - Constructor for class org.springframework.batch.admin.web.BatchJobExecutionsController
 
batchJobExecutionsController() - Method in class org.springframework.batch.admin.web.RestConfiguration
 
BatchJobInstancesController - Class in org.springframework.batch.admin.web
Controller for batch job instances.
BatchJobInstancesController() - Constructor for class org.springframework.batch.admin.web.BatchJobInstancesController
 
batchJobInstancesController() - Method in class org.springframework.batch.admin.web.RestConfiguration
 
BatchJobsController - Class in org.springframework.batch.admin.web
Controller for batch jobs and job instances, job executions on a given batch job.
BatchJobsController() - Constructor for class org.springframework.batch.admin.web.BatchJobsController
 
batchJobsController() - Method in class org.springframework.batch.admin.web.RestConfiguration
 
BatchMBeanExporter - Class in org.springframework.batch.admin.jmx
 
BatchMBeanExporter() - Constructor for class org.springframework.batch.admin.jmx.BatchMBeanExporter
 
BatchStepExecutionsController - Class in org.springframework.batch.admin.web
Controller for returning Batch StepExecutions.
BatchStepExecutionsController() - Constructor for class org.springframework.batch.admin.web.BatchStepExecutionsController
 
batchStepExecutionsController() - Method in class org.springframework.batch.admin.web.RestConfiguration
 
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
 
compareTo(FileInfo) - Method in class org.springframework.batch.admin.service.FileInfo
 
CompositeApplicationContextFactory - Class in org.springframework.batch.admin.configuration
 
CompositeApplicationContextFactory() - Constructor for class org.springframework.batch.admin.configuration.CompositeApplicationContextFactory
 
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
 

D

DEFAULT_DOMAIN - Static variable in class org.springframework.batch.admin.jmx.BatchMBeanExporter
 
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
 
DetailedJobInfoResourceAssembler - Class in org.springframework.batch.admin.web.resource
Knows how to build a REST resource out of our domain model DetailedJobInfo.
DetailedJobInfoResourceAssembler() - Constructor for class org.springframework.batch.admin.web.resource.DetailedJobInfoResourceAssembler
 
details(long, long) - Method in class org.springframework.batch.admin.web.BatchStepExecutionsController
Inspect the StepExecution with the provided Step Execution Id
details(ModelMap, String, Errors, int, int) - Method in class org.springframework.batch.admin.web.JobController
 
doStart() - Method in class org.springframework.batch.admin.jmx.BatchMBeanExporter
 
doStop() - Method in class org.springframework.batch.admin.jmx.BatchMBeanExporter
 

E

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.
executionsForJob(String, int, int) - Method in class org.springframework.batch.admin.web.BatchJobExecutionsController
Return a paged collection of job executions for a given job.
ExecutionsMenu - Class in org.springframework.batch.admin.web
 
ExecutionsMenu() - Constructor for class org.springframework.batch.admin.web.ExecutionsMenu
 

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.

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].
getDefaultDomain() - Method in class org.springframework.batch.admin.jmx.BatchMBeanExporter
Help method for extensions which need access to the default domain.
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
 
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
 
getId() - Method in class org.springframework.batch.admin.web.JobInstanceInfo
 
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
 
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
 
getJobExecutionInfo(long) - Method in class org.springframework.batch.admin.web.BatchJobExecutionsController
 
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
 
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(long) - Method in class org.springframework.batch.admin.web.BatchJobInstancesController
Return job instance info by the given instance id.
getJobInstance() - Method in class org.springframework.batch.admin.web.JobInstanceInfo
 
getJobName(HttpServletRequest) - Method in class org.springframework.batch.admin.web.JobController
 
getJobName() - Method in class org.springframework.batch.admin.web.LaunchRequest
 
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.LaunchRequest
 
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
 
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
 
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
 
getObject() - Method in class org.springframework.batch.admin.configuration.CompositeApplicationContextFactory
 
getObject() - Method in class org.springframework.batch.admin.jmx.StepExecutionServiceLevelMonitor
 
getObject() - Method in class org.springframework.batch.admin.service.SimpleJobServiceFactoryBean
Create a SimpleJobService from the configuration provided.
getObjectType() - Method in class org.springframework.batch.admin.configuration.CompositeApplicationContextFactory
 
getObjectType() - Method in class org.springframework.batch.admin.jmx.StepExecutionServiceLevelMonitor
 
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().
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
 
getResource(String) - Method in interface org.springframework.batch.admin.service.FileService
 
getResource(String) - Method in class org.springframework.batch.admin.service.LocalFileService
 
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).
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.
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
 
getStepExecutionContext(Model, Long, Long, Date, Errors) - Method in class org.springframework.batch.admin.web.StepExecutionController
 
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
 
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.
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
 
getTimestamp() - Method in class org.springframework.batch.admin.service.FileInfo
 
getUploadDirectory() - Method in class org.springframework.batch.admin.service.LocalFileService
 
getXml() - Method in class org.springframework.batch.admin.integration.JobConfigurationRequest
 

H

handleRequest(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.batch.admin.web.ViewHandler
 
history(Model, Long, Long, Date, Errors) - Method in class org.springframework.batch.admin.web.StepExecutionController
 
HomeMenu - Class in org.springframework.batch.admin.web
 
HomeMenu() - Constructor for class org.springframework.batch.admin.web.HomeMenu
 

I

instancesForJob(String, int, int) - Method in class org.springframework.batch.admin.web.BatchJobInstancesController
Return a paged collection of job instances for a given job.
instantiateResource(DetailedJobInfo) - Method in class org.springframework.batch.admin.web.resource.DetailedJobInfoResourceAssembler
 
instantiateResource(JobExecutionInfo) - Method in class org.springframework.batch.admin.web.resource.JobExecutionInfoResourceAssembler
 
instantiateResource(JobInfo) - Method in class org.springframework.batch.admin.web.resource.JobInfoResourceAssembler
 
instantiateResource(JobInstanceInfo) - Method in class org.springframework.batch.admin.web.resource.JobInstanceInfoResourceAssembler
 
instantiateResource(StepExecutionInfo) - Method in class org.springframework.batch.admin.web.resource.StepExecutionInfoResourceAssembler
 
instantiateResource(StepExecutionProgressInfo) - Method in class org.springframework.batch.admin.web.resource.StepExecutionProgressInfoResourceAssembler
 
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
 
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
 
isLocal() - Method in class org.springframework.batch.admin.service.FileInfo
 
isRunning() - Method in class org.springframework.batch.admin.jmx.BatchMBeanExporter
 
isSingleton() - Method in class org.springframework.batch.admin.configuration.CompositeApplicationContextFactory
 
isSingleton() - Method in class org.springframework.batch.admin.jmx.StepExecutionServiceLevelMonitor
 
isSingleton() - Method in class org.springframework.batch.admin.service.SimpleJobServiceFactoryBean
Allows optimisation in the containing bean factory.

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.
JdbcSearchableJobExecutionDao.JobExecutionRowMapper() - Constructor for class org.springframework.batch.admin.service.JdbcSearchableJobExecutionDao.JobExecutionRowMapper
 
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
 
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
 
JobExecutionController.StopRequest() - Constructor for class org.springframework.batch.admin.web.JobExecutionController.StopRequest
 
jobExecutionInfoResourceAssembler - Variable in class org.springframework.batch.admin.web.AbstractBatchJobsController
 
JobExecutionInfoResourceAssembler - Class in org.springframework.batch.admin.web.resource
Knows how to build a REST resource out of our domain model JobExecutionInfo.
JobExecutionInfoResourceAssembler() - Constructor for class org.springframework.batch.admin.web.resource.JobExecutionInfoResourceAssembler
 
JobExecutionMetrics - Interface in org.springframework.batch.admin.jmx
 
JobExecutionMetricsFactory - Interface in org.springframework.batch.admin.jmx
Strategy for creating JobExecutionMetrics.
jobinfo(String) - Method in class org.springframework.batch.admin.web.BatchJobsController
 
jobInfoResourceAssembler - Variable in class org.springframework.batch.admin.web.AbstractBatchJobsController
 
JobInfoResourceAssembler - Class in org.springframework.batch.admin.web.resource
Knows how to build a REST resource out of our domain model JobInfo.
JobInfoResourceAssembler() - Constructor for class org.springframework.batch.admin.web.resource.JobInfoResourceAssembler
 
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
 
jobInstanceInfoResourceAssembler - Variable in class org.springframework.batch.admin.web.AbstractBatchJobsController
 
JobInstanceInfoResourceAssembler - Class in org.springframework.batch.admin.web.resource
Resource assembler that builds the REST resource JobInstanceInfoResource out of domain model JobInstanceInfo.
JobInstanceInfoResourceAssembler() - Constructor for class org.springframework.batch.admin.web.resource.JobInstanceInfoResourceAssembler
 
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
 
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
 
jobs(Pageable, PagedResourcesAssembler<DetailedJobInfo>) - Method in class org.springframework.batch.admin.web.BatchJobsController
Get the paged resources of DetailedJobInfoResource
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.
jobService - Variable in class org.springframework.batch.admin.web.AbstractBatchJobsController
 
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
 
launchJob(String, String) - Method in class org.springframework.batch.admin.web.BatchJobExecutionsController
Send the request to launch Job.
LaunchRequest - Class in org.springframework.batch.admin.web
 
LaunchRequest() - Constructor for class org.springframework.batch.admin.web.LaunchRequest
 
list(Pageable) - Method in class org.springframework.batch.admin.web.BatchJobExecutionsController
List all job executions in a given range.
list(long) - Method in class org.springframework.batch.admin.web.BatchStepExecutionsController
List all step executions.
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
 
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

onException(Exception) - Method in class org.springframework.batch.admin.web.RestControllerAdvice
Handles the general error case.
onJobExecutionAlreadyRunningException(JobExecutionAlreadyRunningException) - Method in class org.springframework.batch.admin.web.RestControllerAdvice
 
onJobExecutionNotRunningException(JobExecutionNotRunningException) - Method in class org.springframework.batch.admin.web.RestControllerAdvice
 
onJobInstanceAlreadyCompleteException(JobInstanceAlreadyCompleteException) - Method in class org.springframework.batch.admin.web.RestControllerAdvice
 
onJobParametersInvalidException(JobParametersInvalidException) - Method in class org.springframework.batch.admin.web.RestControllerAdvice
 
onJobRestartException(JobRestartException) - Method in class org.springframework.batch.admin.web.RestControllerAdvice
 
onMissingServletRequestParameterException(MissingServletRequestParameterException) - Method in class org.springframework.batch.admin.web.RestControllerAdvice
Handles the case where client submitted an ill valued request (missing parameter).
onNoSuchJobException(NoSuchBatchJobException) - Method in class org.springframework.batch.admin.web.RestControllerAdvice
 
onNoSuchJobExecutionException(NoSuchJobExecutionException) - Method in class org.springframework.batch.admin.web.RestControllerAdvice
 
onNoSuchJobInstanceException(NoSuchBatchJobInstanceException) - Method in class org.springframework.batch.admin.web.RestControllerAdvice
 
onNoSuchStepExecutionException(NoSuchStepExecutionException) - Method in class org.springframework.batch.admin.web.RestControllerAdvice
 
org.springframework.batch.admin.configuration - package org.springframework.batch.admin.configuration
 
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.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.resource - package org.springframework.batch.admin.web.resource
 
org.springframework.batch.poller.scheduling - package org.springframework.batch.poller.scheduling
 

P

poll(Callable<T>) - Method in class org.springframework.batch.poller.scheduling.TaskSchedulerPoller
 
progress(long, long) - Method in class org.springframework.batch.admin.web.BatchStepExecutionsController
Get the step execution progress for the given jobExecutions step.
progressInfoResourceAssembler - Variable in class org.springframework.batch.admin.web.AbstractBatchJobsController
 
publish(FileInfo) - Method in interface org.springframework.batch.admin.service.FileService
 
publish(FileInfo) - Method in class org.springframework.batch.admin.service.LocalFileService
 

R

read(Class<? extends T>, HttpInputMessage) - Method in class org.springframework.batch.admin.web.BindingHttpMessageConverter
 
registerBeans() - Method in class org.springframework.batch.admin.jmx.BatchMBeanExporter
 
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.
restart(Long) - Method in interface org.springframework.batch.admin.service.JobService
Launch a job with the parameters provided.
restart(Long, JobParameters) - 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(Long, JobParameters) - Method in class org.springframework.batch.admin.service.SimpleJobService
 
restart(Model, String, long, Date, Errors) - Method in class org.springframework.batch.admin.web.JobExecutionController
 
restartJobExecution(long) - Method in class org.springframework.batch.admin.web.BatchJobExecutionsController
Restart the Job Execution with the given executionId.
RestConfiguration - Class in org.springframework.batch.admin.web
Takes care of infrastructure setup for the web/rest layer.
RestConfiguration() - Constructor for class org.springframework.batch.admin.web.RestConfiguration
 
RestControllerAdvice - Class in org.springframework.batch.admin.web
Central class for behavior common to all REST controllers.
RestControllerAdvice() - Constructor for class org.springframework.batch.admin.web.RestControllerAdvice
 

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
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.batch.admin.integration.JobConfigurationResourceLoader
 
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.poller.scheduling.TaskSchedulerPoller
 
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.
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.
setFactories(List<ApplicationContextFactory>) - Method in class org.springframework.batch.admin.configuration.CompositeApplicationContextFactory
 
setFactoryBeans(List<FactoryBean<ApplicationContextFactory[]>>) - Method in class org.springframework.batch.admin.configuration.CompositeApplicationContextFactory
 
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.
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.admin.service.SimpleJobServiceFactoryBean
 
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
 
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.
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
 
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).
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.
setShutdownTimeout(int) - Method in class org.springframework.batch.admin.service.SimpleJobService
Timeout for shutdown waiting for jobs to finish processing.
setStepExecutionMetricsFactory(StepExecutionMetricsFactory) - Method in class org.springframework.batch.admin.jmx.BatchMBeanExporter
Factory for JobExecutionMetrics.
setStepName(String) - Method in class org.springframework.batch.admin.jmx.StepExecutionServiceLevelMonitor
 
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.
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.
setTimeZone(TimeZone) - Method in class org.springframework.batch.admin.web.AbstractBatchJobsController
 
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
 
setTransactionManager(PlatformTransactionManager) - Method in class org.springframework.batch.admin.service.SimpleJobServiceFactoryBean
 
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
 
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
 
SimpleJobService(SearchableJobInstanceDao, SearchableJobExecutionDao, SearchableStepExecutionDao, JobRepository, JobLauncher, ListableJobLocator, ExecutionContextDao, JobOperator) - 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
 
StepExecutionController - Class in org.springframework.batch.admin.web
Controller for step executions.
StepExecutionController(JobService) - Constructor for class org.springframework.batch.admin.web.StepExecutionController
 
stepExecutionInfoResourceAssembler - Variable in class org.springframework.batch.admin.web.AbstractBatchJobsController
 
StepExecutionInfoResourceAssembler - Class in org.springframework.batch.admin.web.resource
Knows how to build a REST resource out of our domain model StepExecutionInfo.
StepExecutionInfoResourceAssembler() - Constructor for class org.springframework.batch.admin.web.resource.StepExecutionInfoResourceAssembler
 
StepExecutionMetrics - Interface in org.springframework.batch.admin.jmx
 
StepExecutionMetricsFactory - Interface in org.springframework.batch.admin.jmx
Strategy for creating StepExecutionMetrics.
StepExecutionProgressInfoResourceAssembler - Class in org.springframework.batch.admin.web.resource
Knows how to build a REST resource out of our domain model StepExecutionProgressInfo.
StepExecutionProgressInfoResourceAssembler() - Constructor for class org.springframework.batch.admin.web.resource.StepExecutionProgressInfoResourceAssembler
 
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
 
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() - Method in class org.springframework.batch.admin.web.BatchJobExecutionsController
Stop all job executions.
stopAll(ModelMap, int, int) - Method in class org.springframework.batch.admin.web.JobExecutionController
 
stopJobExecution(long) - Method in class org.springframework.batch.admin.web.BatchJobExecutionsController
Stop Job Execution by the given executionId.
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.
timeZone - Variable in class org.springframework.batch.admin.web.AbstractBatchJobsController
 
toResource(DetailedJobInfo) - Method in class org.springframework.batch.admin.web.resource.DetailedJobInfoResourceAssembler
 
toResource(JobExecutionInfo) - Method in class org.springframework.batch.admin.web.resource.JobExecutionInfoResourceAssembler
 
toResource(JobInfo) - Method in class org.springframework.batch.admin.web.resource.JobInfoResourceAssembler
 
toResource(JobInstanceInfo) - Method in class org.springframework.batch.admin.web.resource.JobInstanceInfoResourceAssembler
 
toResource(StepExecutionInfo) - Method in class org.springframework.batch.admin.web.resource.StepExecutionInfoResourceAssembler
 
toResource(StepExecutionProgressInfo) - Method in class org.springframework.batch.admin.web.resource.StepExecutionProgressInfoResourceAssembler
 
toString() - Method in class org.springframework.batch.admin.integration.JobConfigurationRequest
 
toString() - Method in class org.springframework.batch.admin.service.FileInfo
 
transform(MultipartJobConfigurationRequest) - Method in class org.springframework.batch.admin.integration.MultipartToJobConfigurationRequestTransformer
 

U

updateJobExecution(JobExecution) - Method in class org.springframework.batch.admin.service.JdbcSearchableJobExecutionDao
 
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(T, MediaType, HttpOutputMessage) - Method in class org.springframework.batch.admin.web.BindingHttpMessageConverter
 
A B C D E F G H I J L M N O P R S T U V W 

Copyright © 2015. All rights reserved.