| Package | Description |
|---|---|
| org.jgroups.persistence |
Provides features for storing information to a database or file.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
DBPersistenceManager |
Class will be utilized
|
class |
FilePersistenceManager |
| Modifier and Type | Method | Description |
|---|---|---|
PersistenceManager |
PersistenceFactory.createManager() |
Reads the default properties and creates a persistencemanager
The default properties are picked up from the $USER_HOME or
from the classpath.
|
PersistenceManager |
PersistenceFactory.createManager(java.lang.String filePath) |
Duplicated signature to create PersistenceManager to allow user to
provide property path.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
PersistenceFactory.registerManager(PersistenceManager manager) |
Register a custom persistence manager as opposed to the
FilePersistenceManager or DBPersistenceManager. |
Copyright ? 1998-2008 Bela Ban. All Rights Reserved.