

| cern::laser::client::impl::services::browsing::AlarmBrowsingHandlerImpl::AlarmBrowsingHandlerImpl | ( | ) | throws LaserConnectionException [inline] |
References m_laser.
| Alarm cern::laser::client::impl::services::browsing::AlarmBrowsingHandlerImpl::getAlarmById | ( | String | alarmId | ) | throws LaserException [inline, virtual] |
Get an alarm.
| alarmId | the alarm identifier |
| LaserException | if the request can not be served |
Implements cern::laser::client::services::browsing::AlarmBrowsingHandler.
References alma::alarmsystem::CERNAlarmServiceOperations::getAlarmById(), m_laser, and toBusinessAlarm().
| Alarm cern::laser::client::impl::services::browsing::AlarmBrowsingHandlerImpl::getAlarmByTriplet | ( | String | faultFamily, | |
| String | faultMember, | |||
| Integer | faultCode | |||
| ) | throws LaserException [inline, virtual] |
Get an alarm.
| faultFamily | the fault family | |
| faultMember | the fault member | |
| faultCode | the fault code |
| LaserException | if the request can not be served |
Implements cern::laser::client::services::browsing::AlarmBrowsingHandler.
References alma::alarmsystem::CERNAlarmServiceOperations::getAlarmByTriplet(), m_laser, and toBusinessAlarm().
| Alarm cern::laser::client::impl::services::browsing::AlarmBrowsingHandlerImpl::getAlarmByTriplet | ( | Triplet | triplet | ) | throws LaserException [inline, virtual] |
Get an alarm.
| triplet | the alarm public identifier |
| LaserException | if the request can not be served |
Implements cern::laser::client::services::browsing::AlarmBrowsingHandler.
| Collection cern::laser::client::impl::services::browsing::AlarmBrowsingHandlerImpl::getAlarmsByCategory | ( | Category | category | ) | throws LaserException [inline, virtual] |
Get the alarms attached to the category.
| category | the category |
| LaserException | if the request can not be served |
Implements cern::laser::client::services::browsing::AlarmBrowsingHandler.
References getAlarmsByCategory().
| Collection cern::laser::client::impl::services::browsing::AlarmBrowsingHandlerImpl::getAlarmsByCategory | ( | Integer | categoryId | ) | throws LaserException [inline, virtual] |
Get the alarms attached to the category.
| categoryId | the category identifier |
| LaserException | if the request can not be served |
Implements cern::laser::client::services::browsing::AlarmBrowsingHandler.
References alma::alarmsystem::CERNAlarmServiceOperations::getAlarmsByCategory(), m_laser, and toBusinessAlarmCollection().
Referenced by getAlarmsByCategory().
| Collection cern::laser::client::impl::services::browsing::AlarmBrowsingHandlerImpl::getAlarmsByPriority | ( | Integer | priority | ) | throws LaserException [inline, virtual] |
Get the alarms attached to the priority.
| priority | the priority (1..4) |
| LaserException | if the request can not be served |
Implements cern::laser::client::services::browsing::AlarmBrowsingHandler.
References alma::alarmsystem::CERNAlarmServiceOperations::getAlarmsByPriority(), m_laser, and toBusinessAlarmCollection().
| Collection cern::laser::client::impl::services::browsing::AlarmBrowsingHandlerImpl::getAlarmsByResponsiblePerson | ( | ResponsiblePerson | responsible | ) | throws LaserException [inline, virtual] |
Get the alarms attached to the responsible person.
| responsible | the responsible person |
| LaserException | if the request can not be served |
Implements cern::laser::client::services::browsing::AlarmBrowsingHandler.
References getAlarmsByResponsiblePerson().
| Collection cern::laser::client::impl::services::browsing::AlarmBrowsingHandlerImpl::getAlarmsByResponsiblePerson | ( | Integer | responsibleId | ) | throws LaserException [inline, virtual] |
Get the alarms attached to the responsible person.
| responsibleId | the responsible person identifier |
| LaserException | if the request can not be served |
Implements cern::laser::client::services::browsing::AlarmBrowsingHandler.
References alma::alarmsystem::CERNAlarmServiceOperations::getAlarmsByResponsiblePerson(), m_laser, and toBusinessAlarmCollection().
Referenced by getAlarmsByResponsiblePerson().
| Collection cern::laser::client::impl::services::browsing::AlarmBrowsingHandlerImpl::getAlarmsBySource | ( | Source | source | ) | throws LaserException [inline, virtual] |
Get the alarms attached to the source.
| source | the source |
| LaserException | if the request can not be served |
Implements cern::laser::client::services::browsing::AlarmBrowsingHandler.
References getAlarmsBySource().
| Collection cern::laser::client::impl::services::browsing::AlarmBrowsingHandlerImpl::getAlarmsBySource | ( | String | sourceId | ) | throws LaserException [inline, virtual] |
Get the alarms attached to the source.
| sourceId | the source identifier |
| LaserException | if the request can not be served |
Implements cern::laser::client::services::browsing::AlarmBrowsingHandler.
References alma::alarmsystem::CERNAlarmServiceOperations::getAlarmsBySource(), m_laser, and toBusinessAlarmCollection().
Referenced by getAlarmsBySource().
| Collection cern::laser::client::impl::services::browsing::AlarmBrowsingHandlerImpl::getResponsiblePersons | ( | ) | throws LaserException [inline, virtual] |
Get the defined responsible persons.
| LaserException | if the request can not be served |
| LaserConnectionException |
Implements cern::laser::client::services::browsing::AlarmBrowsingHandler.
References alma::alarmsystem::CERNAlarmServiceOperations::getResponsiblePersons(), m_laser, and toBusinessResponsiblePersonCollection().
| Collection cern::laser::client::impl::services::browsing::AlarmBrowsingHandlerImpl::getSources | ( | ) | throws LaserException [inline, virtual] |
Get the defined alarm sources.
| LaserException | if the request can not be served |
Implements cern::laser::client::services::browsing::AlarmBrowsingHandler.
References alma::alarmsystem::CERNAlarmServiceOperations::getSources(), m_laser, and toBusinessSourceCollection().
| static cern.laser.business.data.Alarm cern::laser::client::impl::services::browsing::AlarmBrowsingHandlerImpl::toBusinessAlarm | ( | alma.alarmsystem.Alarm | a | ) | [inline, static, private] |
Helper method converting CORBA struct to EJB business class.
| a |
References toBusinessLocation(), toBusinessResponsiblePerson(), toBusinessSource(), toBusinessStatus(), and toBusinessTriplet().
Referenced by getAlarmById(), getAlarmByTriplet(), and toBusinessAlarmCollection().
| static Collection cern::laser::client::impl::services::browsing::AlarmBrowsingHandlerImpl::toBusinessAlarmCollection | ( | alma.alarmsystem.Alarm[] | as | ) | [inline, static] |
Helper method.
| as |
References toBusinessAlarm().
Referenced by getAlarmsByCategory(), getAlarmsByPriority(), getAlarmsByResponsiblePerson(), and getAlarmsBySource().
| static cern.laser.business.data.Location cern::laser::client::impl::services::browsing::AlarmBrowsingHandlerImpl::toBusinessLocation | ( | alma.alarmsystem.Location | l | ) | [inline, static, private] |
Helper method converting CORBA struct to EJB business class.
| l |
Referenced by toBusinessAlarm().
| static cern.laser.business.data.ResponsiblePerson cern::laser::client::impl::services::browsing::AlarmBrowsingHandlerImpl::toBusinessResponsiblePerson | ( | alma.alarmsystem.ResponsiblePerson | p | ) | [inline, static, private] |
Helper method converting CORBA struct to EJB business class.
| p |
Referenced by toBusinessAlarm(), toBusinessResponsiblePersonCollection(), and toBusinessSource().
| static Collection cern::laser::client::impl::services::browsing::AlarmBrowsingHandlerImpl::toBusinessResponsiblePersonCollection | ( | alma.alarmsystem.ResponsiblePerson[] | ps | ) | [inline, static] |
Helper method.
| ps |
References toBusinessResponsiblePerson().
Referenced by getResponsiblePersons().
| static cern.laser.business.data.Source cern::laser::client::impl::services::browsing::AlarmBrowsingHandlerImpl::toBusinessSource | ( | alma.alarmsystem.Source | s | ) | [inline, static, private] |
Helper method converting CORBA struct to EJB business class.
| s |
References toBusinessResponsiblePerson().
Referenced by toBusinessAlarm(), and toBusinessSourceCollection().
| static Collection cern::laser::client::impl::services::browsing::AlarmBrowsingHandlerImpl::toBusinessSourceCollection | ( | alma.alarmsystem.Source[] | ss | ) | [inline, static] |
| static cern.laser.business.data.Status cern::laser::client::impl::services::browsing::AlarmBrowsingHandlerImpl::toBusinessStatus | ( | alma.alarmsystem.Status | s | ) | [inline, static, private] |
Helper method converting CORBA struct to EJB business class.
| s |
References toSQLTimeStamp().
Referenced by toBusinessAlarm().
| static cern.laser.business.data.Triplet cern::laser::client::impl::services::browsing::AlarmBrowsingHandlerImpl::toBusinessTriplet | ( | alma.alarmsystem.Triplet | t | ) | [inline, static, private] |
Helper method converting CORBA struct to EJB business class.
| t |
Referenced by toBusinessAlarm().
| static java.sql.Timestamp cern::laser::client::impl::services::browsing::AlarmBrowsingHandlerImpl::toSQLTimeStamp | ( | alma.alarmsystem.Timestamp | t | ) | [inline, static, private] |
Helper method converting CORBA struct to SQL Timestamp.
| t |
Referenced by toBusinessStatus().
1.6.2