Package com.baidu.disconf.client.watch

Examples of com.baidu.disconf.client.watch.WatchMgr


    public static DisconfCoreMgr getDisconfCoreMgr() throws Exception {

        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.watch.WatchMgr

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.