Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
Constructor and Description |
---|
PPCRegistry()
This method is the default constructor of this class.
|
Modifier and Type | Method and Description |
---|---|
static PPCRegistry |
getInstance()
This method gets the singleton instance.
|
void |
initialize()
This method initializes a registry.
|
void |
refresh()
This method refreshes registry entries from the database.
|
public static final java.lang.String COPYRIGHT
public PPCRegistry()
public static PPCRegistry getInstance()
public void initialize() throws ECException
initialize
in interface Registry
ECException
- Thrown when refresh failed.public void refresh() throws ECException
refresh
in interface Registry
ECException
- Thrown when loading configuration failed.