org.objectweb.jonas.management
Interface Reconfigurator

All Known Implementing Classes:
AbsReconfigurator, ReconfiguratorProp, ReconfiguratorXml

public interface Reconfigurator

This interface is designed for a reconfigurator for xml or properties file.

Author:
Adriana Danes, Florent Benoit : Add an abstract class to define ReconfiguratorXml in addition to ReconfiguratorProp

Method Summary
 void saveConfig(long sequence)
          Saves the updated configuration
 

Method Detail

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