All Known Implementing Classes:
RequiredModelMBean, ModelMBean
1.5
- Method from javax.management.PersistentMBean Summary: |
---|
load, store |
Method from javax.management.PersistentMBean Detail: |
---|
|
Persistence policy from the MBean and attribute descriptor is used to guide execution of this method. The MBean should be stored if 'persistPolicy' field is: != "never" = "always" = "onTimer" and now > 'lastPersistTime' + 'persistPeriod' = "NoMoreOftenThan" and now > 'lastPersistTime' + 'persistPeriod' = "onUnregister" |