Public Member Functions | |
abstract Alarm | getAlarmById (String alarmId) throws LaserException |
abstract Alarm | getAlarmByTriplet (Triplet triplet) throws LaserException |
abstract Alarm | getAlarmByTriplet (String faultFamily, String faultMember, Integer faultCode) throws LaserException |
abstract Collection | getAlarmsByCategory (Integer categoryId) throws LaserException |
abstract Collection | getAlarmsByCategory (Category category) throws LaserException |
abstract Collection | getAlarmsBySource (String sourceId) throws LaserException |
abstract Collection | getAlarmsBySource (Source source) throws LaserException |
abstract Collection | getAlarmsByResponsiblePerson (Integer responsibleId) throws LaserException |
abstract Collection | getAlarmsByResponsiblePerson (ResponsiblePerson responsible) throws LaserException |
abstract Collection | getAlarmsByPriority (Integer priority) throws LaserException |
abstract Collection | getSources () throws LaserException |
abstract Collection | getResponsiblePersons () throws LaserException |
Static Public Member Functions | |
AlarmBrowsingHandler | get () throws LaserConnectionException |
Static Private Attributes | |
final ThreadLocal | alarmBrowsingHandler = new ThreadLocal() |
|
Factory method.
|
|
Get an alarm.
|
|
Get an alarm.
|
|
Get an alarm.
|
|
Get the alarms attached to the category.
|
|
Get the alarms attached to the category.
|
|
Get the alarms attached to the priority.
|
|
Get the alarms attached to the responsible person.
|
|
Get the alarms attached to the responsible person.
|
|
Get the alarms attached to the source.
|
|
Get the alarms attached to the source.
|
|
Get the defined responsible persons.
|
|
Get the defined alarm sources.
|
|
|