Public Member Functions | |
| AlarmInfo (boolean active) | |
Public Attributes | |
| final long | time |
| final boolean | active |
The data stored for each alarm in the map.
Objects of this class are immutable.
| alma.acs.alarmsystem.source.AlarmsMap.AlarmInfo.AlarmInfo | ( | boolean | active | ) |
Constructor
| active | The initial state active/terminate of the alarm |
References alma.acs.alarmsystem.source.AlarmsMap.AlarmInfo.time.
| final boolean alma.acs.alarmsystem.source.AlarmsMap.AlarmInfo.active |
The state active/terminate of the alarm
Referenced by alma.acs.alarmsystem.source.AlarmsMap.clear(), and alma.acs.alarmsystem.source.AlarmsMap.raise().
The time of the last update of this alarm
Referenced by alma.acs.alarmsystem.source.AlarmsMap.AlarmInfo.AlarmInfo(), and alma.acs.alarmsystem.source.AlarmsMap.AlarmsMapRunnable.run().
1.7.0