Package com.taobao.top.analysis.config

Examples of com.taobao.top.analysis.config.AbstractConfig


                    + ",config file was modified!!!";
            }
            catch (UnknownHostException e1) {
                log.error(e1);
            }
            AbstractConfig tmpConfig = (AbstractConfig)nodeConfig;
            if(tmpConfig.isEnableAlert())
                AnalyzerUtil.sendOutAlert(java.util.Calendar.getInstance(), tmpConfig.getAlertUrl(), tmpConfig.getAlertFrom(), tmpConfig.getAlertModel(), tmpConfig.getAlertWangWang(), content);
        }
    }
View Full Code Here

TOP

Related Classes of com.taobao.top.analysis.config.AbstractConfig

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.