Package com.taobao.zeus.broadcast.alarm

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


          Calendar now = Calendar.getInstance();
          int hour = now.get(Calendar.HOUR_OF_DAY);
          int day = now.get(Calendar.DAY_OF_WEEK);
          if (day == Calendar.SATURDAY || day == Calendar.SUNDAY
              || hour < 9 || hour > 18) {
            smsAlarm.alarm(his.getId(), title.toString(),
                content.toString(), null);
          }
        }
      }
      return true;
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.