Public Member Functions | Static Public Member Functions

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

Inherits javax::swing::JFrame, and java::awt::event::ActionListener.

List of all members.

Public Member Functions

 SourcePanel () throws Exception
void actionPerformed (ActionEvent e)

Static Public Member Functions

static void main (String[] args)

Detailed Description

A very simple panel showing alarms published in the source channel.

This panel shows the alarms published by sources in the notification channel. These are the same alarms the alarm service listens to. Alarms published in the source NC can be considered as RAW alarms because they do not contain any info for operators (that is added by the alarm service component and published in the category NCs). This panel can be very useful for debugging purposes when the intention of the developer is to check the generation of the alarms.

This GUI is not intended for operators because the information it provides is not complete. Operators shall use the alarmPanel instead.

Author:
acaproni
Since:
ACS7.0

Constructor & Destructor Documentation

alma.acs.alarm.source.gui.SourcePanel.SourcePanel (  )  throws Exception

Member Function Documentation

void alma.acs.alarm.source.gui.SourcePanel.actionPerformed ( ActionEvent  e  ) 
static void alma.acs.alarm.source.gui.SourcePanel.main ( String[]  args  )  [static]

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