com.ibm.ras.mgr

Class RASDefaultDataStore

  1. java.lang.Object
  2. extended bycom.ibm.ras.mgr.RASDefaultDataStore
All implemented interfaces:
RASIDataStore

Deprecated. As of WAS 6.0, recommend using java.util.logging
  1. public class RASDefaultDataStore
  2. extends java.lang.Object
  3. implements RASIDataStore
RASDefaultDataStore is a default implementation of the RASIDataStore interface. In this implementation, no persistent storage is assumed, so the methods provide no function.

Constructor Summary

Constructor and Description
RASDefaultDataStore()
Deprecated. Creates a RASDefaultDataStore.

Method Summary

Modifier and Type Method and Description
  1. RASBaseGroup
restoreConfig()
Deprecated. Restores the RASManager configuration from persistent storage.
  1. void
saveConfig(RASBaseGroup baseGroup)
Deprecated. Saves the RASManager configuration to persistent storage.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

RASDefaultDataStore

  1. public RASDefaultDataStore()
Deprecated.
Creates a RASDefaultDataStore.

Method Detail

restoreConfig

  1. public RASBaseGroup restoreConfig( )
Deprecated.
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.

Note: In this implementation, no persistent storage is assumed, so this method provides no function.

Specified by:
Returns:
A RASBaseGroup which holds the configuration loaded from persistent store.

saveConfig

  1. public void saveConfig(RASBaseGroup baseGroup)
Deprecated.
Saves the RASManager configuration to persistent storage.

Note: In this implementation, no persistent storage is assumed, so this method provides no function.

Specified by:
saveConfig in interface RASIDataStore
Parameters:
baseGroup - The RASBaseGroup which holds the configuration to be saved in persistent store.