类 AbstractProxyManager

    • 构造器详细资料

      • AbstractProxyManager

        public AbstractProxyManager()
    • 方法详细资料

      • setProxyTarget

        public void setProxyTarget​(ProxyType type)
      • addInterceptor

        public void addInterceptor​(Interceptor interceptor)
      • Initialization

        protected void Initialization​(Object target)
        Initialising the proxy approach
        参数:
        target - the target object
      • doInterceptor

        public Object doInterceptor​(Object target)
        Creating a Proxy Object Using a Parameterless Constructor
        参数:
        target -
        返回:
      • doInterceptor

        public Object doInterceptor​(Object target,
                                    Object[] args)
        Load all interceptors and generate interceptor links and creating proxy objects with parametric constructors
        参数:
        target - the target object