|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ModelMBeanInvoker | |
| org.jboss.mx.modelmbean | |
| org.jboss.mx.persistence | |
| Uses of ModelMBeanInvoker in org.jboss.mx.modelmbean |
| Subclasses of ModelMBeanInvoker in org.jboss.mx.modelmbean | |
class |
XMBean
XMBean implementation. |
| Uses of ModelMBeanInvoker in org.jboss.mx.persistence |
| Methods in org.jboss.mx.persistence with parameters of type ModelMBeanInvoker | |
void |
PersistenceManager.load(ModelMBeanInvoker mbean,
MBeanInfo metadata)
|
void |
ObjectStreamPersistenceManager.load(ModelMBeanInvoker mbean,
MBeanInfo metadata)
deserializes state from the object input stream |
protected void |
ObjectStreamPersistenceManager.loadFromMetadata(ModelMBeanInvoker mbean,
ModelMBeanInfo metadata)
Obtain the attribute values from the metadata and invoke setAttributes on the mbean invoker. |
void |
NullPersistence.load(ModelMBeanInvoker mbean,
MBeanInfo info)
|
void |
MbeanInfoDbPm.load(ModelMBeanInvoker mbean,
MBeanInfo info)
|
void |
DelegatingPersistenceManager.load(ModelMBeanInvoker invoker,
MBeanInfo metadata)
Called initialy when the XMBean is constructed in order to load and set the attributes of the MBean, if their persistent image exists. |
protected void |
DelegatingPersistenceManager.init(ModelMBeanInvoker invoker,
MBeanInfo metadata)
Lazy initialization Gets the external persistor to use and decides on the persistName to use for this MBean load()/store() calls. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||