Public Member Functions | |
| void | setAlarmDAO (AlarmDAO alarmDAO) |
| void | setAlarmPublisher (AlarmPublisherImpl alarmPublisher) |
| void | setMailAndSmsServer (MailAndSmsServerImpl mailAndSmsServer) |
| Alarm | load (String alarmId) |
| void | store (Collection updated) |
| void | publish (Collection alarmChanges) |
| void | notify (Collection alarmChanges) |
| Alarm cern.laser.business.pojo.AlarmCacheServerImpl.load | ( | String | alarmId | ) |
References cern.laser.business.dao.AlarmDAO.findAlarm().
| void cern.laser.business.pojo.AlarmCacheServerImpl.notify | ( | Collection | alarmChanges | ) |
References cern.laser.business.data.Status.getActive(), cern.laser.business.data.AlarmChange.getCurrent(), cern.laser.business.data.Alarm.getPiquetEmail(), cern.laser.business.data.Alarm.getPiquetGSM(), cern.laser.business.data.AlarmChange.getPrevious(), and cern.laser.business.data.Alarm.getStatus().
| void cern.laser.business.pojo.AlarmCacheServerImpl.publish | ( | Collection | alarmChanges | ) |
| void cern.laser.business.pojo.AlarmCacheServerImpl.setAlarmDAO | ( | AlarmDAO | alarmDAO | ) |
Referenced by com.cosylab.acs.laser.LaserComponent.initialize().
| void cern.laser.business.pojo.AlarmCacheServerImpl.setAlarmPublisher | ( | AlarmPublisherImpl | alarmPublisher | ) |
Referenced by com.cosylab.acs.laser.LaserComponent.initialize().
| void cern.laser.business.pojo.AlarmCacheServerImpl.setMailAndSmsServer | ( | MailAndSmsServerImpl | mailAndSmsServer | ) |
Referenced by com.cosylab.acs.laser.LaserComponent.initialize().
| void cern.laser.business.pojo.AlarmCacheServerImpl.store | ( | Collection | updated | ) |
1.7.0