This is an interface for extending a Registry to support update to individual items in the registry
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT IBM copyright notice field. |
Method Summary | |
---|---|
void |
update(java.lang.String action, java.lang.String key)
Updates an item in the registry. |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
Method Detail |
---|
public void update(java.lang.String action, java.lang.String key) throws java.lang.Exception
action
- action to be applied to itemkey
- key used to locate the itemjava.lang.Exception