A B C D E F G H I J L M N O P R S T U V W X

C

categories - Variable in class org.jconfig.DefaultConfiguration
 
Category - interface org.jconfig.Category.
This class is the result of countless discussions of what a Category should be.
CATEGORY_ADDED - Static variable in interface org.jconfig.event.PropertyChangedEvent
constant representing an added category event
CATEGORY_CHANGED - Static variable in interface org.jconfig.event.PropertyChangedEvent
constant representing a changed category event
CATEGORY_REMOVED - Static variable in interface org.jconfig.event.PropertyChangedEvent
constant representing a removed category event
CategoryBeanMapper - class org.jconfig.utils.CategoryBeanMapper.
This class is a little helper utility that will configure a simple java bean with the properties inside a category.
categoryChanged(CategoryChangedEvent) - Method in class org.jconfig.DefaultConfiguration.MyCategoryListener
 
categoryChanged(CategoryChangedEvent) - Method in interface org.jconfig.event.CategoryListener
Called whenever the Category has changed.
CategoryChangedEvent - interface org.jconfig.event.CategoryChangedEvent.
Whenever a Category changes, this Event will be delivered.
CategoryDynamicMBean - class org.jconfig.jmx.CategoryDynamicMBean.
This MBean represents a Category contained in a Configuration

Attributes: Its own name One attribute for each property the category contains
Operations: None
CategoryDynamicMBean(ObjectName, String, String) - Constructor for class org.jconfig.jmx.CategoryDynamicMBean
 
CategoryListener - interface org.jconfig.event.CategoryListener.
A useful Listener if you want to be notified whenever the Category has changed.
CDataConfigParser - class org.jconfig.parser.CDataConfigParser.
The CDataConfigParser supports the following XML structure:

my value
more goes here
8080

It also supports "inheritance" that means one category can extend another category and will also have all properties.
CDataConfigParser() - Constructor for class org.jconfig.parser.CDataConfigParser
 
CharConverter - class org.jconfig.utils.editors.CharConverter.
The CharConverter will convert the given text into a Character object.
CharConverter() - Constructor for class org.jconfig.utils.editors.CharConverter
 
checkDependencies(String) - Method in class org.jconfig.utils.ExtensionGraph
 
ConfigErrorHandler - class org.jconfig.utils.ConfigErrorHandler.
 
ConfigErrorHandler(PrintWriter) - Constructor for class org.jconfig.utils.ConfigErrorHandler
Constructor for the MyErrorHandler object
ConfigHandler - class org.jconfig.jmx.ConfigHandler.
 
ConfigHandler() - Constructor for class org.jconfig.jmx.ConfigHandler
Constructor for the ConfigHandler object
ConfigHandlerMBean - interface org.jconfig.jmx.ConfigHandlerMBean.
 
configName - Variable in class org.jconfig.DefaultConfiguration
 
ConfigProtocolHandler - class org.jconfig.server.ConfigProtocolHandler.
 
ConfigProtocolHandler() - Constructor for class org.jconfig.server.ConfigProtocolHandler
 
ConfigServerHandler - class org.jconfig.handler.ConfigServerHandler.
 
ConfigServerHandler() - Constructor for class org.jconfig.handler.ConfigServerHandler
Creates a new instance of ConfigServerHandler
Configuration - interface org.jconfig.Configuration.
A Configuraton provides access to all Category and Properties.
configurationChanged(ConfigurationChangedEvent) - Method in interface org.jconfig.event.ConfigurationListener
Call whenever the Configuration changes
ConfigurationChangedEvent - interface org.jconfig.event.ConfigurationChangedEvent.
If a Property or Category changes during runtime, this Event will be delivered.
ConfigurationChangedEventImpl - class org.jconfig.event.ConfigurationChangedEventImpl.
The all-in-one implementation of the ConfigurationChangedEvent.
ConfigurationChangedEventImpl(int, Category, String, String, String) - Constructor for class org.jconfig.event.ConfigurationChangedEventImpl
 
ConfigurationDynamicMBean - class org.jconfig.jmx.ConfigurationDynamicMBean.
This MBean manages each Configuration that the ConfiguratorManager holds.

Atributes:
Its own name One attribute for each category
Operations:
Reload: It reloads the configuration using ConfigurationManager.reload() Save: Saves que configuration using ConfigurationMananager.save()

Notes:
ConfigurationMbeans could be registered as FileChangeListeners If the configuration file changes, the method reloadConfiguration should be executed so as to sincronize the MBean with its managed configuration
ConfigurationDynamicMBean(ObjectName, String) - Constructor for class org.jconfig.jmx.ConfigurationDynamicMBean
 
ConfigurationHandler - interface org.jconfig.handler.ConfigurationHandler.
This interface defines all methods that must be implemented by all Handler classes.
ConfigurationListener - interface org.jconfig.event.ConfigurationListener.
To receive notifications when a Configuration changes one needs to implement this interface.
ConfigurationManager - class org.jconfig.ConfigurationManager.
This class manages all configurations.
ConfigurationManagerDynamicMBean - class org.jconfig.jmx.ConfigurationManagerDynamicMBean.
It is the root MBean of jConfig JMX
It creates one ConfigurationDynamicMBean per Configuration it founds

Has only one operation named "addConfiguration".
ConfigurationManagerDynamicMBean() - Constructor for class org.jconfig.jmx.ConfigurationManagerDynamicMBean
 
ConfigurationManagerException - exception org.jconfig.ConfigurationManagerException.
 
ConfigurationManagerException(String) - Constructor for class org.jconfig.ConfigurationManagerException
 
ConfigurationParser - interface org.jconfig.parser.ConfigurationParser.
 
ConfigurationParserFactory - class org.jconfig.parser.ConfigurationParserFactory.
The ConfigurationParserFactory determines which configuration parser for the specified configuration should be used.
ConfigurationServer - class org.jconfig.server.ConfigurationServer.
This is the configuration server itself.
ConfigurationServer() - Constructor for class org.jconfig.server.ConfigurationServer
 
ConfigurationServer(int, String) - Constructor for class org.jconfig.server.ConfigurationServer
 
ConfigurationServerMBean - interface org.jconfig.server.ConfigurationServerMBean.
 
ConfigurationUtils - class org.jconfig.utils.ConfigurationUtils.
 
containsCategory(String) - Method in class org.jconfig.DefaultConfiguration
 
containsCategory(String) - Method in class org.jconfig.NestedConfiguration
 
containsCategory(String) - Method in interface org.jconfig.Configuration
Use this method to determine if a category exists.

A B C D E F G H I J L M N O P R S T U V W X
Copyright © 2001-2003 Andreas Mecky, Terry Dye. All Rights Reserved.