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.
|
getContext
getType
cleanup
java.util.Properties getServiceProperties()
void clearServiceProperties()
void setProperty(java.lang.String name, java.lang.String value) throws java.lang.UnsupportedOperationException
UnsupportedOperationException
name
- value
- java.lang.UnsupportedOperationException
void addListener(ConfigServiceListener listener)
listener
-