|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.objectweb.jonas.management.Reconfigurator
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 |
public Reconfigurator(java.lang.String name, java.lang.String configFileName, java.util.Properties config)
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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |