Public Member Functions | |
| AlarmDefinitionHandler | getAlarmDefinitionHandler (ORB orb, AcsLogger logger) throws LaserDefinitionException |
| CategoryDefinitionHandler | getCategoryDefinitionHandler (ORB orb, AcsLogger logger) throws LaserDefinitionException |
| CategoryLinkDefinitionHandler | getCategoryLinkDefinitionHandler () throws LaserDefinitionException |
| ReductionMaskDefinitionHandler | getReductionMaskDefinitionHandler () throws LaserDefinitionException |
| SourceDefinitionHandler | getSourceDefinitionHandler (ORB orb, AcsLogger logger) throws LaserDefinitionException |
| Collection | getUserAlarms () throws LaserDefinitionException |
| Collection | getUserCategories () throws LaserDefinitionException |
| Collection | getUserSources () throws LaserDefinitionException |
An adminitrative user. It can create, update and remove alarm definitions from the system.
| AlarmDefinitionHandler cern.laser.definition.AdminUser.getAlarmDefinitionHandler | ( | ORB | orb, | |
| AcsLogger | logger | |||
| ) | throws LaserDefinitionException |
Get the alarm definition handler.
Implemented in cern.laser.definition.impl.AdminUserImpl.
| CategoryDefinitionHandler cern.laser.definition.AdminUser.getCategoryDefinitionHandler | ( | ORB | orb, | |
| AcsLogger | logger | |||
| ) | throws LaserDefinitionException |
Get the category definition handler.
Implemented in cern.laser.definition.impl.AdminUserImpl.
| CategoryLinkDefinitionHandler cern.laser.definition.AdminUser.getCategoryLinkDefinitionHandler | ( | ) | throws LaserDefinitionException |
Get the alarm/category link definition handler.
Implemented in cern.laser.definition.impl.AdminUserImpl.
| ReductionMaskDefinitionHandler cern.laser.definition.AdminUser.getReductionMaskDefinitionHandler | ( | ) | throws LaserDefinitionException |
Get the reduction and mask definition handler.
Implemented in cern.laser.definition.impl.AdminUserImpl.
| SourceDefinitionHandler cern.laser.definition.AdminUser.getSourceDefinitionHandler | ( | ORB | orb, | |
| AcsLogger | logger | |||
| ) | throws LaserDefinitionException |
Get the source definition handler.
Implemented in cern.laser.definition.impl.AdminUserImpl.
| Collection cern.laser.definition.AdminUser.getUserAlarms | ( | ) | throws LaserDefinitionException |
Get the user defined alarms.
| LaserDefinitionException | if the request can not be served |
Implemented in cern.laser.definition.impl.AdminUserImpl.
| Collection cern.laser.definition.AdminUser.getUserCategories | ( | ) | throws LaserDefinitionException |
Get the user defined categories.
| LaserDefinitionException | if the request can not be served |
Implemented in cern.laser.definition.impl.AdminUserImpl.
| Collection cern.laser.definition.AdminUser.getUserSources | ( | ) | throws LaserDefinitionException |
Get the user defined sources.
| LaserDefinitionException | if the request can not be served |
Implemented in cern.laser.definition.impl.AdminUserImpl.
1.7.0