|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CannotPersistException | |
org.javagroups.persistence |
Uses of CannotPersistException in org.javagroups.persistence |
Methods in org.javagroups.persistence that throw CannotPersistException | |
void |
FilePersistenceManager.save(java.io.Serializable key,
java.io.Serializable val)
Save new NV pair as serializable objects or if already exist; store new state |
void |
FilePersistenceManager.saveAll(java.util.Map map)
Use to store a complete map into persistent state |
void |
DBPersistenceManager.save(java.io.Serializable key,
java.io.Serializable val)
Save new NV pair as serializable objects or if already exist; store new state |
void |
DBPersistenceManager.saveAll(java.util.Map map)
Used to save all row entries for the map in to DB |
void |
PersistenceManager.save(java.io.Serializable key,
java.io.Serializable val)
Save new NV pair as serializable objects or if already exist; store new state |
void |
PersistenceManager.saveAll(java.util.Map map)
Use to store a complete map into persistent state |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |