Uses of Class
org.jgroups.persistence.CannotPersistException

Packages that use CannotPersistException
org.jgroups.persistence Provides features for storing information to a database or file. 
 

Uses of CannotPersistException in org.jgroups.persistence
 

Methods in org.jgroups.persistence that throw CannotPersistException
 void PersistenceManager.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 DBPersistenceManager.save(java.io.Serializable key, java.io.Serializable val)
          Saves NV pair as serializable object; creates if new, stores new state if already exists.
 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 PersistenceManager.saveAll(java.util.Map map)
          Deprecated. Use to store a complete map into persistent state
 void DBPersistenceManager.saveAll(java.util.Map map)
          Saves all row entries for the map to DB.
 void FilePersistenceManager.saveAll(java.util.Map map)
          Use to store a complete map into persistent state
 



Copyright © 1998-2009 Bela Ban / Red Hat. All Rights Reserved.