org.objectweb.jonas.management.reconfig.manager
Interface IConfigurationActuator
- All Known Implementing Classes:
- BaseConfigurationActuator, PropertiesConfigurationActuator, XMLConfigurationActuator
public interface IConfigurationActuator
This interface is designed for a reconfigurator for xml or properties file.
- Author:
- Adriana Danes, Florent Benoit : Add an abstract class to define XMLConfigurationActuator in addition to PropertiesConfigurationActuator
Method Summary |
void |
saveConfig(long sequence)
Saves the updated configuration |
saveConfig
void saveConfig(long sequence)
throws ReconfigException
- Saves the updated configuration
- Parameters:
sequence
- the sequence number of management notification producing the save (in fact store) operation
- Throws:
ReconfigException
- if the saveConfig could not be done
Copyright © 2007 OW2 Consortium. All Rights Reserved.