public class ConfigurationImpl extends java.lang.Object implements Configuration
| Constructor and Description |
|---|
ConfigurationImpl(java.lang.Object newConfiguration,
org.omg.CORBA.ORB orb,
AcsLogger logger) |
| Modifier and Type | Method and Description |
|---|---|
Behaviour |
createBehaviour()
Factory method.
|
CommentedAlarmMap |
getAcknowledged()
Get the acknowledged alarms.
|
java.lang.Boolean |
getActiveListFont() |
CommentedAlarmMap |
getAutoHighlighted()
Get the permanently highlighted alarms.
|
CommentedAlarmMap |
getAutoKlaxoned()
Get the permanently klaxoned alarms.
|
Behaviour |
getBehaviour()
Get the alarm console behaviour.
|
CommentedAlarmMap |
getHighlighted()
Get the highlighted alarms.
|
CommentedAlarmMap |
getInhibited()
Get the inhibited alarms.
|
CommentedAlarmMap |
getMasked()
Get the masked alarms.
|
java.lang.String |
getName()
Get the configuration name.
|
CommentedAlarmMap |
getNewIndicator()
Get the new alarms.
|
Selection |
getSelection()
Get the alarm selection.
|
boolean |
isDefault()
Check if the configuration is a default configuration.
|
void |
setAcknowledged(CommentedAlarmMap newAcknowledged)
Set the acknowledged alarms.
|
void |
setActiveListFont(java.lang.Boolean isActiveListFont) |
void |
setAutoHighlighted(CommentedAlarmMap newAutoHighlighted)
Set the permanently highlighted alarms.
|
void |
setAutoKlaxoned(CommentedAlarmMap newAutoKlaxoned)
Set the permanently klaxoned alarms.
|
void |
setBehaviour(Behaviour newBehaviour)
Set the alarm console behaviour.
|
void |
setHighlighted(CommentedAlarmMap newHighlighted)
Set the highlighted alarms.
|
void |
setInhibited(CommentedAlarmMap newInhibited)
Set the inhibited alarms.
|
void |
setMasked(CommentedAlarmMap newMasked)
Set the masked alarms.
|
void |
setName(java.lang.String newName)
Set the configuration name.
|
void |
setNewIndicator(CommentedAlarmMap newNewIndicator)
Set the new alarms.
|
void |
setSelection(Selection newSelection)
Set the alarm selection.
|
java.lang.String |
toString() |
public ConfigurationImpl(java.lang.Object newConfiguration,
org.omg.CORBA.ORB orb,
AcsLogger logger)
throws LaserConsoleException
LaserConsoleExceptionpublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getName()
throws LaserConsoleException
ConfigurationgetName in interface ConfigurationLaserConsoleException - if the request could not be served.public void setName(java.lang.String newName)
throws LaserConsoleException
ConfigurationsetName in interface ConfigurationnewName - the configuration name.LaserConsoleException - if the request could not be served.public boolean isDefault()
throws LaserConsoleException
ConfigurationisDefault in interface ConfigurationLaserConsoleException - if the request could not be served.public Selection getSelection() throws LaserConsoleException
ConfigurationgetSelection in interface ConfigurationLaserConsoleException - if the request could not be served.public void setSelection(Selection newSelection) throws LaserConsoleException
ConfigurationsetSelection in interface ConfigurationnewSelection - the alarm selection.LaserConsoleException - if the request could not be served.public Behaviour createBehaviour()
ConfigurationcreateBehaviour in interface Configurationpublic Behaviour getBehaviour() throws LaserConsoleException
ConfigurationgetBehaviour in interface ConfigurationLaserConsoleException - if the request could not be served.public void setBehaviour(Behaviour newBehaviour) throws LaserConsoleException
ConfigurationsetBehaviour in interface ConfigurationnewBehaviour - the alarm console behaviour.LaserConsoleException - if the request could not be served.public CommentedAlarmMap getMasked() throws LaserConsoleException
ConfigurationgetMasked in interface ConfigurationLaserConsoleException - if the request could not be served.public void setMasked(CommentedAlarmMap newMasked) throws LaserConsoleException
ConfigurationsetMasked in interface ConfigurationnewMasked - the masked alarms.LaserConsoleException - if the request could not be served.public CommentedAlarmMap getInhibited() throws LaserConsoleException
ConfigurationgetInhibited in interface ConfigurationLaserConsoleException - if the request could not be served.public void setInhibited(CommentedAlarmMap newInhibited) throws LaserConsoleException
ConfigurationsetInhibited in interface ConfigurationnewInhibited - the inhibited alarms.LaserConsoleException - if the request could not be served.public CommentedAlarmMap getHighlighted() throws LaserConsoleException
ConfigurationgetHighlighted in interface ConfigurationLaserConsoleException - if the request could not be served.public void setHighlighted(CommentedAlarmMap newHighlighted) throws LaserConsoleException
ConfigurationsetHighlighted in interface ConfigurationnewHighlighted - the highlighted alarms.LaserConsoleException - if the request could not be served.public CommentedAlarmMap getAutoHighlighted() throws LaserConsoleException
ConfigurationgetAutoHighlighted in interface ConfigurationLaserConsoleException - if the request could not be served.public void setAutoHighlighted(CommentedAlarmMap newAutoHighlighted) throws LaserConsoleException
ConfigurationsetAutoHighlighted in interface ConfigurationnewAutoHighlighted - the permanently highlighted alarms.LaserConsoleException - if the request could not be served.public CommentedAlarmMap getAutoKlaxoned() throws LaserConsoleException
ConfigurationgetAutoKlaxoned in interface ConfigurationLaserConsoleException - if the request could not be served.public void setAutoKlaxoned(CommentedAlarmMap newAutoKlaxoned) throws LaserConsoleException
ConfigurationsetAutoKlaxoned in interface ConfigurationnewAutoKlaxoned - the permanently klaxoned alarms.LaserConsoleException - if the request could not be served.public CommentedAlarmMap getAcknowledged() throws LaserConsoleException
ConfigurationgetAcknowledged in interface ConfigurationLaserConsoleException - if the request could not be served.public void setAcknowledged(CommentedAlarmMap newAcknowledged) throws LaserConsoleException
ConfigurationsetAcknowledged in interface ConfigurationnewAcknowledged - the acknowledged alarms.LaserConsoleException - if the request could not be served.public CommentedAlarmMap getNewIndicator() throws LaserConsoleException
ConfigurationgetNewIndicator in interface ConfigurationLaserConsoleException - if the request could not be served.public void setNewIndicator(CommentedAlarmMap newNewIndicator) throws LaserConsoleException
ConfigurationsetNewIndicator in interface ConfigurationLaserConsoleException - if the request could not be served.public java.lang.Boolean getActiveListFont()
throws LaserConsoleException
getActiveListFont in interface ConfigurationLaserConsoleExceptionpublic void setActiveListFont(java.lang.Boolean isActiveListFont)
throws LaserConsoleException
setActiveListFont in interface ConfigurationLaserConsoleException