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.
Method Summary
Objectload()
voidstore(Object data)

Constructor Detail

MBeanPersister

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.

Method Detail

load

public Object load()

store

public void store(Object data)
Copyright © 2001-2005 The MX4J Contributors. All Rights Reserved.