Package net.jini.config
package net.jini.config
-
ClassDescriptionA skeletal implementation of the
Configurationinterface, used to simplify writing implementations.Represents the value of an entry with a primitive type.Defines an interface for obtaining objects needed to configure applications, such asExporterorProxyPreparerinstances, or other application-specific objects, from configuration files, databases, or other sources.Thrown if a problem occurs when obtaining configuration information.Supplies objects needed to configure applications, such asExporterorProxyPreparerinstances, or application-specific objects, constructed from data in a configuration source and override options, as well as data supplied in the call togetEntry.Class used to represent a syntax error encountered when parsing a configuration source or a problem encountered when attempting to return an existing entry or the type of an existing entry.Thrown if a configuration source location specified when creating aConfigurationis not found, including ifnullis specified for provider options and the implementation does not provide default options.Provides a standard means for obtainingConfigurationinstances, using a configurable provider.AConfigurationwith no entries.Thrown when an attempt to obtain an object from aConfigurationdoes not find a matching entry.