Uses of Class
org.jgroups.persistence.CannotPersistException

Packages that use CannotPersistException
org.jgroups.persistence   
 

Uses of CannotPersistException in org.jgroups.persistence
 

Methods in org.jgroups.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
 



Copyright © 2001,2002 www.jgroups.com . All Rights Reserved.