Interface | Description |
---|---|
PersisterMBean |
Management interface for components able to persist information to a storage media.
|
Class | Description |
---|---|
FilePersister |
A persister object that stores to files.
|
MBeanPersister |
A persister that delegates the persistence to a registered persister MBean.
|
Persister |
This class has the only purpose of making the PersisterMBean interface a management interface.
|