Package | Description |
---|---|
net.jini.config |
Provides a
Configuration interface for obtaining
objects needed to configure applications, such as Exporter or ProxyPreparer
instances, or other application-specific objects, from configuration
files, databases, or other sources. |
Class and Description |
---|
AbstractConfiguration
A skeletal implementation of the
Configuration interface, used
to simplify writing implementations. |
Configuration
Defines an interface for obtaining objects needed to configure applications,
such as
Exporter or ProxyPreparer instances, or other
application-specific objects, from configuration files, databases, or other
sources. |
ConfigurationException
Thrown if a problem occurs when obtaining configuration information.
|
EmptyConfiguration
A
Configuration with no entries. |
NoSuchEntryException
Thrown when an attempt to obtain an object from a
Configuration does
not find a matching entry. |