| Package | Description |
|---|---|
| org.springframework.batch.core.explore.support |
Specific implementations of explorer concerns.
|
| org.springframework.batch.core.launch.support |
Support classes for use in bootstrap and launch implementations or configurations.
|
| org.springframework.batch.core.partition.support |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleJobExplorer
Implementation of
JobExplorer using the injected DAOs. |
| Modifier and Type | Method and Description |
|---|---|
Class<JobExplorer> |
AbstractJobExplorerFactoryBean.getObjectType()
The type of object to be returned from
FactoryBean.getObject(). |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleJobOperator.setJobExplorer(JobExplorer jobExplorer)
Public setter for the
JobExplorer. |
void |
CommandLineJobRunner.setJobExplorer(JobExplorer jobExplorer)
Injection setter for
JobExplorer. |
| Modifier and Type | Method and Description |
|---|---|
void |
RemoteStepExecutionAggregator.setJobExplorer(JobExplorer jobExplorer) |
| Constructor and Description |
|---|
RemoteStepExecutionAggregator(JobExplorer jobExplorer)
Create a new instance with a job explorer that can be used to refresh the
data when aggregating.
|
Copyright © 2014. All rights reserved.