Package com.ibm.as400.registry

Interface Summary
NodeChangeListener Notified whenever a caller adds a child to or removes a child from a RegistryNode.
 

Class Summary
ApplicationRegistry The Registry implementation that stores data in the form of binary files in the local file system.
AS400Registry The Registry implementation that stores data in the form of binary files in the local file system.
JavaReg Provides a command line utility for importing/exporting registry data from/to a file.
NodeChangeAdapter The adapter which receives node change events.
NodeChangeEvent Delivered whenever a caller adds or removes a RegistryNode from the registry hierarchy.
Registry The abstract base class for all registry implementations.
RegistryNode The representation of a node in a hierarchical collection of configuration information.
WindowsRegistry The Registry implementation that stores data in the Windows registry.
 

Exception Summary
NodeNotFoundException Thrown when an application requests a reference to a node in the registry hierarchy and the node does not exist.
RegistryException Thrown when an unexpected condition is encountered while processing registry data.