Uses of Package
net.jini.config

Packages that use net.jini.config
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.  
 

Classes in net.jini.config used by net.jini.config
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.
 



Copyright 2007, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.