| Suggestion |
Submitter |
Date |
Status* |
Comments |
Addition of the following methods to the RegistryComponent
interface in section 4.2.2 of the specification:
public String getUniqueName()
public void setUniqueName(String name) |
M. DeMore |
10/22/2002 |
P |
ReqistryQuery example in section 4.3.3 used unique name as a
query parameter, but the registry interface had no provisions for unique
name. |
Addition of the following methods to the RegistryComponent
interface in section 4.2.2 of the specification:
public String getUninstaller()
public void setUninstaller(String uninstallerCmd) |
M. DeMore |
10/22/2002 |
P |
Provision for the command string used to uninstall a product
is a standard requirement of many system registries. |
Addition of the following methods to the RegistryComponent
interface in section 4.2.2 of the specification:
public String getData(String key)
public boolean setData(String key, String value)
public String[] getDataKeys() |
M. DeMore |
10/22/2002 |
P |
Adds the ability to set application and registry-specific
data values into the component's registry description without modifications
to the API. |
| |
|
|
|
|
| |
|
|
|
|
| * Status codes:
P=Proposed; A=Accepted; D=Deferred |