public interface StateAssistant
UpgradeAction method invocations, even if, for a particular upgrade
action, successive method invocations take place against different
UpgradeAction Java objects.| Modifier and Type | Method and Description |
|---|---|
String[] |
getKeys()
Gets the keys of the name/value pairs set for the upgrade action.
|
String |
getValue(String key)
Gets the value of the specified key.
|
void |
setValue(String key,
String value)
Sets the value of the specified key.
|
String[] getKeys() throws IfsException
IfsException - if the operation failsString getValue(String key) throws IfsException
key - the name of the keyIfsException - if the operation failsvoid setValue(String key, String value) throws IfsException
key - the name of the keyvalue - the value; if null or empty string any existing
name/value pair with the specified key is removedIfsException - if the operation failsCopyright © 2025. All rights reserved.