Class MapJobExplorerFactoryBean

  • All Implemented Interfaces:
    org.springframework.beans.factory.FactoryBean<JobExplorer>, org.springframework.beans.factory.InitializingBean

    public class MapJobExplorerFactoryBean
    extends AbstractJobExplorerFactoryBean
    implements org.springframework.beans.factory.InitializingBean
    A FactoryBean that automates the creation of a SimpleJobExplorer using in-memory DAO implementations.
    Since:
    2.0
    Author:
    Dave Syer