public interface Configuration
| 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 getName()
throws LaserConsoleException
LaserConsoleException - if the request could not be served.void setName(java.lang.String newName)
throws LaserConsoleException
newName - the configuration name.LaserConsoleException - if the request could not be served.boolean isDefault()
throws LaserConsoleException
LaserConsoleException - if the request could not be served.Selection getSelection() throws LaserConsoleException
LaserConsoleException - if the request could not be served.void setSelection(Selection newSelection) throws LaserConsoleException
newSelection - the alarm selection.LaserConsoleException - if the request could not be served.Behaviour createBehaviour()
Behaviour getBehaviour() throws LaserConsoleException
LaserConsoleException - if the request could not be served.void setBehaviour(Behaviour newBehaviour) throws LaserConsoleException
newBehaviour - the alarm console behaviour.LaserConsoleException - if the request could not be served.CommentedAlarmMap getMasked() throws LaserConsoleException
LaserConsoleException - if the request could not be served.void setMasked(CommentedAlarmMap newMasked) throws LaserConsoleException
newMasked - the masked alarms.LaserConsoleException - if the request could not be served.CommentedAlarmMap getInhibited() throws LaserConsoleException
LaserConsoleException - if the request could not be served.void setInhibited(CommentedAlarmMap newInhibited) throws LaserConsoleException
newInhibited - the inhibited alarms.LaserConsoleException - if the request could not be served.CommentedAlarmMap getHighlighted() throws LaserConsoleException
LaserConsoleException - if the request could not be served.void setHighlighted(CommentedAlarmMap newHighlighted) throws LaserConsoleException
newHighlighted - the highlighted alarms.LaserConsoleException - if the request could not be served.CommentedAlarmMap getAutoHighlighted() throws LaserConsoleException
LaserConsoleException - if the request could not be served.void setAutoHighlighted(CommentedAlarmMap newAutoHighlighted) throws LaserConsoleException
newAutoHighlighted - the permanently highlighted alarms.LaserConsoleException - if the request could not be served.CommentedAlarmMap getAutoKlaxoned() throws LaserConsoleException
LaserConsoleException - if the request could not be served.void setAutoKlaxoned(CommentedAlarmMap newAutoKlaxoned) throws LaserConsoleException
newAutoKlaxoned - the permanently klaxoned alarms.LaserConsoleException - if the request could not be served.CommentedAlarmMap getAcknowledged() throws LaserConsoleException
LaserConsoleException - if the request could not be served.void setAcknowledged(CommentedAlarmMap newAcknowledged) throws LaserConsoleException
newAcknowledged - the acknowledged alarms.LaserConsoleException - if the request could not be served.CommentedAlarmMap getNewIndicator() throws LaserConsoleException
LaserConsoleException - if the request could not be served.void setNewIndicator(CommentedAlarmMap newNewIndicator) throws LaserConsoleException
newAcknowledged - the new alarms.LaserConsoleException - if the request could not be served.java.lang.Boolean getActiveListFont()
throws LaserConsoleException
LaserConsoleExceptionvoid setActiveListFont(java.lang.Boolean isActiveListFont)
throws LaserConsoleException
LaserConsoleException