Examples of AsyncLoadEnhanceProxy


Examples of com.alibaba.asyncload.impl.AsyncLoadEnhanceProxy

    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
Copyright © 2018 www.massapi.com. 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.