Public Member Functions | |
| SourceTable () | |
| void | faultStateReceived (FaultState faultState) |
| void | clear () |
| void | compactTable (boolean compact) |
| void | sourceXMLMsgReceived (String asiMessage) |
The table showing alarms from the source channel.
The table receives the alarms from the NC.
| alma.acs.alarm.source.gui.SourceTable.SourceTable | ( | ) |
| void alma.acs.alarm.source.gui.SourceTable.clear | ( | ) |
Remove all the fault states from the table
References alma.acs.alarm.source.gui.SourceTableModel.clear().
Referenced by alma.acs.alarm.source.gui.SourcePanel.actionPerformed().
| void alma.acs.alarm.source.gui.SourceTable.compactTable | ( | boolean | compact | ) |
Toggle between the compact/normal view of the table
| compact |
References alma.acs.alarm.source.gui.SourceTableModel.showCompact().
Referenced by alma.acs.alarm.source.gui.SourcePanel.actionPerformed().
| void alma.acs.alarm.source.gui.SourceTable.faultStateReceived | ( | FaultState | faultState | ) |
The listener for alarms sent by sources.
Implements alma.alarmsystem.clients.source.SourceListener.
References alma.acs.alarm.source.gui.SourceTableModel.addFS().
| void alma.acs.alarm.source.gui.SourceTable.sourceXMLMsgReceived | ( | String | asiMessage | ) |
An XML has been received from the source NC.
The XML follows the ASIMessage.xsd schema definition and therefore it might have one or more fault states.
| asiMessage | The ASIMessage received from an alarm source |
Implements alma.alarmsystem.clients.source.SourceListener.
1.7.0