javax.management
Interface PersistentMBean
- All Known Subinterfaces:
- ModelMBean
- public interface PersistentMBean
Implements by an MBean that are meant to be persistent.
- Version:
- $Revision: 1.3 $
- Author:
- Simone Bordet
Method Summary |
void |
load()
Instantiates for the data found in the persistance store. |
void |
store()
Captures the current state of the MBean. |
load
public void load()
throws MBeanException,
RuntimeOperationsException,
InstanceNotFoundException
- Instantiates for the data found in the persistance store.
- Throws:
MBeanException
- Wraps another exception or thrown when
persistance is not supported.RuntimeOperationsException
- Wraps exception from persistance operationInstanceNotFoundException
- Cant find the MBean
from
the persistance store.
store
public void store()
throws MBeanException,
RuntimeOperationsException,
InstanceNotFoundException
- Captures the current state of the MBean.
- Throws:
MBeanException
- RuntimeOperationsException
- InstanceNotFoundException
-
Copyright © 2001-2002 MX4J Team. All Rights Reserved.