Package com.baidu.disconf.client.fetcher

Examples of com.baidu.disconf.client.fetcher.FetcherMgr


     * @return
     * @throws Exception
     */
    public static DisconfCoreMgr getDisconfCoreMgr() throws Exception {

        FetcherMgr fetcherMgr = FetcherFactory.getFetcherMgr();

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

        DisconfCoreMgr disconfCoreMgr = new DisconfCoreMgrImpl(watchMgr,
View Full Code Here

TOP

Related Classes of com.baidu.disconf.client.fetcher.FetcherMgr

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.