Package com.novell.emframe.dev.config

The config package handles all configuration settings used by the iManager server and any modules or tasks.

See:
          Description

Class Summary
GeneralConfig The GeneralConfig class is used to read and write module or task settings for all users.
SystemConfig The SystemConfig class is used to read and write general iManager server settings for all users.
UserConfig The UserConfig class is used to read and write module or task settings for a specific user.
 

Exception Summary
AccessDeniedConfigException The AccessDeniedConfigException is a specific Configuration Exception used to return the error that the user has insufficient rights to complete the configuration operation.
ConfigException The ConfigException is a generic Configuration Exception used to return any errors encountered when trying to change configuration objects.
 

Package com.novell.emframe.dev.config Description

The config package handles all configuration settings used by the iManager server and any modules or tasks. Configuration settings can be general to the entire iManager server, specific to a module or task for all users, or specific to a single user for a given module or task.

For general configuration settings, use the SystemConfig class.
For module or task settings for all users, use the GeneralConfig class.
For module or task settings for a single user, use the UserConfig class.

Since:
2.5


API Documentation Copyright © 1998-2004 Novell, Inc. All rights reserved.
NDS is a registered trademark of Novell, Inc. in the United States and other countries.
Generated September 2 2004 0111.