org.jboss.mx.persistence
Interface PersistenceManager
- All Known Implementing Classes:
- DelegatingPersistenceManager, MbeanInfoDbPm, NullPersistence, ObjectStreamPersistenceManager
public interface PersistenceManager
Persistence manager interface adds MBeanInfo to PersistenMBean
operations. This allows generic persistence manager implementations to store
and load the metadata of an MBean.
- Version:
- $Revision: 1.4.6.1 $
- Author:
- Juha Lindfors., Matt Munz
- See Also:
PersistentMBean
load
void load(ModelMBeanInvoker mbean,
MBeanInfo metadata)
throws MBeanException
- Throws:
MBeanException
store
void store(MBeanInfo metadata)
throws MBeanException
- Throws:
MBeanException
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.