Class AbstractJobExplorerFactoryBean

    • Constructor Detail

      • AbstractJobExplorerFactoryBean

        public AbstractJobExplorerFactoryBean()
    • Method Detail

      • createJobInstanceDao

        protected abstract JobInstanceDao createJobInstanceDao()
                                                        throws java.lang.Exception
        Returns:
        fully configured JobInstanceDao implementation.
        Throws:
        java.lang.Exception - thrown if error occurs during JobInstanceDao creation.
      • createJobExecutionDao

        protected abstract JobExecutionDao createJobExecutionDao()
                                                          throws java.lang.Exception
        Returns:
        fully configured JobExecutionDao implementation.
        Throws:
        java.lang.Exception - thrown if error occurs during JobExecutionDao creation.
      • createStepExecutionDao

        protected abstract StepExecutionDao createStepExecutionDao()
                                                            throws java.lang.Exception
        Returns:
        fully configured StepExecutionDao implementation.
        Throws:
        java.lang.Exception - thrown if error occurs during StepExecutionDao creation.
      • createExecutionContextDao

        protected abstract ExecutionContextDao createExecutionContextDao()
                                                                  throws java.lang.Exception
        Returns:
        fully configured ExecutionContextDao implementation.
        Throws:
        java.lang.Exception - thrown if error occurs during ExecutionContextDao creation.
      • getObjectType

        public java.lang.Class<JobExplorer> getObjectType()
        The type of object to be returned from FactoryBean.getObject().
        Specified by:
        getObjectType in interface org.springframework.beans.factory.FactoryBean<JobExplorer>
        Returns:
        JobExplorer.class
        See Also:
        FactoryBean.getObjectType()
      • isSingleton

        public boolean isSingleton()
        Specified by:
        isSingleton in interface org.springframework.beans.factory.FactoryBean<JobExplorer>