org.objectweb.jonas.management
Class Reconfigurator

java.lang.Object
  |
  +--org.objectweb.jonas.management.Reconfigurator

public class Reconfigurator
extends java.lang.Object

This class allows for persistent reconfiguration of a JOnAS service or of a JOnAS resource beeing configured by a .properties file.


Constructor Summary
Reconfigurator(java.lang.String name, java.lang.String configFileName, java.util.Properties config)
          Construct a reconfigurator for a JOnAS service or a JOnAS resource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Reconfigurator

public Reconfigurator(java.lang.String name,
                      java.lang.String configFileName,
                      java.util.Properties config)
Construct a reconfigurator for a JOnAS service or a JOnAS resource
Parameters:
name - the name of the .properties configuration file to be updated. It may be 'jonas.properties' if the Reconfigurator is associated to a JOnAS service, or a 'resource.properties' if the Reconfigurator is associated to a data source or a mail factory.
conf - the initial content of the .properties configuration file