org.objectweb.jonas.management
Class ReconfiguredXml

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

public class ReconfiguredXml
extends java.lang.Object
implements Reconfigured

Define an object which implements Reconfigured interface which handle xml file

Author:
Florent Benoit

Constructor Summary
ReconfiguredXml(java.lang.String xml)
          Constructor.
 
Method Summary
 java.lang.String getXml()
          Return the content of this object
 void setXml(java.lang.String xml)
          Set the content of this object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReconfiguredXml

public ReconfiguredXml(java.lang.String xml)
Constructor. handle a String

Parameters:
xml - content of the xml file
Method Detail

setXml

public void setXml(java.lang.String xml)
Set the content of this object

Parameters:
xml - content of the file

getXml

public java.lang.String getXml()
Return the content of this object

Returns:
xml content