|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object mx4j.persist.Persister mx4j.persist.MBeanPersister
A persister that delegates the persistence to a registered persister MBean.
Constructor Summary | |
MBeanPersister(javax.management.MBeanServer server,
javax.management.ObjectName name)
Creates a new MBeanPersister that delegates persistence to a persister MBean registered in the specified MBeanServer with the specified ObjectName. |
Method Summary | |
java.lang.Object |
load()
Loads the information persisted on the storage media. |
void |
store(java.lang.Object data)
Store the given information to the storage media. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MBeanPersister(javax.management.MBeanServer server, javax.management.ObjectName name)
Method Detail |
public java.lang.Object load() throws javax.management.MBeanException, javax.management.RuntimeOperationsException, javax.management.InstanceNotFoundException
PersisterMBean
javax.management.MBeanException
javax.management.RuntimeOperationsException
javax.management.InstanceNotFoundException
PersisterMBean.store(java.lang.Object)
public void store(java.lang.Object data) throws javax.management.MBeanException, javax.management.RuntimeOperationsException, javax.management.InstanceNotFoundException
PersisterMBean
javax.management.MBeanException
javax.management.RuntimeOperationsException
javax.management.InstanceNotFoundException
PersisterMBean.load()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |