Public Member Functions | |
String | getName () 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 |
|
Create a new alarm console configuration for the user using a given configuration.
Implemented in cern::laser::console::impl::UserImpl.
|
|
Create a new alarm console configuration for the user.
Implemented in cern::laser::console::impl::UserImpl.
|
|
Accessor method.
Implemented in cern::laser::console::impl::UserImpl.
|
|
Accessor method.
Implemented in cern::laser::console::impl::UserImpl.
|
|
Get the user's default configuration.
Implemented in cern::laser::console::impl::UserImpl.
|
|
Implemented in cern::laser::console::impl::UserImpl.
|
|
Accessor method.
Implemented in cern::laser::console::impl::UserImpl.
|
|
Accessor method.
Implemented in cern::laser::console::impl::UserImpl.
|
|
Check the user default configuration.
Implemented in cern::laser::console::impl::UserImpl.
|
|
Remove a configuration for the user.
Implemented in cern::laser::console::impl::UserImpl.
|
|
Set the user's default configuration.
Implemented in cern::laser::console::impl::UserImpl.
|
|
Implemented in cern::laser::console::impl::UserImpl.
|
|
Accessor method.
Implemented in cern::laser::console::impl::UserImpl.
|