instance);
/**
* Create and register the alarm
*/
AlarmAction action = new AlarmAction();
action.setUrl(alarmBean.getUrl());
AlarmForBlockInstance alarm = alarms.registerAlarm(action,
effectiveScheduleTime, instance);
_alarmsById.put(alarm.getId(), alarm);