public interface ConfigService extends Contexed, AppContextService<ConfigService>
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(ConfigServiceListener listener)
register a ConfigServiceListener
|
void |
clearServiceProperties()
clear any cached properties.
|
java.util.Properties |
getServiceProperties()
return the set of properties defined by the service
|
void |
setProperty(java.lang.String name,
java.lang.String value)
Set a property
This method is for making persistent changes to the configuration.
|
getContextgetTypecleanupjava.util.Properties getServiceProperties()
void clearServiceProperties()
void setProperty(java.lang.String name,
java.lang.String value)
throws java.lang.UnsupportedOperationException
UnsupportedOperationExceptionname - value - java.lang.UnsupportedOperationExceptionvoid addListener(ConfigServiceListener listener)
listener -