Public Member Functions | |
AlarmPanel () | |
AlarmPanel (JFrame frame) | |
void | pause () throws Exception |
void | resume () throws Exception |
void | start () throws Exception |
void | stop () throws Exception |
void | setServices (ContainerServices ctrl) |
boolean | runRestricted (boolean restricted) throws Exception |
void | setACSContainerServices (ContainerServices cs) |
boolean | isOMCPlugin () |
void | connect () |
void | disconnect () |
boolean | isConencting () |
CategoryClient | getCategoryClient () |
synchronized void | addSpecialAlarm (Alarm alarm) throws Exception |
Public Attributes | |
final boolean | ACTIVATE_RDUCTION_RULES = true |
Private Member Functions | |
void | initialize () |
Private Attributes | |
ContainerServices | contSvc = null |
AlarmTableModel | model |
AlarmTable | alarmTable |
JScrollPane | tableScrollPane |
JFrame | frame = null |
CategoryClient | categoryClient = null |
Toolbar | toolbar |
StatusLine | statusLine |
ConnectionListener | connectionListener |
volatile boolean | connecting = false |
volatile boolean | closed = false |
Thread | connectThread |
Thread | disconnectThread |
|
Constructor |
|
Constructor
|
|
A method to send alarms to the GUI outside of the alarm service. At the present it is used by the OMC GUI to send alarms before the alarm service is started.
|
|
Connect Try to connect to the alarm service until it becomes available |
|
Disconnect |
|
|
|
Init the GUI |
|
|
|
Return true if the panel is running inside OMC
|
|
|
|
|
|
|
|
Set the ContainerServices
|
|
|
|
Connect the Client and listens to the categories.
The
|
|
|
|
The startup option for reduction rules |
|
The table of alarms |
|
The client to listen alarms from categories |
|
|
|
Say if there is an attempt to connect |
|
The listener of the connection |
|
The thread to connect/disconnect |
|
The container services |
|
Signal the thread to teminate |
|
The window that shows this panel |
|
The model of the table of alarms |
|
The status line |
|
Initial value: The scroll pane of the table |
|
The toolbar |