The directory in which the persistent store is kept is denoted by the System
property com.sun.aas.admin.configRoot
. The name of the file is domains.ser
The principal invariants this registry maintains is that no two domains shall have the same name, and no two domains shall have the same location.
The registry can be considered to be a table whose keys are domain name and domain location, and whose values are the remote contact information by which the adminstration server within that domain can be contacted remotely.
A row in this table is abstracted into the {@link DomainEntry} class. @author Toby H Ferguson @version $Revision: 1.5 $
|
|
|
|