jap
Interface IJAPConfSavePoint

All Known Implementing Classes:
JAPConfCertSavePoint, JAPConfForwardingServerSavePoint, JAPConfInfoServiceSavePoint, JAPConfNetworkSavePoint

public interface IJAPConfSavePoint

This is the interface for a configuration savepoint. Savepoints are needed for restoring the original configuration, if the user presses "Cancel" or "Reset to defaults".


Method Summary
 void createSavePoint()
          Stores the current configuration or the default configuration.
 void restoreDefaults()
          Restores the default configuration for all values of this savepoint.
 void restoreSavePoint()
          Restores the old configuration (stored with the last call of createSavePoint()).
 

Method Detail

createSavePoint

void createSavePoint()
Stores the current configuration or the default configuration.


restoreSavePoint

void restoreSavePoint()
Restores the old configuration (stored with the last call of createSavePoint()).


restoreDefaults

void restoreDefaults()
Restores the default configuration for all values of this savepoint. The internal stored values of this savepoint (stored with the last call of createSavePoint()) are not changed by this call. So a call of restoreSavePoint() will restore the old configuration.