- get(HttpServletRequest, HttpServletResponse, ModelMap, int, int, Date, Errors) - Method in class org.springframework.batch.admin.web.FileController
-
- getBeanKeyForJobExecution(String) - Method in class org.springframework.batch.admin.jmx.BatchMBeanExporter
-
Encode the job name into an ObjectName in the form
[domain]:type=JobExecution,name=[jobName]
.
- getBeanKeyForStepExecution(String, String) - Method in class org.springframework.batch.admin.jmx.BatchMBeanExporter
-
Encode the job and step name into an ObjectName in the form
[domain]:type=JobExecution,name=[jobName],step=[stepName]
.
- getCommitCount() - Method in class org.springframework.batch.admin.history.StepExecutionHistory
-
- getCount() - Method in class org.springframework.batch.admin.history.CumulativeHistory
-
- getCount() - Method in class org.springframework.batch.admin.history.StepExecutionHistory
-
- getDefaultDomain() - Method in class org.springframework.batch.admin.jmx.BatchMBeanExporter
-
Help method for extensions which need access to the default domain.
- getDescription() - Method in class org.springframework.batch.admin.web.util.ResourceInfo
-
- getDuration() - Method in class org.springframework.batch.admin.history.JobExecutionHistory
-
- getDuration() - Method in class org.springframework.batch.admin.history.StepExecutionHistory
-
- getDuration() - Method in class org.springframework.batch.admin.web.JobExecutionInfo
-
- getDuration() - Method in class org.springframework.batch.admin.web.StepExecutionInfo
-
- getDurationMillis() - Method in class org.springframework.batch.admin.web.StepExecutionInfo
-
- getDurationPerRead() - Method in class org.springframework.batch.admin.history.StepExecutionHistory
-
- getEstimatedPercentComplete() - Method in class org.springframework.batch.admin.web.StepExecutionProgress
-
- getEstimatedPercentCompleteMessage() - Method in class org.springframework.batch.admin.web.StepExecutionProgress
-
- getExecutionContext(Model, Long, Date, Errors) - Method in class org.springframework.batch.admin.web.JobExecutionController
-
- getExecutionCount() - Method in interface org.springframework.batch.admin.jmx.JobExecutionMetrics
-
- getExecutionCount() - Method in class org.springframework.batch.admin.jmx.SimpleJobExecutionMetrics
-
- getExecutionCount() - Method in class org.springframework.batch.admin.jmx.SimpleStepExecutionMetrics
-
- getExecutionCount() - Method in interface org.springframework.batch.admin.jmx.StepExecutionMetrics
-
- getExecutionCount() - Method in class org.springframework.batch.admin.web.JobInfo
-
- getExitCode() - Method in class org.springframework.batch.admin.web.StepExecutionInfo
-
- getFailureCount() - Method in interface org.springframework.batch.admin.jmx.JobExecutionMetrics
-
- getFailureCount() - Method in class org.springframework.batch.admin.jmx.SimpleJobExecutionMetrics
-
- getFailureCount() - Method in class org.springframework.batch.admin.jmx.SimpleStepExecutionMetrics
-
- getFailureCount() - Method in interface org.springframework.batch.admin.jmx.StepExecutionMetrics
-
- getFile() - Method in class org.springframework.batch.admin.integration.MultipartJobConfigurationRequest
-
- getFilename() - Method in class org.springframework.batch.admin.integration.JobConfigurationRequest
-
- getFileName() - Method in class org.springframework.batch.admin.service.FileInfo
-
- getFiles(int, int) - Method in interface org.springframework.batch.admin.service.FileService
-
- getFiles(int, int) - Method in class org.springframework.batch.admin.service.LocalFileService
-
- getFilterCount() - Method in class org.springframework.batch.admin.history.StepExecutionHistory
-
- getId() - Method in class org.springframework.batch.admin.web.JobExecutionInfo
-
- getId() - Method in class org.springframework.batch.admin.web.JobInstanceInfo
-
- getId() - Method in class org.springframework.batch.admin.web.StepExecutionInfo
-
- getInputChannelAttributeName() - Method in class org.springframework.batch.integration.config.xml.JobLaunchingGatewayParser
-
- getItems() - Method in class org.springframework.batch.integration.chunk.ChunkRequest
-
- getJob() - Method in class org.springframework.batch.integration.launch.JobLaunchRequest
-
- getJobConfigurationRequest() - Method in class org.springframework.batch.admin.integration.MultipartJobConfigurationRequest
-
Extract the relevant data from the multipart and generate a new request.
- getJobCount() - Method in class org.springframework.batch.admin.jmx.BatchMBeanExporter
-
- getJobExecution(Long) - Method in interface org.springframework.batch.admin.service.JobService
-
Get a JobExecution
by id.
- getJobExecution(Long) - Method in class org.springframework.batch.admin.service.SimpleJobService
-
- getJobExecution() - Method in class org.springframework.batch.admin.web.JobExecutionInfo
-
- getJobExecutionCount() - Method in class org.springframework.batch.admin.jmx.BatchMBeanExporter
-
- getJobExecutionCount() - Method in class org.springframework.batch.admin.web.JobInstanceInfo
-
- getJobExecutionFailureCount() - Method in class org.springframework.batch.admin.jmx.BatchMBeanExporter
-
- getJobExecutionId() - Method in class org.springframework.batch.admin.web.JobExecutionController.StopRequest
-
- getJobExecutionId() - Method in class org.springframework.batch.admin.web.StepExecutionInfo
-
- getJobExecutionId() - Method in class org.springframework.batch.integration.partition.StepExecutionRequest
-
- getJobExecutions(String, int, int) - Method in class org.springframework.batch.admin.service.JdbcSearchableJobExecutionDao
-
- getJobExecutions(int, int) - Method in class org.springframework.batch.admin.service.JdbcSearchableJobExecutionDao
-
- getJobExecutions(String, int, int) - Method in interface org.springframework.batch.admin.service.SearchableJobExecutionDao
-
Get the JobExecutions
for a specific job name in
reverse order of creation (so normally of execution).
- getJobExecutions(int, int) - Method in interface org.springframework.batch.admin.service.SearchableJobExecutionDao
-
Get the JobExecutions
in reverse order of creation
(so normally of execution).
- getJobExecutions() - Method in class org.springframework.batch.admin.web.JobInstanceInfo
-
- getJobExecutionsForJobInstance(String, Long) - Method in interface org.springframework.batch.admin.service.JobService
-
Get all the job executions for a given job instance.
- getJobExecutionsForJobInstance(String, Long) - Method in class org.springframework.batch.admin.service.SimpleJobService
-
- getJobId() - Method in class org.springframework.batch.admin.web.JobExecutionInfo
-
- getJobId() - Method in class org.springframework.batch.integration.chunk.ChunkRequest
-
- getJobId() - Method in class org.springframework.batch.integration.chunk.ChunkResponse
-
- getJobInstance(long) - Method in interface org.springframework.batch.admin.service.JobService
-
Get a job instance
by id.
- getJobInstance(long) - Method in class org.springframework.batch.admin.service.SimpleJobService
-
- getJobInstance() - Method in class org.springframework.batch.admin.web.JobInstanceInfo
-
- getJobInstanceId() - Method in class org.springframework.batch.admin.web.JobInfo
-
- getJobName() - Method in class org.springframework.batch.admin.history.JobExecutionHistory
-
- getJobName(HttpServletRequest) - Method in class org.springframework.batch.admin.web.JobController
-
- getJobName() - Method in class org.springframework.batch.admin.web.LaunchRequest
-
- getJobName() - Method in class org.springframework.batch.admin.web.StepExecutionInfo
-
- getJobNames() - Method in class org.springframework.batch.admin.jmx.BatchMBeanExporter
-
- getJobNames() - Method in class org.springframework.batch.admin.launch.JobLauncherSynchronizer
-
- getJobParameters() - Method in class org.springframework.batch.admin.web.JobExecutionInfo
-
- getJobParameters() - Method in class org.springframework.batch.admin.web.LaunchRequest
-
- getJobParameters() - Method in class org.springframework.batch.integration.launch.JobLaunchRequest
-
- getJobParametersString() - Method in class org.springframework.batch.admin.web.JobExecutionInfo
-
- getLabel() - Method in class org.springframework.batch.admin.web.resources.BaseMenu
-
- getLabel() - Method in interface org.springframework.batch.admin.web.resources.Menu
-
- getLastJobExecution() - Method in class org.springframework.batch.admin.web.JobInstanceInfo
-
- getLastJobExecutionInfo() - Method in class org.springframework.batch.admin.web.JobInstanceInfo
-
- getLastJobParameters(String) - Method in interface org.springframework.batch.admin.service.JobService
-
Get the last JobParameters
used to execute a job successfully.
- getLastJobParameters(String) - Method in class org.springframework.batch.admin.service.SimpleJobService
-
- getLatestCommitCount() - Method in class org.springframework.batch.admin.jmx.SimpleStepExecutionMetrics
-
- getLatestCommitCount() - Method in interface org.springframework.batch.admin.jmx.StepExecutionMetrics
-
- getLatestDuration() - Method in interface org.springframework.batch.admin.jmx.JobExecutionMetrics
-
- getLatestDuration() - Method in class org.springframework.batch.admin.jmx.SimpleJobExecutionMetrics
-
- getLatestDuration() - Method in class org.springframework.batch.admin.jmx.SimpleStepExecutionMetrics
-
- getLatestDuration() - Method in interface org.springframework.batch.admin.jmx.StepExecutionMetrics
-
- getLatestEndTime() - Method in interface org.springframework.batch.admin.jmx.JobExecutionMetrics
-
- getLatestEndTime() - Method in class org.springframework.batch.admin.jmx.SimpleJobExecutionMetrics
-
- getLatestExecutionId() - Method in interface org.springframework.batch.admin.jmx.JobExecutionMetrics
-
- getLatestExecutionId() - Method in class org.springframework.batch.admin.jmx.SimpleJobExecutionMetrics
-
- getLatestExecutionId() - Method in class org.springframework.batch.admin.jmx.SimpleStepExecutionMetrics
-
- getLatestExecutionId() - Method in interface org.springframework.batch.admin.jmx.StepExecutionMetrics
-
- getLatestExitCode() - Method in interface org.springframework.batch.admin.jmx.JobExecutionMetrics
-
- getLatestExitCode() - Method in class org.springframework.batch.admin.jmx.SimpleJobExecutionMetrics
-
- getLatestExitCode() - Method in class org.springframework.batch.admin.jmx.SimpleStepExecutionMetrics
-
- getLatestExitCode() - Method in interface org.springframework.batch.admin.jmx.StepExecutionMetrics
-
- getLatestExitDescription() - Method in class org.springframework.batch.admin.jmx.SimpleStepExecutionMetrics
-
- getLatestExitDescription() - Method in interface org.springframework.batch.admin.jmx.StepExecutionMetrics
-
- getLatestFilterCount() - Method in class org.springframework.batch.admin.jmx.SimpleStepExecutionMetrics
-
- getLatestFilterCount() - Method in interface org.springframework.batch.admin.jmx.StepExecutionMetrics
-
- getLatestReadCount() - Method in class org.springframework.batch.admin.jmx.SimpleStepExecutionMetrics
-
- getLatestReadCount() - Method in interface org.springframework.batch.admin.jmx.StepExecutionMetrics
-
- getLatestRollbackCount() - Method in class org.springframework.batch.admin.jmx.SimpleStepExecutionMetrics
-
- getLatestRollbackCount() - Method in interface org.springframework.batch.admin.jmx.StepExecutionMetrics
-
- getLatestSkipCount() - Method in class org.springframework.batch.admin.jmx.SimpleStepExecutionMetrics
-
- getLatestSkipCount() - Method in interface org.springframework.batch.admin.jmx.StepExecutionMetrics
-
- getLatestStartTime() - Method in interface org.springframework.batch.admin.jmx.JobExecutionMetrics
-
- getLatestStartTime() - Method in class org.springframework.batch.admin.jmx.SimpleJobExecutionMetrics
-
- getLatestStatus() - Method in interface org.springframework.batch.admin.jmx.JobExecutionMetrics
-
- getLatestStatus() - Method in class org.springframework.batch.admin.jmx.SimpleJobExecutionMetrics
-
- getLatestStatus() - Method in class org.springframework.batch.admin.jmx.SimpleStepExecutionMetrics
-
- getLatestStatus() - Method in interface org.springframework.batch.admin.jmx.StepExecutionMetrics
-
- getLatestStepExitDescription() - Method in interface org.springframework.batch.admin.jmx.JobExecutionMetrics
-
- getLatestStepExitDescription() - Method in class org.springframework.batch.admin.jmx.SimpleJobExecutionMetrics
-
- getLatestStepName() - Method in interface org.springframework.batch.admin.jmx.JobExecutionMetrics
-
- getLatestStepName() - Method in class org.springframework.batch.admin.jmx.SimpleJobExecutionMetrics
-
- getLatestWriteCount() - Method in class org.springframework.batch.admin.jmx.SimpleStepExecutionMetrics
-
- getLatestWriteCount() - Method in interface org.springframework.batch.admin.jmx.StepExecutionMetrics
-
- getMax() - Method in class org.springframework.batch.admin.history.CumulativeHistory
-
- getMaxDuration() - Method in interface org.springframework.batch.admin.jmx.JobExecutionMetrics
-
- getMaxDuration() - Method in class org.springframework.batch.admin.jmx.SimpleJobExecutionMetrics
-
- getMaxDuration() - Method in class org.springframework.batch.admin.jmx.SimpleStepExecutionMetrics
-
- getMaxDuration() - Method in interface org.springframework.batch.admin.jmx.StepExecutionMetrics
-
- getMean() - Method in class org.springframework.batch.admin.history.CumulativeHistory
-
- getMeanDuration() - Method in interface org.springframework.batch.admin.jmx.JobExecutionMetrics
-
- getMeanDuration() - Method in class org.springframework.batch.admin.jmx.SimpleJobExecutionMetrics
-
- getMeanDuration() - Method in class org.springframework.batch.admin.jmx.SimpleStepExecutionMetrics
-
- getMeanDuration() - Method in interface org.springframework.batch.admin.jmx.StepExecutionMetrics
-
- getMenus() - Method in class org.springframework.batch.admin.web.resources.MenuManager
-
- getMessage() - Method in class org.springframework.batch.integration.chunk.ChunkResponse
-
- getMethod() - Method in class org.springframework.batch.admin.web.util.ResourceInfo
-
- getMin() - Method in class org.springframework.batch.admin.history.CumulativeHistory
-
- getName() - Method in class org.springframework.batch.admin.sample.RemoteStep
-
- getName() - Method in class org.springframework.batch.admin.web.JobExecutionInfo
-
- getName() - Method in class org.springframework.batch.admin.web.JobInfo
-
- getName() - Method in class org.springframework.batch.admin.web.StepExecutionInfo
-
- getNext(JobParameters) - Method in class org.springframework.batch.admin.sample.TrivialJobParametersIncrementer
-
- getObject() - Method in class org.springframework.batch.admin.jmx.StepExecutionServiceLevelMonitor
-
- getObject() - Method in class org.springframework.batch.admin.sample.StepLocatorStepFactoryBean
-
- getObject() - Method in class org.springframework.batch.admin.service.SimpleJobServiceFactoryBean
-
- getObject() - Method in class org.springframework.batch.integration.chunk.RemoteChunkHandlerFactoryBean
-
- getObjectType() - Method in class org.springframework.batch.admin.jmx.StepExecutionServiceLevelMonitor
-
- getObjectType() - Method in class org.springframework.batch.admin.sample.StepLocatorStepFactoryBean
-
Tell clients that we are a factory for Step
instances.
- getObjectType() - Method in class org.springframework.batch.admin.service.SimpleJobServiceFactoryBean
-
- getObjectType() - Method in class org.springframework.batch.integration.chunk.RemoteChunkHandlerFactoryBean
-
The type of object created by this factory.
- getOrder() - Method in class org.springframework.batch.admin.web.resources.BaseMenu
-
- getOrder() - Method in interface org.springframework.batch.admin.web.resources.Menu
-
- getPath() - Method in class org.springframework.batch.admin.service.FileInfo
-
- getPattern() - Method in class org.springframework.batch.admin.service.FileInfo
-
- getPhase() - Method in class org.springframework.batch.admin.jmx.BatchMBeanExporter
-
- getPrefix() - Method in class org.springframework.batch.admin.web.resources.BaseMenu
-
- getProcessSkipCount() - Method in class org.springframework.batch.admin.history.StepExecutionHistory
-
- getReadCount() - Method in class org.springframework.batch.admin.history.StepExecutionHistory
-
- getReadSkipCount() - Method in class org.springframework.batch.admin.history.StepExecutionHistory
-
- getRenderFragments(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.batch.admin.web.freemarker.AjaxFreeMarkerView
-
- getResource(String) - Method in interface org.springframework.batch.admin.service.FileService
-
- getResource(String) - Method in class org.springframework.batch.admin.service.LocalFileService
-
- getResources(HttpServletRequest, ModelMap) - Method in class org.springframework.batch.admin.web.util.HomeController
-
Inspect the handler mapping at the level of HTTP RequestMethod
.
- getRollbackCount() - Method in class org.springframework.batch.admin.history.StepExecutionHistory
-
- getRunningJobExecutions() - Method in class org.springframework.batch.admin.service.JdbcSearchableJobExecutionDao
-
- getRunningJobExecutions() - Method in interface org.springframework.batch.admin.service.SearchableJobExecutionDao
-
Find all the running executions (status less than STOPPING).
- getSequence() - Method in class org.springframework.batch.integration.chunk.ChunkRequest
-
- getSequence() - Method in class org.springframework.batch.integration.chunk.ChunkResponse
-
- getServletPath() - Method in class org.springframework.batch.admin.web.resources.DefaultResourceService
-
- getServletPath() - Method in interface org.springframework.batch.admin.web.resources.ResourceService
-
- getStandardDeviation() - Method in class org.springframework.batch.admin.history.CumulativeHistory
-
- getStartDate() - Method in class org.springframework.batch.admin.web.JobExecutionInfo
-
- getStartDate() - Method in class org.springframework.batch.admin.web.StepExecutionInfo
-
- getStartLimit() - Method in class org.springframework.batch.admin.sample.RemoteStep
-
- getStartTime() - Method in class org.springframework.batch.admin.web.JobExecutionInfo
-
- getStartTime() - Method in class org.springframework.batch.admin.web.StepExecutionInfo
-
- getStatus() - Method in class org.springframework.batch.admin.web.StepExecutionInfo
-
- getStep(String) - Method in class org.springframework.batch.admin.service.JobLocatorStepLocator
-
Locate a step by referencing it through its parent job with a separator,
e.g.
- getStep(String) - Method in class org.springframework.batch.integration.partition.BeanFactoryStepLocator
-
Look up a bean with the provided name of type Step
.
- getStepContribution() - Method in class org.springframework.batch.integration.chunk.ChunkRequest
-
- getStepContribution() - Method in class org.springframework.batch.integration.chunk.ChunkResponse
-
- getStepContributions() - Method in class org.springframework.batch.integration.chunk.ChunkMessageChannelItemWriter
-
- getStepContributions() - Method in interface org.springframework.batch.integration.chunk.StepContributionSource
-
Get the currently available contributions and drain the source.
- getStepCount() - Method in class org.springframework.batch.admin.jmx.BatchMBeanExporter
-
- getStepExecution(Long, Long) - Method in interface org.springframework.batch.admin.service.JobService
-
Locate a StepExecution
from its id and that of its parent
JobExecution
.
- getStepExecution(Long, Long) - Method in class org.springframework.batch.admin.service.SimpleJobService
-
- getStepExecution() - Method in class org.springframework.batch.admin.web.StepExecutionInfo
-
- getStepExecutionContext(Model, Long, Long, Date, Errors) - Method in class org.springframework.batch.admin.web.StepExecutionController
-
- getStepExecutionCount() - Method in class org.springframework.batch.admin.web.JobExecutionInfo
-
- getStepExecutionId() - Method in class org.springframework.batch.integration.partition.StepExecutionRequest
-
- getStepExecutions(Long) - Method in interface org.springframework.batch.admin.service.JobService
-
Get the step executions
for a given job execution
(by id).
- getStepExecutions(Long) - Method in class org.springframework.batch.admin.service.SimpleJobService
-
- getStepName() - Method in class org.springframework.batch.admin.history.StepExecutionHistory
-
- getStepName() - Method in class org.springframework.batch.integration.partition.StepExecutionRequest
-
- getStepNames() - Method in class org.springframework.batch.admin.jmx.BatchMBeanExporter
-
- getStepNames() - Method in class org.springframework.batch.admin.service.JobLocatorStepLocator
-
Loop through all the jobs and pull out their step names.
- getStepNames() - Method in class org.springframework.batch.integration.partition.BeanFactoryStepLocator
-
Look in the bean factory for all beans of type Step
.
- getStepNamesForJob(String) - Method in interface org.springframework.batch.admin.service.JobService
-
Get the names of the steps in a job (or a historical list of recent
execution names if the Job is not launchable).
- getStepNamesForJob(String) - Method in class org.springframework.batch.admin.service.SimpleJobService
-
- getSupportedMediaTypes() - Method in class org.springframework.batch.admin.web.BindingHttpMessageConverter
-
- getTemplateLoaderForPath(String) - Method in class org.springframework.batch.admin.web.freemarker.HippyFreeMarkerConfigurer
-
- getTimestamp() - Method in class org.springframework.batch.admin.service.FileInfo
-
- getTimeZone() - Method in class org.springframework.batch.admin.web.JobExecutionInfo
-
- getUploadDirectory() - Method in class org.springframework.batch.admin.service.LocalFileService
-
- getUrl() - Method in class org.springframework.batch.admin.web.resources.BaseMenu
-
- getUrl() - Method in interface org.springframework.batch.admin.web.resources.Menu
-
- getUrl() - Method in class org.springframework.batch.admin.web.util.ResourceInfo
-
- getUrlPatterns() - Method in class org.springframework.batch.admin.web.util.HomeController
-
The set of unique URI patterns mapped, excluding implicit mappings.
- getWriteCount() - Method in class org.springframework.batch.admin.history.StepExecutionHistory
-
- getWriteSkipCount() - Method in class org.springframework.batch.admin.history.StepExecutionHistory
-
- getXml() - Method in class org.springframework.batch.admin.integration.JobConfigurationRequest
-
- saveJobExecution(JobExecution) - Method in class org.springframework.batch.admin.service.JdbcSearchableJobExecutionDao
-
- SearchableJobExecutionDao - Interface in org.springframework.batch.admin.service
-
- SearchableJobInstanceDao - Interface in org.springframework.batch.admin.service
-
- SearchableStepExecutionDao - Interface in org.springframework.batch.admin.service
-
Extension of the StepExecutionDao
interface to add additional search
features.
- send(File) - Method in interface org.springframework.batch.admin.service.FileSender
-
- SessionIdFilter - Class in org.springframework.batch.admin.web.filter
-
- SessionIdFilter() - Constructor for class org.springframework.batch.admin.web.filter.SessionIdFilter
-
- setAllowStartIfComplete(boolean) - Method in class org.springframework.batch.admin.sample.RemoteStep
-
Public setter for flag that determines whether the step should start
again if it is already complete.
- setApplicationContext(ApplicationContext) - Method in class org.springframework.batch.admin.integration.JobConfigurationResourceLoader
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.batch.admin.web.util.HomeController
-
- setAsText(String) - Method in class org.springframework.batch.admin.service.FileServiceResourceConverter
-
- setAutoStart(boolean) - Method in class org.springframework.batch.admin.jmx.StepExecutionServiceLevelMonitor
-
Should the monitor start immediately or wait to be started manually?
- setBeanFactory(BeanFactory) - Method in class org.springframework.batch.admin.web.BindingHttpMessageConverter
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.batch.admin.web.interceptor.ContentTypeInterceptor
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.batch.integration.partition.BeanFactoryStepLocator
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.batch.poller.scheduling.TaskSchedulerPoller
-
- setChannel(MessageChannel) - Method in class org.springframework.batch.integration.chunk.MessageSourcePollerInterceptor
-
- setChunkProcessor(ChunkProcessor<S>) - Method in class org.springframework.batch.integration.chunk.ChunkProcessorChunkHandler
-
Public setter for the ChunkProcessor
.
- setChunkWriter(ItemWriter<T>) - Method in class org.springframework.batch.integration.chunk.RemoteChunkHandlerFactoryBean
-
The item writer to be injected into the step.
- setDatabaseType(String) - Method in class org.springframework.batch.admin.service.SimpleJobServiceFactoryBean
-
Sets the database type.
- setDataSource(DataSource) - Method in class org.springframework.batch.admin.service.JdbcSearchableJobExecutionDao
-
- setDataSource(DataSource) - Method in class org.springframework.batch.admin.service.JdbcSearchableStepExecutionDao
-
- setDataSource(DataSource) - Method in class org.springframework.batch.admin.service.SimpleJobServiceFactoryBean
-
- setDefaultDomain(String) - Method in class org.springframework.batch.admin.jmx.BatchMBeanExporter
-
The JMX domain to use for MBeans registered.
- setDefaultDomain(String) - Method in class org.springframework.batch.admin.jmx.StepExecutionServiceLevelMonitor
-
The domain name to use in constructing object names for the monitored
step.
- setDefaultResources(Properties) - Method in class org.springframework.batch.admin.web.util.HomeController
-
Pre-configured mapping from url path to description for default (HTML)
resources.
- setDelegate(ItemProcessor<I, O>) - Method in class org.springframework.batch.integration.async.AsyncItemProcessor
-
The ItemProcessor
to use to delegate processing to in a
background thread.
- setDelegate(ItemWriter<T>) - Method in class org.springframework.batch.integration.async.AsyncItemWriter
-
- setDelegate(Step) - Method in class org.springframework.batch.integration.step.DelegateStep
-
- setDelimiter(String) - Method in class org.springframework.batch.admin.web.filter.ParameterUnpackerFilter
-
- setExtensions(Collection<String>) - Method in class org.springframework.batch.admin.web.interceptor.ContentTypeInterceptor
-
A collection of extensions to append to view names.
- setExtensions(Collection<String>) - Method in class org.springframework.batch.admin.web.JobController
-
A collection of extensions that may be appended to request urls aimed at
this controller.
- setFail(boolean) - Method in class org.springframework.batch.admin.sample.ExampleItemWriter
-
- setFile(MultipartFile) - Method in class org.springframework.batch.admin.integration.MultipartJobConfigurationRequest
-
- setFileName(String) - Method in class org.springframework.batch.admin.integration.JobConfigurationRequest
-
- setFileSender(FileSender) - Method in class org.springframework.batch.admin.service.LocalFileService
-
- setFileService(FileService) - Method in class org.springframework.batch.admin.service.FileServiceResourceConverter
-
- setFileService(FileService) - Method in class org.springframework.batch.admin.web.FileController
-
The service used to manage file lists and uploads.
- setGridSize(int) - Method in class org.springframework.batch.integration.partition.MessageChannelPartitionHandler
-
- setIncrementerFactory(DataFieldMaxValueIncrementerFactory) - Method in class org.springframework.batch.admin.service.SimpleJobServiceFactoryBean
-
A factory for incrementers (used to build primary keys for meta data).
- setJob(Job) - Method in class org.springframework.batch.admin.integration.FileToJobLaunchRequestAdapter
-
- setJobExecutionId(Long) - Method in class org.springframework.batch.admin.web.JobExecutionController.StopRequest
-
- setJobExecutionMetricsFactory(JobExecutionMetricsFactory) - Method in class org.springframework.batch.admin.jmx.BatchMBeanExporter
-
- setJobExplorer(JobExplorer) - Method in class org.springframework.batch.admin.integration.JobNameToJobRestartRequestAdapter
-
- setJobExplorer(JobExplorer) - Method in class org.springframework.batch.admin.launch.JobLauncherSynchronizer
-
The JobExplorer
to use to inspect existing executions.
- setJobExplorer(JobExplorer) - Method in class org.springframework.batch.integration.partition.StepExecutionRequestHandler
-
An explorer that should be used to check for StepExecution
completion.
- setJobLauncher(JobLauncher) - Method in class org.springframework.batch.admin.service.SimpleJobServiceFactoryBean
-
The launcher used to run jobs.
- setJobLoader(JobLoader) - Method in class org.springframework.batch.admin.integration.JobConfigurationResourceLoader
-
- setJobLocator(JobLocator) - Method in class org.springframework.batch.admin.integration.JobNameToJobRestartRequestAdapter
-
- setJobLocator(JobLocator) - Method in class org.springframework.batch.admin.integration.StringToJobLaunchRequestAdapter
-
- setJobLocator(ListableJobLocator) - Method in class org.springframework.batch.admin.service.JobLocatorStepLocator
-
- setJobLocator(ListableJobLocator) - Method in class org.springframework.batch.admin.service.SimpleJobServiceFactoryBean
-
A registry that can be used to locate jobs to run.
- setJobName(String) - Method in class org.springframework.batch.admin.jmx.StepExecutionServiceLevelMonitor
-
- setJobName(String) - Method in class org.springframework.batch.admin.web.LaunchRequest
-
- setJobNames(Set<String>) - Method in class org.springframework.batch.admin.launch.JobLauncherSynchronizer
-
Set of job names that will be synchronized.
- setJobParameters(String) - Method in class org.springframework.batch.admin.web.LaunchRequest
-
- setJobRepository(JobRepository) - Method in class org.springframework.batch.admin.launch.JobLauncherSynchronizer
-
The JobRepository
needed for updates to execution data.
- setJobRepository(JobRepository) - Method in class org.springframework.batch.admin.service.SimpleJobServiceFactoryBean
-
The repository used to store and update jobs and step executions.
- setJobService(JobService) - Method in class org.springframework.batch.admin.integration.JobConfigurationResourceLoader
-
- setJobService(JobService) - Method in class org.springframework.batch.admin.integration.LastJobParametersJobLaunchRequestEnhancer
-
- setJobService(JobService) - Method in class org.springframework.batch.admin.jmx.BatchMBeanExporter
-
- setJsonResources(Properties) - Method in class org.springframework.batch.admin.web.util.HomeController
-
Pre-configured mapping from url path to description for JSON resources.
- setLobHandler(LobHandler) - Method in class org.springframework.batch.admin.service.SimpleJobServiceFactoryBean
-
A special handler for large objects.
- setLowerThreshold(int) - Method in class org.springframework.batch.admin.jmx.StepExecutionServiceLevelMonitor
-
Optional lower threshold.
- setMaxVarCharLength(int) - Method in class org.springframework.batch.admin.service.SimpleJobServiceFactoryBean
-
Public setter for the length of long string columns in database.
- setMaxWaitTimeouts(int) - Method in class org.springframework.batch.integration.chunk.ChunkMessageChannelItemWriter
-
The maximum number of times to wait at the end of a step for a non-null result from the remote workers.
- setMenus(Collection<Menu>) - Method in class org.springframework.batch.admin.web.resources.MenuManager
-
The menus to manage.
- setMessageSource(MessageSource<?>) - Method in class org.springframework.batch.integration.chunk.MessageSourcePollerInterceptor
-
- setMessagingOperations(MessagingOperations) - Method in class org.springframework.batch.integration.chunk.ChunkMessageChannelItemWriter
-
- setMessagingOperations(MessagingOperations) - Method in class org.springframework.batch.integration.partition.MessageChannelPartitionHandler
-
A pre-configured gateway for sending and receiving messages to the remote workers.
- setName(String) - Method in class org.springframework.batch.admin.sample.RemoteStep
-
Set the name property.
- setObjectMapper(ObjectMapper) - Method in class org.springframework.batch.admin.web.JobExecutionController
-
- setObjectMapper(ObjectMapper) - Method in class org.springframework.batch.admin.web.StepExecutionController
-
- setObjectNameStaticProperties(Map<String, String>) - Method in class org.springframework.batch.admin.jmx.BatchMBeanExporter
-
Static properties that will be added to all object names.
- setObservedAttribute(String) - Method in class org.springframework.batch.admin.jmx.StepExecutionServiceLevelMonitor
-
The name of the attribute to monitor on the step.
- setOutputDir(File) - Method in class org.springframework.batch.admin.service.LocalFileService
-
The output directory to store new files.
- setParentName(String) - Method in class org.springframework.batch.admin.integration.FileParentDirectoryFilter
-
- setPrefix(String) - Method in class org.springframework.batch.admin.web.filter.ParameterUnpackerFilter
-
- setPrefix(String) - Method in class org.springframework.batch.admin.web.resources.BaseMenu
-
- setPutEmptyParamsInPath(boolean) - Method in class org.springframework.batch.admin.web.filter.ParameterUnpackerFilter
-
Flag to say that empty parameter value signal their name should be used
as a path parameter.
- setRegisterSteps(boolean) - Method in class org.springframework.batch.admin.jmx.BatchMBeanExporter
-
Flag to determine if any metrics at all should be exposed for step
executions (default true).
- setReplyChannel(PollableChannel) - Method in class org.springframework.batch.integration.chunk.ChunkMessageChannelItemWriter
-
- setReplyChannel(PollableChannel) - Method in class org.springframework.batch.integration.partition.MessageChannelPartitionHandler
-
- setResourceLoader(ResourceLoader) - Method in class org.springframework.batch.admin.service.FileServiceResourceConverter
-
Set the resource loader as a fallback for resources that are not managed
by the
FileService
.
- setResourceLoader(ResourceLoader) - Method in class org.springframework.batch.admin.service.LocalFileService
-
- setSerializer(ExecutionContextSerializer) - Method in class org.springframework.batch.admin.service.SimpleJobServiceFactoryBean
-
A custom implementation of the ExecutionContextSerializer
.
- setServletPath(String) - Method in class org.springframework.batch.admin.web.resources.DefaultResourceService
-
- setServletPath(String) - Method in class org.springframework.batch.admin.web.util.HomeController
-
The path that will be added to the model as an attribute ("servletPath")
before rendering.
- setShutdownTimeout(int) - Method in class org.springframework.batch.admin.service.SimpleJobService
-
Timeout for shutdown waiting for jobs to finish processing.
- setStartLimit(int) - Method in class org.springframework.batch.admin.sample.RemoteStep
-
Public setter for the startLimit.
- setStep(Step) - Method in class org.springframework.batch.admin.sample.RemoteStep
-
- setStep(TaskletStep) - Method in class org.springframework.batch.integration.chunk.RemoteChunkHandlerFactoryBean
-
The local step that is to be converted to a remote chunk master.
- setStepContributionSource(StepContributionSource) - Method in class org.springframework.batch.integration.chunk.RemoteChunkHandlerFactoryBean
-
A source of StepContribution
instances coming back from remote workers.
- setStepExecutionMetricsFactory(StepExecutionMetricsFactory) - Method in class org.springframework.batch.admin.jmx.BatchMBeanExporter
-
- setStepLocator(StepLocator) - Method in class org.springframework.batch.admin.sample.StepLocatorStepFactoryBean
-
- setStepLocator(StepLocator) - Method in class org.springframework.batch.integration.partition.StepExecutionRequestHandler
-
Used to locate a Step
to execute for each request.
- setStepName(String) - Method in class org.springframework.batch.admin.jmx.StepExecutionServiceLevelMonitor
-
- setStepName(String) - Method in class org.springframework.batch.admin.sample.StepLocatorStepFactoryBean
-
- setStepName(String) - Method in class org.springframework.batch.integration.partition.MessageChannelPartitionHandler
-
The name of the Step
that will be used to execute the partitioned StepExecution
.
- setTablePrefix(String) - Method in class org.springframework.batch.admin.service.SimpleJobServiceFactoryBean
-
Sets the table prefix for all the batch meta-data tables.
- setTargetType(Class<T>) - Method in class org.springframework.batch.admin.web.BindingHttpMessageConverter
-
- setTaskExecutor(TaskExecutor) - Method in class org.springframework.batch.admin.util.ThrottledTaskExecutor
-
Public setter for the TaskExecutor
to be used to execute the
tasks submitted.
- setTaskExecutor(TaskExecutor) - Method in class org.springframework.batch.integration.async.AsyncItemProcessor
-
The TaskExecutor
to use to allow the item processing to proceed
in the background.
- setTaskScheduler(TaskScheduler) - Method in class org.springframework.batch.poller.scheduling.TaskSchedulerPoller
-
- setThrottleLimit(int) - Method in class org.springframework.batch.admin.util.ThrottledTaskExecutor
-
Limits the number of concurrent executions on the enclosed task executor.
- setThrottleLimit(long) - Method in class org.springframework.batch.integration.chunk.ChunkMessageChannelItemWriter
-
Public setter for the throttle limit.
- setTimeZone(TimeZone) - Method in class org.springframework.batch.admin.web.JobController
-
- setTimeZone(TimeZone) - Method in class org.springframework.batch.admin.web.JobExecutionController
-
- setTimeZone(TimeZone) - Method in class org.springframework.batch.admin.web.StepExecutionController
-
- setTrigger(Trigger) - Method in class org.springframework.batch.poller.scheduling.TaskSchedulerPoller
-
- setUpperThreshold(int) - Method in class org.springframework.batch.admin.jmx.StepExecutionServiceLevelMonitor
-
Upper threshold for observed attribute.
- setView(View) - Method in class org.springframework.batch.admin.web.ViewHandler
-
- setViewResolver(ViewResolver) - Method in class org.springframework.batch.admin.web.freemarker.AjaxFreeMarkerView
-
- setXml(String) - Method in class org.springframework.batch.admin.integration.JobConfigurationRequest
-
- shortPath() - Method in class org.springframework.batch.admin.service.FileInfo
-
- SimpleJobExecutionMetrics - Class in org.springframework.batch.admin.jmx
-
- SimpleJobExecutionMetrics(JobService, String) - Constructor for class org.springframework.batch.admin.jmx.SimpleJobExecutionMetrics
-
- SimpleJobService - Class in org.springframework.batch.admin.service
-
Implementation of
JobService
that delegates most of its work to other
off-the-shelf components.
- SimpleJobService(SearchableJobInstanceDao, SearchableJobExecutionDao, SearchableStepExecutionDao, JobRepository, JobLauncher, ListableJobLocator, ExecutionContextDao) - Constructor for class org.springframework.batch.admin.service.SimpleJobService
-
- SimpleJobServiceFactoryBean - Class in org.springframework.batch.admin.service
-
A factory for a
JobService
that makes the configuration of its
various ingredients as convenient as possible.
- SimpleJobServiceFactoryBean() - Constructor for class org.springframework.batch.admin.service.SimpleJobServiceFactoryBean
-
- SimpleStepExecutionMetrics - Class in org.springframework.batch.admin.jmx
-
- SimpleStepExecutionMetrics(JobService, String, String) - Constructor for class org.springframework.batch.admin.jmx.SimpleStepExecutionMetrics
-
- size() - Method in class org.springframework.batch.admin.util.ThrottledTaskExecutor
-
Get an estimate of the number of pending requests.
- start() - Method in class org.springframework.batch.admin.jmx.BatchMBeanExporter
-
- STEP_EXECUTION - Static variable in class org.springframework.batch.integration.async.StepExecutionInterceptor
-
The name of the header
- StepContributionSource - Interface in org.springframework.batch.integration.chunk
-
A source of StepContribution
instances that can be aggregated and used to update an ongoing
StepExecution
.
- StepExecutionController - Class in org.springframework.batch.admin.web
-
Controller for step executions.
- StepExecutionController(JobService) - Constructor for class org.springframework.batch.admin.web.StepExecutionController
-
- StepExecutionHistory - Class in org.springframework.batch.admin.history
-
- StepExecutionHistory(String) - Constructor for class org.springframework.batch.admin.history.StepExecutionHistory
-
- StepExecutionInfo - Class in org.springframework.batch.admin.web
-
- StepExecutionInfo(String, Long, String, TimeZone) - Constructor for class org.springframework.batch.admin.web.StepExecutionInfo
-
- StepExecutionInfo(StepExecution, TimeZone) - Constructor for class org.springframework.batch.admin.web.StepExecutionInfo
-
- StepExecutionInterceptor - Class in org.springframework.batch.integration.async
-
A ChannelInterceptor
that adds the current StepExecution
(if
there is one) as a header to the message.
- StepExecutionInterceptor() - Constructor for class org.springframework.batch.integration.async.StepExecutionInterceptor
-
- StepExecutionMetrics - Interface in org.springframework.batch.admin.jmx
-
- StepExecutionMetricsFactory - Interface in org.springframework.batch.admin.jmx
-
- StepExecutionProgress - Class in org.springframework.batch.admin.web
-
- StepExecutionProgress(StepExecution, StepExecutionHistory) - Constructor for class org.springframework.batch.admin.web.StepExecutionProgress
-
- StepExecutionRequest - Class in org.springframework.batch.integration.partition
-
- StepExecutionRequest(String, Long, Long) - Constructor for class org.springframework.batch.integration.partition.StepExecutionRequest
-
- StepExecutionRequestHandler - Class in org.springframework.batch.integration.partition
-
- StepExecutionRequestHandler() - Constructor for class org.springframework.batch.integration.partition.StepExecutionRequestHandler
-
- StepExecutionServiceLevelMonitor - Class in org.springframework.batch.admin.jmx
-
Monitors executions of a given step and sends JMX notifications if it takes
too long.
- StepExecutionServiceLevelMonitor() - Constructor for class org.springframework.batch.admin.jmx.StepExecutionServiceLevelMonitor
-
- stepLocator - Variable in class org.springframework.batch.admin.sample.StepLocatorStepFactoryBean
-
- StepLocatorStepFactoryBean - Class in org.springframework.batch.admin.sample
-
Convenience factory for Step
instances given a StepLocator
.
- StepLocatorStepFactoryBean() - Constructor for class org.springframework.batch.admin.sample.StepLocatorStepFactoryBean
-
- stepName - Variable in class org.springframework.batch.admin.sample.StepLocatorStepFactoryBean
-
- stop() - Method in class org.springframework.batch.admin.jmx.BatchMBeanExporter
-
- stop(Runnable) - Method in class org.springframework.batch.admin.jmx.BatchMBeanExporter
-
- stop(Long) - Method in interface org.springframework.batch.admin.service.JobService
-
Send a signal to a job execution to stop processing.
- stop(Long) - Method in class org.springframework.batch.admin.service.SimpleJobService
-
- stop(Model, JobExecutionController.StopRequest, Errors, Long) - Method in class org.springframework.batch.admin.web.JobExecutionController
-
- stopAll() - Method in interface org.springframework.batch.admin.service.JobService
-
Send a stop signal to all running job executions.
- stopAll() - Method in class org.springframework.batch.admin.service.SimpleJobService
-
- stopAll(ModelMap, int, int) - Method in class org.springframework.batch.admin.web.JobExecutionController
-
- StopRequest() - Constructor for class org.springframework.batch.admin.web.JobExecutionController.StopRequest
-
- StringToJobLaunchRequestAdapter - Class in org.springframework.batch.admin.integration
-
Adapt a String to a
JobLaunchRequest
consisting of a reference to a
Job
and some
JobParameters
.
- StringToJobLaunchRequestAdapter() - Constructor for class org.springframework.batch.admin.integration.StringToJobLaunchRequestAdapter
-
- synchronizeStatus(JobExecution) - Method in class org.springframework.batch.admin.service.JdbcSearchableJobExecutionDao
-