当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 jmx API Documentation 英文版文档
PersistenceManager (JBoss/JMX API) - JBoss 4.0.1 sp1 jmx API Documentation 英文版文档
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 $
- Author:
- Juha Lindfors., Matt Munz
- See Also:
PersistentMBean
load
public void load(ModelMBeanInvoker mbean,
MBeanInfo metadata)
throws MBeanException
- Throws:
MBeanException
store
public void store(MBeanInfo metadata)
throws MBeanException
- Throws:
MBeanException
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.