类 AbstractJobExplorerFactoryBean

    • 方法详细资料

      • createJobInstanceDao

        protected abstract JobInstanceDao createJobInstanceDao()
                                                        throws java.lang.Exception
        返回:
        fully configured JobInstanceDao implementation.
        抛出:
        java.lang.Exception - thrown if error occurs during JobInstanceDao creation.
      • getObjectType

        public java.lang.Class<JobExplorergetObjectType()
        The type of object to be returned from FactoryBean.getObject().
        指定者:
        getObjectType 在接口中 org.springframework.beans.factory.FactoryBean<JobExplorer>
        返回:
        JobExplorer.class
        另请参阅:
        FactoryBean.getObjectType()
      • isSingleton

        public boolean isSingleton()
        指定者:
        isSingleton 在接口中 org.springframework.beans.factory.FactoryBean<JobExplorer>