Package | Description |
---|---|
org.springframework.batch.admin.integration | |
org.springframework.batch.admin.jmx | |
org.springframework.batch.admin.service | |
org.springframework.batch.admin.web |
Modifier and Type | Method and Description |
---|---|
void |
LastJobParametersJobLaunchRequestEnhancer.setJobService(JobService jobService) |
void |
JobConfigurationResourceLoader.setJobService(JobService jobService) |
Modifier and Type | Method and Description |
---|---|
void |
BatchMBeanExporter.setJobService(JobService jobService) |
Constructor and Description |
---|
SimpleJobExecutionMetrics(JobService jobService,
String jobName) |
SimpleStepExecutionMetrics(JobService jobService,
String jobName,
String stepName) |
Modifier and Type | Class and Description |
---|---|
class |
SimpleJobService
Implementation of
JobService that delegates most of its work to other
off-the-shelf components. |
Modifier and Type | Method and Description |
---|---|
JobService |
SimpleJobServiceFactoryBean.getObject()
Create a
SimpleJobService from the configuration provided. |
Modifier and Type | Method and Description |
---|---|
Class<? extends JobService> |
SimpleJobServiceFactoryBean.getObjectType()
Tells the containing bean factory what kind of object is the product of
SimpleJobServiceFactoryBean.getObject() . |
Constructor and Description |
---|
JobController(JobService jobService) |
JobExecutionController(JobService jobService) |
StepExecutionController(JobService jobService) |
Copyright © 2015. All rights reserved.