Package com.taobao.zeus.broadcast.alarm

Examples of com.taobao.zeus.broadcast.alarm.MailAlarm.alarm()


        new Thread() {
          @Override
          public void run() {
            try {
              Thread.sleep(6000);
              mailAlarm.alarm(his.getId(), title.toString(),
                  content.toString().replace("\n","<br/>").replace("http://zeus.taobao.com:9999", "<a href='http://zeus.taobao.com:9999'>http://zeus.taobao.com:9999</a>"));
            } catch (Exception e) {
              log.error("send run timeover mail alarm failed", e);
            }
          }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.