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. 
 

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
 java.lang.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.
 



Copyright © 2009. All Rights Reserved.