ConfigurableReconfigurableBasepublic interface Reconfigurable extends Configurable
Configuration can be changed at run time.| Modifier and Type | Method | Description |
|---|---|---|
java.util.Collection<java.lang.String> |
getReconfigurableProperties() |
Return all the properties that can be changed at run time.
|
boolean |
isPropertyReconfigurable(java.lang.String property) |
Return whether a given property is changeable at run time.
|
void |
reconfigureProperty(java.lang.String property,
java.lang.String newVal) |
Change a configuration property on this object to the value specified.
|
getConf, setConfvoid reconfigureProperty(java.lang.String property,
java.lang.String newVal)
throws ReconfigurationException
property - property name.newVal - new value.ReconfigurationException - if there was an error applying newVal.
If the property cannot be changed, throw a
ReconfigurationException.boolean isPropertyReconfigurable(java.lang.String property)
property - property name.java.util.Collection<java.lang.String> getReconfigurableProperties()
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.