|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.jonas.management.reconfig.manager.actuator.BaseConfigurationActuator
public abstract class BaseConfigurationActuator
This class allows for persistent reconfiguration of a JOnAS service or of a JOnAS resource This is an abstract class. It must be extended to handle properties or xml file
Field Summary | |
---|---|
protected String |
configFileName
Name of the file updated by the saveConfig method |
protected long |
lastSequence
The sequence number of the last treated management notification |
protected static org.objectweb.util.monolog.api.Logger |
logger
Logger used |
protected String |
name
Name of the JOnAS service or JOnAS resource to which this object is associated |
Constructor Summary | |
---|---|
BaseConfigurationActuator(String name,
String configFileName)
Construct a reconfigurator for a JOnAS service or a JOnAS resource |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.objectweb.jonas.management.reconfig.manager.IConfigurationActuator |
---|
saveConfig |
Field Detail |
---|
protected String name
protected String configFileName
protected long lastSequence
protected static org.objectweb.util.monolog.api.Logger logger
Constructor Detail |
---|
public BaseConfigurationActuator(String name, String configFileName)
name
- Name of the JOnAS service or JOnAS resource to which this object is associatedconfigFileName
- name of the config file
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |