Package common

Examples of common.InfoUtil


      dataTipMsg = "";
      ssc.getIsPullData(url,Config.prop.getProperty("blsscid"));
      if (ssc.isPullData) {
        ssc.dataSSC(url, Config.prop.getProperty("blsscid"));
        if (StringUtils.isNotBlank(dataTipMsg)) {
          InfoUtil tool = new InfoUtil();
          tool.show(dataTipMsg);
        }
        everySSCPos("blssc");
      }
      dataTipMsg = "";
      Thread.sleep(60000);
View Full Code Here


      dataTipMsg = "";
      ssc.getIsPullData(url,Config.prop.getProperty("cqsscid"));
      if (ssc.isPullData) {
        ssc.dataSSC(url, Config.prop.getProperty("cqsscid"));
        if (StringUtils.isNotBlank(dataTipMsg)) {
          InfoUtil tool = new InfoUtil();
          tool.show(dataTipMsg);
        }
        everySSCPos("cqssc");
        dataTipMsg = "";
        ssc.dataSSC(url, Config.prop.getProperty("jxsscid"));
        if (StringUtils.isNotBlank(dataTipMsg)) {
          InfoUtil tool = new InfoUtil();
          tool.show(dataTipMsg);
        }
        everySSCPos("jxssc");
      }
      dataTipMsg = "";
      Thread.sleep(120000);
View Full Code Here

        tips += " yffs---"+ en.getKey()+" over "+Config.ALERT_COUNT+" ->"+en.getValue()+".\r\n";
      }
    }
    if (StringUtils.isNotBlank(tips)) {
      printMsg(type,tips);
      InfoUtil tool = new InfoUtil();
      tool.show(type+": "+tips);
      MP3Player.play("倍儿爽.mp3", 1);
    }
       
    printMsg(type,"/*****************all position**********************/");
    printMsg(type,"all:" + XmlUtils.makeSortedMap(first5));
View Full Code Here

TOP

Related Classes of common.InfoUtil

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.