mx4j.persist

Interface PersisterMBean

public interface PersisterMBean

Management interface for components able to persist information to a storage media.

Version: $Revision: 1.6 $

Method Summary
Objectload()
Loads the information persisted on the storage media.
voidstore(Object data)
Store the given information to the storage media.

Method Detail

load

public Object load()
Loads the information persisted on the storage media.

See Also: PersisterMBean

store

public void store(Object data)
Store the given information to the storage media.

See Also: PersisterMBean

Copyright © 2001-2005 The MX4J Contributors. All Rights Reserved.