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

C

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
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
 
Category - interface org.jconfig.Category.
This class is the result of countless discussions of what a Category should be.
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.
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.
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
 
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.
 
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.
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.
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.
ConfigurationLoader - class org.jconfig.ConfigurationLoader.
 
ConfigurationLoader() - Constructor for class org.jconfig.ConfigurationLoader
 
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(int, String) - Constructor for class org.jconfig.server.ConfigurationServer
 
ConfigurationServer() - Constructor for class org.jconfig.server.ConfigurationServer
 
ConfigurationServerMBean - interface org.jconfig.server.ConfigurationServerMBean.
 
ConfigurationUtils - class org.jconfig.utils.ConfigurationUtils.
 
categories - Variable in class org.jconfig.DefaultConfiguration
 
categoryChanged(CategoryChangedEvent) - Method in class org.jconfig.DefaultConfiguration.MyCategoryListener
 
categoryChanged(CategoryChangedEvent) - Method in interface org.jconfig.event.CategoryListener
Called whenever the Category has changed.
checkDependencies(String) - Method in class org.jconfig.utils.ExtensionGraph
 
configName - Variable in class org.jconfig.DefaultConfiguration
 
configurationChanged(ConfigurationChangedEvent) - Method in interface org.jconfig.event.ConfigurationListener
Call whenever the Configuration changes
containsCategory(String) - Method in interface org.jconfig.Configuration
Use this method to determine if a category exists.
containsCategory(String) - Method in class org.jconfig.DefaultConfiguration
 
containsCategory(String) - Method in class org.jconfig.NestedConfiguration
 

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