Interface InitializableBean

  • All Known Implementing Classes:
    QuartzSchedulerFactoryBean

    public interface InitializableBean
    The Interface InitializableBean.
    Since:
    2011. 2. 20.
    • Method Detail

      • initialize

        @AvoidAdvice
        void initialize()
                 throws java.lang.Exception
        Invoke on initialization after it has set all bean properties supplied.
        Throws:
        java.lang.Exception - if initialization fails