|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.ras.mgr.RASDefaultDataStore
public class RASDefaultDataStore
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 | |
---|---|
RASDefaultDataStore()
Deprecated. Creates a RASDefaultDataStore . |
Method Summary | |
---|---|
RASBaseGroup |
restoreConfig()
Deprecated. Restores the RASManager configuration from persistent
storage. |
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 |
---|
public RASDefaultDataStore()
RASDefaultDataStore
.
Method Detail |
---|
public RASBaseGroup restoreConfig()
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.
restoreConfig
in interface RASIDataStore
RASBaseGroup
which holds the configuration
loaded from persistent store.public void saveConfig(RASBaseGroup baseGroup)
RASManager
configuration to persistent
storage.
Note: In this implementation, no persistent storage is assumed, so this method provides no function.
saveConfig
in interface RASIDataStore
baseGroup
- The RASBaseGroup
which holds the
configuration to be saved in persistent store.
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |