Classes | |
| class | LocalConsoleUser |
Public Member Functions | |
| UserImpl (String newUserName, ORB orb, AcsLogger logger) throws LaserConsoleException | |
| String | getName () throws LaserConsoleException |
| void | setName (String newName) throws LaserConsoleException |
| String | getPassword () throws LaserConsoleException |
| void | setPassword (String newPassword) throws LaserConsoleException |
| String | getDefaultPrinter () throws LaserConsoleException |
| void | setDefaultPrinter (String newDefaultPrinter) throws LaserConsoleException |
| Collection | getConfigurations () throws LaserConsoleException, LaserConnectionException |
| Configuration | getConfiguration (String name) throws LaserConsoleException, LaserConnectionException |
| Configuration | createConfiguration (String name) throws LaserConsoleException |
| Configuration | createConfiguration (Configuration configuration) throws LaserConsoleException |
| void | removeConfiguration (String name) throws LaserConsoleException |
| Configuration | getDefaultConfiguration () throws LaserConsoleException, LaserConnectionException |
| void | setDefaultConfiguration (String name) throws LaserConsoleException |
| boolean | isDefaultConfiguration (String name) throws LaserConsoleException |
| String | toString () |
| cern.laser.console.impl.UserImpl.UserImpl | ( | String | newUserName, | |
| ORB | orb, | |||
| AcsLogger | logger | |||
| ) | throws LaserConsoleException |
| Configuration cern.laser.console.impl.UserImpl.createConfiguration | ( | String | name | ) | throws LaserConsoleException |
Create a new alarm console configuration for the user.
| name | the name of the configuration to create. |
| LaserConsoleException | if the request could not be served. | |
| LaserConfigurationDuplicationException | if the configuration already exists. |
Implements cern.laser.console.User.
References cern.laser.console.impl.UserImpl.getDefaultConfiguration(), cern.laser.console.Configuration.getSelection(), and cern.laser.client.services.selection.Selection.setCategorySelection().
| Configuration cern.laser.console.impl.UserImpl.createConfiguration | ( | Configuration | configuration | ) | throws LaserConsoleException |
Create a new alarm console configuration for the user using a given configuration.
| configuration | the configuration to be used to create the new one. |
| LaserConsoleException | if the request could not be served. | |
| LaserConfigurationDuplicationException | if the configuration already exists. |
Implements cern.laser.console.User.
| Configuration cern.laser.console.impl.UserImpl.getConfiguration | ( | String | name | ) | throws LaserConsoleException, LaserConnectionException |
Accessor method.
| name | the name of the configuration. |
| LaserConnectionException | if the console cannot connect to the BL | |
| LaserConfigurationNotFoundException | if the configuration does not exist. |
Implements cern.laser.console.User.
| Collection cern.laser.console.impl.UserImpl.getConfigurations | ( | ) | throws LaserConsoleException, LaserConnectionException |
Accessor method.
| LaserConsoleException | if the request could not be served. | |
| LaserConnectionException | if the console cannot connect to the BL |
Implements cern.laser.console.User.
References cern.laser.console.impl.UserImpl.getDefaultConfiguration().
| Configuration cern.laser.console.impl.UserImpl.getDefaultConfiguration | ( | ) | throws LaserConsoleException, LaserConnectionException |
Get the user's default configuration.
| LaserConsoleException | if the request could not be served. | |
| LaserConnectionException | if the console cannot connect to the BL |
Implements cern.laser.console.User.
References cern.laser.console.impl.UserImpl.getName(), and cern.laser.console.impl.UserImpl.setName().
Referenced by cern.laser.console.impl.UserImpl.createConfiguration(), and cern.laser.console.impl.UserImpl.getConfigurations().
| String cern.laser.console.impl.UserImpl.getDefaultPrinter | ( | ) | throws LaserConsoleException |
Implements cern.laser.console.User.
| String cern.laser.console.impl.UserImpl.getName | ( | ) | throws LaserConsoleException |
Accessor method.
| LaserConsoleException | if the request could not be served. |
Implements cern.laser.console.User.
Referenced by cern.laser.console.impl.UserImpl.getDefaultConfiguration(), and cern.laser.console.impl.UserImpl.toString().
| String cern.laser.console.impl.UserImpl.getPassword | ( | ) | throws LaserConsoleException |
Accessor method.
| LaserConsoleException | if the request could not be served. |
Implements cern.laser.console.User.
Referenced by cern.laser.console.impl.UserImpl.toString().
| boolean cern.laser.console.impl.UserImpl.isDefaultConfiguration | ( | String | name | ) | throws LaserConsoleException |
Check the user default configuration.
| name | the configuration name. |
| LaserConsoleException | if the request could not be served. |
Implements cern.laser.console.User.
| void cern.laser.console.impl.UserImpl.removeConfiguration | ( | String | name | ) | throws LaserConsoleException |
Remove a configuration for the user.
| name | the name of the configuration to remove. |
| LaserConsoleException | if the request could not be served. | |
| LaserConfigurationNotFoundException | if the configuration does not exist. |
Implements cern.laser.console.User.
| void cern.laser.console.impl.UserImpl.setDefaultConfiguration | ( | String | name | ) | throws LaserConsoleException |
Set the user's default configuration.
| name | the user's console new default configuration name. |
| LaserConsoleException | if the request could not be served. | |
| LaserConfigurationNotFoundException | if the configuration does not exist. |
Implements cern.laser.console.User.
| void cern.laser.console.impl.UserImpl.setDefaultPrinter | ( | String | newDefaultPrinter | ) | throws LaserConsoleException |
Implements cern.laser.console.User.
| void cern.laser.console.impl.UserImpl.setName | ( | String | newName | ) | throws LaserConsoleException |
Referenced by cern.laser.console.impl.UserImpl.getDefaultConfiguration().
| void cern.laser.console.impl.UserImpl.setPassword | ( | String | newPassword | ) | throws LaserConsoleException |
Accessor method.
| LaserConsoleException | if the request could not be served. |
Implements cern.laser.console.User.
| String cern.laser.console.impl.UserImpl.toString | ( | ) |
1.7.0