mx4j.persist
Interface PersisterMBean
- FilePersister, MBeanPersister, Persister
public interface PersisterMBean
Management interface for components able to persist information to a storage media.
Object | load() - Loads the information persisted on the storage media.
|
void | store(Object data) - Store the given information to the storage media.
|
load
public Object load()
throws javax.management.MBeanException,
javax.management.RuntimeOperationsException,
javax.management.InstanceNotFoundException
Loads the information persisted on the storage media.
store
public void store(Object data)
throws javax.management.MBeanException,
javax.management.RuntimeOperationsException,
javax.management.InstanceNotFoundException
Store the given information to the storage media.
Copyright © 2001-2005 The MX4J Contributors. All Rights Reserved.