org.objectweb.jonas.management
Class ReconfiguredProp

java.lang.Object
  extended by org.objectweb.jonas.management.ReconfiguredProp
All Implemented Interfaces:
Reconfigured

public class ReconfiguredProp
extends java.lang.Object
implements Reconfigured


Constructor Summary
ReconfiguredProp(java.lang.String propName, java.lang.String propValue)
           
ReconfiguredProp(java.lang.String propName, java.lang.String propValue, boolean replace)
           
 
Method Summary
 boolean addProp()
           
 java.lang.String getPropName()
           
 java.util.Properties getProps()
           
 java.lang.String getPropValue()
           
 boolean replaceProp()
           
 void setAdd(boolean add)
           
 void setProps(java.util.Properties props)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReconfiguredProp

public ReconfiguredProp(java.lang.String propName,
                        java.lang.String propValue,
                        boolean replace)

ReconfiguredProp

public ReconfiguredProp(java.lang.String propName,
                        java.lang.String propValue)
Method Detail

getPropName

public java.lang.String getPropName()

getPropValue

public java.lang.String getPropValue()

setProps

public void setProps(java.util.Properties props)

getProps

public java.util.Properties getProps()

replaceProp

public boolean replaceProp()

setAdd

public void setAdd(boolean add)

addProp

public boolean addProp()