| java.lang.Object org.objectweb.jonas.management.ReconfiguredProp
add | boolean add(Code) | | If true, add a new sub-String . If false, remove a sub-String
|
replace | boolean replace(Code) | | true = the normal case : the provided propVale replaces the old one
false = special case when a property value is a String composed of a list of ',' separated sub-Strings
(for example : the jonas.service.jms.topics propery)
|
ReconfiguredProp | public ReconfiguredProp(String propName, String propValue, boolean replace)(Code) | | |
addProp | public boolean addProp()(Code) | | |
replaceProp | public boolean replaceProp()(Code) | | |
setAdd | public void setAdd(boolean add)(Code) | | |
|
|