|
Class Summary |
| AcknowledgeAlarmByFilterController |
This servlet receives an HTTP POST with a list of events to acknowledge or
unacknowledge, and then it redirects the client to a URL for display. |
| AcknowledgeAlarmController |
This servlet receives an HTTP POST with a list of alarms to acknowledge or
unacknowledge, and then it redirects the client to a URL for display. |
| AlarmFilterController |
A controller that handles querying the event table by using filters to create an
event list and and then forwards that event list to a JSP for display. |
| AlarmSeverityChangeController |
This servlet receives an HTTP POST with a list of alarms to escalate or
clear, and then it redirects the client to a URL for display. |
| AlarmTicketController |
|