Uses of Interface
javax.management.modelmbean.ModelMBeanInfo

Packages that use ModelMBeanInfo
javax.management.modelmbean   
org.jboss.mx.metadata   
org.jboss.mx.modelmbean   
org.jboss.mx.persistence   
 

Uses of ModelMBeanInfo in javax.management.modelmbean
 

Classes in javax.management.modelmbean that implement ModelMBeanInfo
 class ModelMBeanInfoSupport
          Support class for ModelMBeanInfo interface.
 

Methods in javax.management.modelmbean with parameters of type ModelMBeanInfo
 void ModelMBean.setModelMBeanInfo(ModelMBeanInfo inModelMBeanInfo)
           
 void RequiredModelMBean.setModelMBeanInfo(ModelMBeanInfo info)
           
 

Constructors in javax.management.modelmbean with parameters of type ModelMBeanInfo
ModelMBeanInfoSupport(ModelMBeanInfo mbi)
          Copy constructor for Model MBean info.
RequiredModelMBean(ModelMBeanInfo info)
          Constructs a RequiredModelMBean object using ModelMBeanInfo passed in.
 

Uses of ModelMBeanInfo in org.jboss.mx.metadata
 

Methods in org.jboss.mx.metadata that return ModelMBeanInfo
protected  ModelMBeanInfo JBossXMBean10.buildMBeanMetaData(String description, List constructors, List operations, List attributes, List notifications, Descriptor descr)
           
 

Methods in org.jboss.mx.metadata with parameters of type ModelMBeanInfo
static ModelMBeanInfoSupport MBeanInfoConversion.stripAttributeOperations(ModelMBeanInfo info, boolean stripAllRoles)
          Returns a ModelMBeanInfoSupport where ModelMBeanOperationInfos that are referred to by ModelMBeanAttributeInfo getMethod or setMethod descriptor fields are stripped out.
 

Uses of ModelMBeanInfo in org.jboss.mx.modelmbean
 

Methods in org.jboss.mx.modelmbean with parameters of type ModelMBeanInfo
protected  void XMBean.configureInterceptorStack(ModelMBeanInfo info, MBeanServer server, ObjectName name)
           
protected  void ModelMBeanInvoker.configureInterceptorStack(ModelMBeanInfo info, MBeanServer server, ObjectName name)
          Build the getMBeanInfo, operation, and attribute interceptor stacks and associated these with the corresponding InvocationContexts.
static ModelMBean RequiredModelMBeanInstantiator.instantiate(ModelMBeanInfo info)
           
 void ModelMBeanInvoker.setModelMBeanInfo(ModelMBeanInfo info)
          Sets the MBean metadata for this Model MBean instance.
 

Constructors in org.jboss.mx.modelmbean with parameters of type ModelMBeanInfo
ModelMBeanInvoker(ModelMBeanInfo info)
          Creates a Model MBean instance and initializes it with the given Model MBean metadata.
XMBean(ModelMBeanInfo info)
          Creates an XMBean Model MBean implementation with a predefined JMX metadata.
 

Uses of ModelMBeanInfo in org.jboss.mx.persistence
 

Methods in org.jboss.mx.persistence with parameters of type ModelMBeanInfo
protected  void ObjectStreamPersistenceManager.loadFromMetadata(ModelMBeanInvoker mbean, ModelMBeanInfo metadata)
          Obtain the attribute values from the metadata and invoke setAttributes on the mbean invoker.
 



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