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.poller.scheduling.TaskSchedulerPoller
 
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
 

B

BatchMBeanExporter - Class in org.springframework.batch.admin.jmx
 
BatchMBeanExporter() - Constructor for class org.springframework.batch.admin.jmx.BatchMBeanExporter
 
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
 
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
 
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
 
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.
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.
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.
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
 
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
 
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
 
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
 
getJobParametersString() - Method in class org.springframework.batch.admin.web.JobExecutionInfo
 
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
 
getMin() - Method in class org.springframework.batch.admin.history.CumulativeHistory
 
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
 
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.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
 
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
 
getResource(String) - Method in interface org.springframework.batch.admin.service.FileService
 
getResource(String) - Method in class org.springframework.batch.admin.service.LocalFileService
 
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).
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
 
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.
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
 
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
 
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
 
getTimeZone() - Method in class org.springframework.batch.admin.web.JobExecutionInfo
 
getUploadDirectory() - Method in class org.springframework.batch.admin.service.LocalFileService
 
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

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

isAbandonable() - Method in class org.springframework.batch.admin.web.JobExecutionInfo
 
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
 
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.service.SimpleJobServiceFactoryBean
Allows optimisation in the containing bean factory.
isStoppable() - Method in class org.springframework.batch.admin.web.JobExecutionInfo
 

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
 
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
 
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
 
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
 
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

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.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.poller.scheduling - package org.springframework.batch.poller.scheduling
 

P

poll(Callable<T>) - Method in class org.springframework.batch.poller.scheduling.TaskSchedulerPoller
 
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) - 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
 
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.
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.
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.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
 
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
 
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
 
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
 
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(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
 
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 
Skip navigation links

Copyright © 2015. All rights reserved.