|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FailSafe | |
---|---|
com.gridsystems.storage |
Uses of FailSafe in com.gridsystems.storage |
---|
Methods in com.gridsystems.storage that return FailSafe | |
---|---|
static FailSafe |
FailSafeManager.load(java.lang.Class c)
Manages all load information of the class. |
static FailSafe |
FailSafeManager.load(java.lang.Class c,
java.util.Map map)
Manages all load information of the class. |
static FailSafe |
FailSafeManager.load(java.lang.Class c,
java.lang.Object obj)
Manages all load information of the class. |
Methods in com.gridsystems.storage with parameters of type FailSafe | |
---|---|
static void |
FailSafeManager.delete(FailSafe fs)
Deletes all files (including backups) for the specified FailSafe instance. |
static void |
FailSafeManager.load(FailSafe data)
Manages all load information of the class. |
static void |
FailSafeManager.store(FailSafe data)
Manages the store information of the class. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |