Public Member Functions | |
| ConfigurationImpl (Object newConfiguration, ORB orb, AcsLogger logger) throws LaserConsoleException | |
| String | toString () |
| String | getName () throws LaserConsoleException |
| void | setName (String newName) throws LaserConsoleException |
| boolean | isDefault () throws LaserConsoleException |
| Selection | getSelection () throws LaserConsoleException |
| void | setSelection (Selection newSelection) throws LaserConsoleException |
| Behaviour | createBehaviour () |
| Behaviour | getBehaviour () throws LaserConsoleException |
| void | setBehaviour (Behaviour newBehaviour) throws LaserConsoleException |
| CommentedAlarmMap | getMasked () throws LaserConsoleException |
| void | setMasked (CommentedAlarmMap newMasked) throws LaserConsoleException |
| CommentedAlarmMap | getInhibited () throws LaserConsoleException |
| void | setInhibited (CommentedAlarmMap newInhibited) throws LaserConsoleException |
| CommentedAlarmMap | getHighlighted () throws LaserConsoleException |
| void | setHighlighted (CommentedAlarmMap newHighlighted) throws LaserConsoleException |
| CommentedAlarmMap | getAutoHighlighted () throws LaserConsoleException |
| void | setAutoHighlighted (CommentedAlarmMap newAutoHighlighted) throws LaserConsoleException |
| CommentedAlarmMap | getAutoKlaxoned () throws LaserConsoleException |
| void | setAutoKlaxoned (CommentedAlarmMap newAutoKlaxoned) throws LaserConsoleException |
| CommentedAlarmMap | getAcknowledged () throws LaserConsoleException |
| void | setAcknowledged (CommentedAlarmMap newAcknowledged) throws LaserConsoleException |
| CommentedAlarmMap | getNewIndicator () throws LaserConsoleException |
| void | setNewIndicator (CommentedAlarmMap newNewIndicator) throws LaserConsoleException |
| Boolean | getActiveListFont () throws LaserConsoleException |
| void | setActiveListFont (Boolean isActiveListFont) throws LaserConsoleException |
| cern.laser.console.impl.ConfigurationImpl.ConfigurationImpl | ( | Object | newConfiguration, | |
| ORB | orb, | |||
| AcsLogger | logger | |||
| ) | throws LaserConsoleException |
| Behaviour cern.laser.console.impl.ConfigurationImpl.createBehaviour | ( | ) |
Factory method.
Implements cern.laser.console.Configuration.
| CommentedAlarmMap cern.laser.console.impl.ConfigurationImpl.getAcknowledged | ( | ) | throws LaserConsoleException |
Get the acknowledged alarms.
| LaserConsoleException | if the request could not be served. |
Implements cern.laser.console.Configuration.
| Boolean cern.laser.console.impl.ConfigurationImpl.getActiveListFont | ( | ) | throws LaserConsoleException |
Implements cern.laser.console.Configuration.
| CommentedAlarmMap cern.laser.console.impl.ConfigurationImpl.getAutoHighlighted | ( | ) | throws LaserConsoleException |
Get the permanently highlighted alarms.
| LaserConsoleException | if the request could not be served. |
Implements cern.laser.console.Configuration.
Referenced by cern.laser.console.impl.ConfigurationImpl.toString().
| CommentedAlarmMap cern.laser.console.impl.ConfigurationImpl.getAutoKlaxoned | ( | ) | throws LaserConsoleException |
Get the permanently klaxoned alarms.
| LaserConsoleException | if the request could not be served. |
Implements cern.laser.console.Configuration.
Referenced by cern.laser.console.impl.ConfigurationImpl.toString().
| Behaviour cern.laser.console.impl.ConfigurationImpl.getBehaviour | ( | ) | throws LaserConsoleException |
Get the alarm console behaviour.
| LaserConsoleException | if the request could not be served. |
Implements cern.laser.console.Configuration.
Referenced by cern.laser.console.impl.ConfigurationImpl.toString().
| CommentedAlarmMap cern.laser.console.impl.ConfigurationImpl.getHighlighted | ( | ) | throws LaserConsoleException |
Get the highlighted alarms.
| LaserConsoleException | if the request could not be served. |
Implements cern.laser.console.Configuration.
Referenced by cern.laser.console.impl.ConfigurationImpl.toString().
| CommentedAlarmMap cern.laser.console.impl.ConfigurationImpl.getInhibited | ( | ) | throws LaserConsoleException |
Get the inhibited alarms.
| LaserConsoleException | if the request could not be served. |
Implements cern.laser.console.Configuration.
Referenced by cern.laser.console.impl.ConfigurationImpl.toString().
| CommentedAlarmMap cern.laser.console.impl.ConfigurationImpl.getMasked | ( | ) | throws LaserConsoleException |
Get the masked alarms.
| LaserConsoleException | if the request could not be served. |
Implements cern.laser.console.Configuration.
Referenced by cern.laser.console.impl.ConfigurationImpl.toString().
| String cern.laser.console.impl.ConfigurationImpl.getName | ( | ) | throws LaserConsoleException |
Get the configuration name.
| LaserConsoleException | if the request could not be served. |
Implements cern.laser.console.Configuration.
Referenced by cern.laser.console.impl.ConfigurationImpl.toString().
| CommentedAlarmMap cern.laser.console.impl.ConfigurationImpl.getNewIndicator | ( | ) | throws LaserConsoleException |
Get the new alarms.
| LaserConsoleException | if the request could not be served. |
Implements cern.laser.console.Configuration.
| Selection cern.laser.console.impl.ConfigurationImpl.getSelection | ( | ) | throws LaserConsoleException |
Get the alarm selection.
| LaserConsoleException | if the request could not be served. |
Implements cern.laser.console.Configuration.
Referenced by cern.laser.console.impl.ConfigurationImpl.toString().
| boolean cern.laser.console.impl.ConfigurationImpl.isDefault | ( | ) | throws LaserConsoleException |
Check if the configuration is a default configuration.
| LaserConsoleException | if the request could not be served. |
Implements cern.laser.console.Configuration.
| void cern.laser.console.impl.ConfigurationImpl.setAcknowledged | ( | CommentedAlarmMap | newAcknowledged | ) | throws LaserConsoleException |
Set the acknowledged alarms.
| newAcknowledged | the acknowledged alarms. |
| LaserConsoleException | if the request could not be served. |
Implements cern.laser.console.Configuration.
| void cern.laser.console.impl.ConfigurationImpl.setActiveListFont | ( | Boolean | isActiveListFont | ) | throws LaserConsoleException |
Implements cern.laser.console.Configuration.
| void cern.laser.console.impl.ConfigurationImpl.setAutoHighlighted | ( | CommentedAlarmMap | newAutoHighlighted | ) | throws LaserConsoleException |
Set the permanently highlighted alarms.
| newAutoHighlighted | the permanently highlighted alarms. |
| LaserConsoleException | if the request could not be served. |
Implements cern.laser.console.Configuration.
| void cern.laser.console.impl.ConfigurationImpl.setAutoKlaxoned | ( | CommentedAlarmMap | newAutoKlaxoned | ) | throws LaserConsoleException |
Set the permanently klaxoned alarms.
| newAutoKlaxoned | the permanently klaxoned alarms. |
| LaserConsoleException | if the request could not be served. |
Implements cern.laser.console.Configuration.
| void cern.laser.console.impl.ConfigurationImpl.setBehaviour | ( | Behaviour | newBehaviour | ) | throws LaserConsoleException |
Set the alarm console behaviour.
| newBehaviour | the alarm console behaviour. |
| LaserConsoleException | if the request could not be served. |
Implements cern.laser.console.Configuration.
| void cern.laser.console.impl.ConfigurationImpl.setHighlighted | ( | CommentedAlarmMap | newHighlighted | ) | throws LaserConsoleException |
Set the highlighted alarms.
| newHighlighted | the highlighted alarms. |
| LaserConsoleException | if the request could not be served. |
Implements cern.laser.console.Configuration.
| void cern.laser.console.impl.ConfigurationImpl.setInhibited | ( | CommentedAlarmMap | newInhibited | ) | throws LaserConsoleException |
Set the inhibited alarms.
| newInhibited | the inhibited alarms. |
| LaserConsoleException | if the request could not be served. |
Implements cern.laser.console.Configuration.
| void cern.laser.console.impl.ConfigurationImpl.setMasked | ( | CommentedAlarmMap | newMasked | ) | throws LaserConsoleException |
Set the masked alarms.
| newMasked | the masked alarms. |
| LaserConsoleException | if the request could not be served. |
Implements cern.laser.console.Configuration.
| void cern.laser.console.impl.ConfigurationImpl.setName | ( | String | newName | ) | throws LaserConsoleException |
Set the configuration name.
| LaserConsoleException | if the request could not be served. |
| newName | the configuration name. |
Implements cern.laser.console.Configuration.
| void cern.laser.console.impl.ConfigurationImpl.setNewIndicator | ( | CommentedAlarmMap | newNewIndicator | ) | throws LaserConsoleException |
Set the new alarms.
| newAcknowledged | the new alarms. |
| LaserConsoleException | if the request could not be served. |
Implements cern.laser.console.Configuration.
| void cern.laser.console.impl.ConfigurationImpl.setSelection | ( | Selection | newSelection | ) | throws LaserConsoleException |
Set the alarm selection.
| LaserConsoleException | if the request could not be served. |
| newSelection | the alarm selection. |
Implements cern.laser.console.Configuration.
| String cern.laser.console.impl.ConfigurationImpl.toString | ( | ) |
References cern.laser.console.impl.ConfigurationImpl.getAutoHighlighted(), cern.laser.console.impl.ConfigurationImpl.getAutoKlaxoned(), cern.laser.console.impl.ConfigurationImpl.getBehaviour(), cern.laser.console.impl.ConfigurationImpl.getHighlighted(), cern.laser.console.impl.ConfigurationImpl.getInhibited(), cern.laser.console.impl.ConfigurationImpl.getMasked(), cern.laser.console.impl.ConfigurationImpl.getName(), and cern.laser.console.impl.ConfigurationImpl.getSelection().
1.7.0