类 MapJobExplorerFactoryBean

  • 所有已实现的接口:
    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.
    从以下版本开始:
    2.0
    作者:
    Dave Syer