Uses of Class org.jgroups.persistence.CannotPersistException

Uses in package org.jgroups.persistence

Methods which throw type org.jgroups.persistence.CannotPersistException

void
DBPersistenceManager.save(Serializable key, Serializable val)
Saves NV pair as serializable object; creates if new, stores new state if already exists.
void
FilePersistenceManager.save(Serializable key, Serializable val)
Save new NV pair as serializable objects or if already exist; store new state
void
PersistenceManager.save(Serializable key, Serializable val)
Save new NV pair as serializable objects or if already exist; store new state
void
Saves all row entries for the map to DB.
void
Use to store a complete map into persistent state
void
Use to store a complete map into persistent state

Copyright B) 1998-2005 Bela Ban. All Rights Reserved.