|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@Deprecated public interface PersistenceManager
Method Summary | |
---|---|
void |
clear()
Deprecated. Clears the complete NV state from the DB |
java.io.Serializable |
remove(java.io.Serializable key)
Deprecated. Remove existing NV from being persisted |
java.util.Map |
retrieveAll()
Deprecated. Gives back the Map in last known state |
void |
save(java.io.Serializable key,
java.io.Serializable val)
Deprecated. Save new NV pair as serializable objects or if already exist; store new state |
void |
saveAll(java.util.Map map)
Deprecated. Use to store a complete map into persistent state |
void |
shutDown()
Deprecated. Used to handle shutdown call the PersistenceManager implementation. |
Method Detail |
---|
void save(java.io.Serializable key, java.io.Serializable val) throws CannotPersistException
key
- val
-
CannotPersistException;
CannotPersistException
java.io.Serializable remove(java.io.Serializable key) throws CannotRemoveException
key
- value
CannotRemoveException;
CannotRemoveException
void saveAll(java.util.Map map) throws CannotPersistException
map
-
CannotPersistException;
CannotPersistException
java.util.Map retrieveAll() throws CannotRetrieveException
CannotRetrieveException;
CannotRetrieveException
void clear() throws CannotRemoveException
CannotRemoveException;
CannotRemoveException
void shutDown()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |