BEA Systems, Inc.

Package com.connecterra.ale.dynamicconfig.api

Contains classes and interfaces representing plugin types and configurations of plugins in the edge server.

See:
          Description

Interface Summary
DynamicConfigFactory Factory for creating dynamic configuration classes.
PluginMeta Models a plugin type in the edge server.
PluginMeta.Role Plugin roles supported by the configuration framework.
PluginParameterConstraint Base interface for constraints on parameter values.
PluginParameterConstraintDynamicSet Used to specify a constraint that is a set of values that is dynamically computed.
PluginParameterConstraintEnum Constraint used to restrict a configuration parameter value to a predefined set of string values.
PluginParameterConstraintRangeNumeric Restricts a parameter value within a numeric range (inclusive).
PluginParameterMeta Describes a configuration parameter of a plugin.
PluginParameterMeta.Type Supported parameter types.
 

Class Summary
PluginConfig Models plugin instance in the edge server.
PluginConfigParameter Models an individual parameter contained within a PluginConfig.
 

Exception Summary
DuplicateNameException Thrown if an attempt is made to define a configuration entry with the same name as an existing one.
NoSuchNameException Thrown when a non existent name is referenced.
PluginException Root exception type for all Dynamic Configuration API exceptions.
 

Package com.connecterra.ale.dynamicconfig.api Description

Contains classes and interfaces representing plugin types and configurations of plugins in the edge server. There is also a factory interface, which must be used to create the configuration objects.

There are 2 main groups of classes and interfaces in this package:


Documentation is available at
${DOCSWEBROOT}
Copyright 2007 BEA Systems Inc.