站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 jmx API Documentation 英文版文档

Uses of Class org.jboss.mx.modelmbean.ModelMBeanInvoker (JBoss/JMX API) - JBoss 4.0.1 sp1 jmx API Documentation 英文版文档


Uses of Class
org.jboss.mx.modelmbean.ModelMBeanInvoker

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.
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.