Package com.alibaba.asyncload.impl

Examples of com.alibaba.asyncload.impl.AsyncLoadEnhanceProxy$AsyncLoadServiceInterceptor


    private Class             targetClass;
    private AsyncLoadExecutor executor;
    private AsyncLoadConfig   config;

    public Object getObject() throws Exception {
        AsyncLoadEnhanceProxy proxy = new AsyncLoadEnhanceProxy(target, config, executor);
        proxy.setTargetClass(targetClass);
        return proxy.getProxy(); // 返回对应的代理对象
    }
View Full Code Here

TOP

Related Classes of com.alibaba.asyncload.impl.AsyncLoadEnhanceProxy$AsyncLoadServiceInterceptor

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.