Public Member Functions

alma.acs.alarm.source.gui.SourceTable Class Reference

Inheritance diagram for alma.acs.alarm.source.gui.SourceTable:
alma.alarmsystem.clients.source.SourceListener

List of all members.

Public Member Functions

 SourceTable ()
void faultStateReceived (FaultState faultState)
void clear ()
void compactTable (boolean compact)
void sourceXMLMsgReceived (String asiMessage)

Detailed Description

The table showing alarms from the source channel.

The table receives the alarms from the NC.

Author:
acaproni

Constructor & Destructor Documentation

alma.acs.alarm.source.gui.SourceTable.SourceTable (  ) 

Member Function Documentation

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

Parameters:
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  ) 
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.

Parameters:
asiMessage The ASIMessage received from an alarm source

Implements alma.alarmsystem.clients.source.SourceListener.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties