com.ibm.ras.mgr
Class RASDefaultDataStore
java.lang.Object
|
+--com.ibm.ras.mgr.RASDefaultDataStore
- public class RASDefaultDataStore
- extends java.lang.Object
- implements RASIDataStore
RASDefaultDataStore
is a default implementation of the
RASIDataStore
interface. In this implementation,
no persistent storage is assumed and the methods do nothing.
- See Also:
RASIDataStore
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
RASDefaultDataStore
public RASDefaultDataStore()
- Creates a
RASDefaultDataStore
.
restoreConfig
public void restoreConfig(RASBaseGroup baseGroup)
- Restores the
RASManager
configuration from persistent
storage. This method is called automatically when the
RASManager
is created and can be called anytime the
stored configuration should be reloaded.
- Specified by:
- restoreConfig in interface RASIDataStore
- Parameters:
baseGroup
- The RASBaseGroup
which holds the
configuration loaded from persistent store.
saveConfig
public void saveConfig(RASBaseGroup baseGroup)
- Saves the
RASManager
configuration to persistent
storage.
- Specified by:
- saveConfig in interface RASIDataStore
- Parameters:
baseGroup
- The RASBaseGroup
which holds the
configuration to be saved in persistent store.