|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface ServerConfigurationService.ConfigItem
Defines the config item holding class
| Method Summary | |
|---|---|
int |
changed(Object value,
String source)
Called whenever this config item is changed |
ServerConfigurationService.ConfigItem |
copy()
Duplicate this config item This is mostly used to ensure we do not send the internal objects out where they could be changed |
int |
getChanged()
|
Object |
getDefaultValue()
|
ServerConfigurationService.ConfigHistory[] |
getHistory()
|
String |
getName()
|
int |
getRequested()
|
String |
getSource()
|
String |
getType()
|
Object |
getValue()
|
int |
getVersion()
|
boolean |
isDefaulted()
|
boolean |
isRegistered()
|
boolean |
isSecured()
|
int |
requested()
Called whenever this config item is requested |
| Method Detail |
|---|
int requested()
int changed(Object value,
String source)
value - the new valuesource - the source which is making the change
ServerConfigurationService.ConfigItem copy()
String getName()
Object getValue()
String getType()
String getSource()
Object getDefaultValue()
int getRequested()
int getChanged()
int getVersion()
ServerConfigurationService.ConfigHistory[] getHistory()
boolean isRegistered()
boolean isDefaulted()
boolean isSecured()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||