Public Member Functions

cern.laser.console.impl.ConfigurationImpl Class Reference

Inheritance diagram for cern.laser.console.impl.ConfigurationImpl:
cern.laser.console.Configuration

List of all members.

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

Constructor & Destructor Documentation

cern.laser.console.impl.ConfigurationImpl.ConfigurationImpl ( Object  newConfiguration,
ORB  orb,
AcsLogger  logger 
) throws LaserConsoleException

Member Function Documentation

Behaviour cern.laser.console.impl.ConfigurationImpl.createBehaviour (  ) 

Factory method.

Returns:
a new alarm console behaviour instance.

Implements cern.laser.console.Configuration.

CommentedAlarmMap cern.laser.console.impl.ConfigurationImpl.getAcknowledged (  )  throws LaserConsoleException

Get the acknowledged alarms.

Returns:
the acknowledged alarms.
Exceptions:
LaserConsoleException if the request could not be served.

Implements cern.laser.console.Configuration.

Boolean cern.laser.console.impl.ConfigurationImpl.getActiveListFont (  )  throws LaserConsoleException
CommentedAlarmMap cern.laser.console.impl.ConfigurationImpl.getAutoHighlighted (  )  throws LaserConsoleException

Get the permanently highlighted alarms.

Returns:
the permanently highlighted alarms.
Exceptions:
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.

Returns:
the permanently klaxoned alarms.
Exceptions:
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.

Returns:
the alarm console behaviour.
Exceptions:
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.

Returns:
the highlighted alarms.
Exceptions:
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.

Returns:
the inhibited alarms.
Exceptions:
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.

Returns:
the masked alarms.
Exceptions:
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.

Exceptions:
LaserConsoleException if the request could not be served.
Returns:
the configuration name.

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.

Returns:
the new alarms.
Exceptions:
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.

Exceptions:
LaserConsoleException if the request could not be served.
Returns:
the alarm selection.

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.

Exceptions:
LaserConsoleException if the request could not be served.
Returns:
true if it is a user's default configuration.

Implements cern.laser.console.Configuration.

void cern.laser.console.impl.ConfigurationImpl.setAcknowledged ( CommentedAlarmMap  newAcknowledged  )  throws LaserConsoleException

Set the acknowledged alarms.

Parameters:
newAcknowledged the acknowledged alarms.
Exceptions:
LaserConsoleException if the request could not be served.

Implements cern.laser.console.Configuration.

void cern.laser.console.impl.ConfigurationImpl.setActiveListFont ( Boolean  isActiveListFont  )  throws LaserConsoleException
void cern.laser.console.impl.ConfigurationImpl.setAutoHighlighted ( CommentedAlarmMap  newAutoHighlighted  )  throws LaserConsoleException

Set the permanently highlighted alarms.

Parameters:
newAutoHighlighted the permanently highlighted alarms.
Exceptions:
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.

Parameters:
newAutoKlaxoned the permanently klaxoned alarms.
Exceptions:
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.

Parameters:
newBehaviour the alarm console behaviour.
Exceptions:
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.

Parameters:
newHighlighted the highlighted alarms.
Exceptions:
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.

Parameters:
newInhibited the inhibited alarms.
Exceptions:
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.

Parameters:
newMasked the masked alarms.
Exceptions:
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.

Exceptions:
LaserConsoleException if the request could not be served.
Parameters:
newName the configuration name.

Implements cern.laser.console.Configuration.

void cern.laser.console.impl.ConfigurationImpl.setNewIndicator ( CommentedAlarmMap  newNewIndicator  )  throws LaserConsoleException

Set the new alarms.

Parameters:
newAcknowledged the new alarms.
Exceptions:
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.

Exceptions:
LaserConsoleException if the request could not be served.
Parameters:
newSelection the alarm selection.

Implements cern.laser.console.Configuration.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties