Uses of Interface
org.springframework.batch.core.explore.JobExplorer

Packages that use JobExplorer
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   
 

Uses of JobExplorer in org.springframework.batch.core.explore.support
 

Classes in org.springframework.batch.core.explore.support that implement JobExplorer
 class SimpleJobExplorer
          Implementation of JobExplorer using the injected DAOs.
 

Methods in org.springframework.batch.core.explore.support that return types with arguments of type JobExplorer
 Class<JobExplorer> AbstractJobExplorerFactoryBean.getObjectType()
          The type of object to be returned from FactoryBean.getObject().
 

Uses of JobExplorer in org.springframework.batch.core.launch.support
 

Methods in org.springframework.batch.core.launch.support with parameters of type JobExplorer
 void SimpleJobOperator.setJobExplorer(JobExplorer jobExplorer)
          Public setter for the JobExplorer.
 void CommandLineJobRunner.setJobExplorer(JobExplorer jobExplorer)
          Injection setter for JobExplorer.
 

Uses of JobExplorer in org.springframework.batch.core.partition.support
 

Methods in org.springframework.batch.core.partition.support with parameters of type JobExplorer
 void RemoteStepExecutionAggregator.setJobExplorer(JobExplorer jobExplorer)
           
 

Constructors in org.springframework.batch.core.partition.support with parameters of type JobExplorer
RemoteStepExecutionAggregator(JobExplorer jobExplorer)
          Create a new instance with a job explorer that can be used to refresh the data when aggregating.
 



Copyright © 2013 SpringSource. All Rights Reserved.