mx4j.persist
Class MBeanPersister
public
class
MBeanPersister
extends Persister
A persister that delegates the persistence to a registered persister MBean.
Version: $Revision: 1.7 $
| Constructor Summary |
| | MBeanPersister(MBeanServer server, ObjectName name)
Creates a new MBeanPersister that delegates persistence to a persister MBean
registered in the specified MBeanServer with the specified ObjectName. |
public MBeanPersister(MBeanServer server, ObjectName name)
Creates a new MBeanPersister that delegates persistence to a persister MBean
registered in the specified MBeanServer with the specified ObjectName.
public Object load()
public void store(Object data)
Copyright © 2001-2005 The MX4J Contributors. All Rights Reserved.