public static DisconfCoreMgr getDisconfCoreMgr() throws Exception {
FetcherMgr fetcherMgr = FetcherFactory.getFetcherMgr();
// Watch 模块
WatchMgr watchMgr = WatchFactory.getWatchMgr(fetcherMgr);
DisconfCoreMgr disconfCoreMgr = new DisconfCoreMgrImpl(watchMgr,
fetcherMgr);
return disconfCoreMgr;