org.springframework.batch.core.explore.support
Class MapJobExplorerFactoryBean

java.lang.Object
  extended by org.springframework.batch.core.explore.support.AbstractJobExplorerFactoryBean
      extended by org.springframework.batch.core.explore.support.MapJobExplorerFactoryBean
All Implemented Interfaces:
FactoryBean

public class MapJobExplorerFactoryBean
extends AbstractJobExplorerFactoryBean

A FactoryBean that automates the creation of a SimpleJobExplorer using in-memory DAO implementations.

Since:
2.0
Author:
Dave Syer

Constructor Summary
MapJobExplorerFactoryBean()
           
 
Method Summary
protected  ExecutionContextDao createExecutionContextDao()
           
protected  JobExecutionDao createJobExecutionDao()
           
protected  JobInstanceDao createJobInstanceDao()
           
protected  StepExecutionDao createStepExecutionDao()
           
 Object getObject()
           
 
Methods inherited from class org.springframework.batch.core.explore.support.AbstractJobExplorerFactoryBean
getObjectType, isSingleton
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapJobExplorerFactoryBean

public MapJobExplorerFactoryBean()
Method Detail

createJobExecutionDao

protected JobExecutionDao createJobExecutionDao()
                                         throws Exception
Specified by:
createJobExecutionDao in class AbstractJobExplorerFactoryBean
Returns:
fully configured JobExecutionDao implementation.
Throws:
Exception

createJobInstanceDao

protected JobInstanceDao createJobInstanceDao()
                                       throws Exception
Specified by:
createJobInstanceDao in class AbstractJobExplorerFactoryBean
Returns:
fully configured JobInstanceDao implementation.
Throws:
Exception

createStepExecutionDao

protected StepExecutionDao createStepExecutionDao()
                                           throws Exception
Specified by:
createStepExecutionDao in class AbstractJobExplorerFactoryBean
Throws:
Exception

createExecutionContextDao

protected ExecutionContextDao createExecutionContextDao()
                                                 throws Exception
Specified by:
createExecutionContextDao in class AbstractJobExplorerFactoryBean
Throws:
Exception

getObject

public Object getObject()
                 throws Exception
Throws:
Exception


Copyright © 2009 SpringSource. All Rights Reserved.