Class AbstractBeanFactory

    • Method Detail

      • createBean

        protected java.lang.Object createBean​(BeanRule beanRule)
      • getFactoryProducedObject

        protected java.lang.Object getFactoryProducedObject​(BeanRule beanRule,
                                                            java.lang.Object bean)
      • doInitialize

        protected void doInitialize()
                             throws java.lang.Exception
        Specified by:
        doInitialize in class AbstractComponent
        Throws:
        java.lang.Exception
      • doDestroy

        protected void doDestroy()
                          throws java.lang.Exception
        Specified by:
        doDestroy in class AbstractComponent
        Throws:
        java.lang.Exception