类 ReferenceBeanManager

  • 所有已实现的接口:
    org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

    public class ReferenceBeanManager
    extends Object
    implements org.springframework.context.ApplicationContextAware
    • 构造器详细资料

      • ReferenceBeanManager

        public ReferenceBeanManager()
    • 方法详细资料

      • registerReferenceKeyAndBeanName

        public void registerReferenceKeyAndBeanName​(String referenceKey,
                                                    String referenceBeanName)
      • setApplicationContext

        public void setApplicationContext​(org.springframework.context.ApplicationContext applicationContext)
                                   throws org.springframework.beans.BeansException
        指定者:
        setApplicationContext 在接口中 org.springframework.context.ApplicationContextAware
        抛出:
        org.springframework.beans.BeansException
      • prepareReferenceBeans

        public void prepareReferenceBeans()
                                   throws Exception
        Initialize all reference beans, call at Dubbo starting
        抛出:
        Exception