Public Member Functions | |
AlarmBrowsingHandlerImpl () throws LaserConnectionException | |
Alarm | getAlarmById (String alarmId) throws LaserException |
Alarm | getAlarmByTriplet (Triplet triplet) throws LaserException |
Alarm | getAlarmByTriplet (String faultFamily, String faultMember, Integer faultCode) throws LaserException |
Collection | getAlarmsByCategory (Integer categoryId) throws LaserException |
Collection | getAlarmsByCategory (Category category) throws LaserException |
Collection | getAlarmsBySource (String sourceId) throws LaserException |
Collection | getAlarmsBySource (Source source) throws LaserException |
Collection | getAlarmsByResponsiblePerson (Integer responsibleId) throws LaserException |
Collection | getAlarmsByResponsiblePerson (ResponsiblePerson responsible) throws LaserException |
Collection | getAlarmsByPriority (Integer priority) throws LaserException |
Collection | getSources () throws LaserException |
Collection | getResponsiblePersons () throws LaserException |
Static Public Member Functions | |
Collection | toBusinessAlarmCollection (alma.alarmsystem.Alarm[] as) |
Collection | toBusinessSourceCollection (alma.alarmsystem.Source[] ss) |
Collection | toBusinessResponsiblePersonCollection (alma.alarmsystem.ResponsiblePerson[] ps) |
Static Private Member Functions | |
cern.laser.business.data.ResponsiblePerson | toBusinessResponsiblePerson (alma.alarmsystem.ResponsiblePerson p) |
cern.laser.business.data.Triplet | toBusinessTriplet (alma.alarmsystem.Triplet t) |
java.sql.Timestamp | toSQLTimeStamp (alma.alarmsystem.Timestamp t) |
cern.laser.business.data.Status | toBusinessStatus (alma.alarmsystem.Status s) |
cern.laser.business.data.Source | toBusinessSource (alma.alarmsystem.Source s) |
cern.laser.business.data.Location | toBusinessLocation (alma.alarmsystem.Location l) |
cern.laser.business.data.Alarm | toBusinessAlarm (alma.alarmsystem.Alarm a) |
Private Attributes | |
AlarmService | m_laser |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Helper method converting CORBA struct to EJB business class.
|
|
Helper method.
|
|
Helper method converting CORBA struct to EJB business class.
|
|
Helper method converting CORBA struct to EJB business class.
|
|
Helper method.
|
|
Helper method converting CORBA struct to EJB business class.
|
|
Helper method.
|
|
Helper method converting CORBA struct to EJB business class.
|
|
Helper method converting CORBA struct to EJB business class.
|
|
Helper method converting CORBA struct to SQL Timestamp.
|
|
|