|
GemFire 6.0.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ConfigurationParameter
A single configuration parameter of a SystemMember.
| Method Summary | |
|---|---|
String |
getDescription()
Gets the full description of this configuration parameter |
String |
getName()
Gets the identifying name of this configuration parameter. |
Object |
getValue()
Gets the current value |
String |
getValueAsString()
Gets the current value as a string |
Class |
getValueType()
Gets the class type of the value |
boolean |
isArray()
Returns true if this config parameter uses a string array for value. |
boolean |
isFile()
Returns true if this config parameter represents a File value. |
boolean |
isInetAddress()
Returns true if this config parameter represents an InetAddress value. |
boolean |
isModifiable()
True if this is modifiable; false if read-only |
boolean |
isOctal()
Returns true if this config parameter represents an octal value. |
boolean |
isString()
Returns true if this config parameter represents a string value. |
void |
setValue(Object value)
Sets a new value for this configuration parameter. |
| Method Detail |
|---|
String getName()
String getDescription()
Object getValue()
String getValueAsString()
Class getValueType()
boolean isModifiable()
boolean isArray()
boolean isInetAddress()
boolean isFile()
boolean isOctal()
boolean isString()
void setValue(Object value)
throws UnmodifiableConfigurationException
value - the new value which must be of type getValueType()
IllegalArgumentException - if value type does not match getValueType()
UnmodifiableConfigurationException - if attempting to set value when isModifiable is false
|
GemFire 6.0.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||