|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JobService | |
|---|---|
| org.springframework.batch.admin.integration | |
| org.springframework.batch.admin.jmx | |
| org.springframework.batch.admin.service | |
| org.springframework.batch.admin.web | |
| Uses of JobService in org.springframework.batch.admin.integration |
|---|
| Methods in org.springframework.batch.admin.integration with parameters of type JobService | |
|---|---|
void |
LastJobParametersJobLaunchRequestEnhancer.setJobService(JobService jobService)
|
void |
JobConfigurationResourceLoader.setJobService(JobService jobService)
|
| Uses of JobService in org.springframework.batch.admin.jmx |
|---|
| Methods in org.springframework.batch.admin.jmx with parameters of type JobService | |
|---|---|
void |
BatchMBeanExporter.setJobService(JobService jobService)
|
| Constructors in org.springframework.batch.admin.jmx with parameters of type JobService | |
|---|---|
SimpleJobExecutionMetrics(JobService jobService,
java.lang.String jobName)
|
|
SimpleStepExecutionMetrics(JobService jobService,
java.lang.String jobName,
java.lang.String stepName)
|
|
| Uses of JobService in org.springframework.batch.admin.service |
|---|
| Classes in org.springframework.batch.admin.service that implement JobService | |
|---|---|
class |
SimpleJobService
Implementation of JobService that delegates most of its work to other
off-the-shelf components. |
| Methods in org.springframework.batch.admin.service that return JobService | |
|---|---|
JobService |
SimpleJobServiceFactoryBean.getObject()
Create a SimpleJobService from the configuration provided. |
| Methods in org.springframework.batch.admin.service that return types with arguments of type JobService | |
|---|---|
java.lang.Class<? extends JobService> |
SimpleJobServiceFactoryBean.getObjectType()
Tells the containing bean factory what kind of object is the product of SimpleJobServiceFactoryBean.getObject(). |
| Uses of JobService in org.springframework.batch.admin.web |
|---|
| Constructors in org.springframework.batch.admin.web with parameters of type JobService | |
|---|---|
JobController(JobService jobService)
|
|
JobExecutionController(JobService jobService)
|
|
StepExecutionController(JobService jobService)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||