Package com.baidu.disconf.client.core.impl

Examples of com.baidu.disconf.client.core.impl.DisconfCoreMgrImpl


        FetcherMgr fetcherMgr = FetcherFactory.getFetcherMgr();

        // Watch 模块
        WatchMgr watchMgr = WatchFactory.getWatchMgr(fetcherMgr);

        DisconfCoreMgr disconfCoreMgr = new DisconfCoreMgrImpl(watchMgr,
                fetcherMgr);

        return disconfCoreMgr;
    }
View Full Code Here

TOP

Related Classes of com.baidu.disconf.client.core.impl.DisconfCoreMgrImpl

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.