mx4j.persist
Interface PersisterMBean
- All Known Implementing Classes:
- Persister
- public interface PersisterMBean
Management interface for components able to persist information to a storage media.
- Version:
- $Revision: 1.4 $
- Author:
- Simone Bordet
Method Summary |
java.lang.Object |
load()
Loads the information persisted on the storage media. |
void |
store(java.lang.Object data)
Store the given information to the storage media. |
load
public java.lang.Object load()
throws MBeanException,
RuntimeOperationsException,
InstanceNotFoundException
- Loads the information persisted on the storage media.
- See Also:
store(java.lang.Object)
store
public void store(java.lang.Object data)
throws MBeanException,
RuntimeOperationsException,
InstanceNotFoundException
- Store the given information to the storage media.
- See Also:
load()
Copyright © 2001-2002 MX4J Team. All Rights Reserved.