This is the interface for a registry. All registries that are maintained by the RegistryManager has to implement this interface.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT IBM copyright notice field. |
Method Summary | |
---|---|
void |
initialize() Initializes a registry. |
void |
refresh()
Refreshes registry entries from the database |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
Method Detail |
---|
public void initialize() throws java.lang.Exception
java.lang.Exception
public void refresh() throws java.lang.Exception
java.lang.Exception