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

Uses of Class javax.management.modelmbean.ModelMBeanConstructorInfo (JBoss/JMX API) - JBoss 4.0.1 sp1 jmx API Documentation 英文版文档


Uses of Class
javax.management.modelmbean.ModelMBeanConstructorInfo

Packages that use ModelMBeanConstructorInfo
javax.management.modelmbean   
org.jboss.mx.metadata   
 

Uses of ModelMBeanConstructorInfo in javax.management.modelmbean
 

Methods in javax.management.modelmbean that return ModelMBeanConstructorInfo
 ModelMBeanConstructorInfo ModelMBeanInfoSupport.getConstructor(String inName)
          Returns the constructor info for the named attribute, or null if there is none.
 

Constructors in javax.management.modelmbean with parameters of type ModelMBeanConstructorInfo
ModelMBeanInfoSupport(String className, String description, ModelMBeanAttributeInfo[] modelAttributes, ModelMBeanConstructorInfo[] modelConstructors, ModelMBeanOperationInfo[] modelOperations, ModelMBeanNotificationInfo[] modelNotifications)
          Creates an instance of Model MBean info implementation based on the given values.
ModelMBeanInfoSupport(String className, String description, ModelMBeanAttributeInfo[] modelAttributes, ModelMBeanConstructorInfo[] modelConstructors, ModelMBeanOperationInfo[] modelOperations, ModelMBeanNotificationInfo[] modelNotifications, Descriptor mbeandescriptor)
          Creates an instance of Model MBean info implementation based on the given values and descriptor.
 

Uses of ModelMBeanConstructorInfo in org.jboss.mx.metadata
 

Methods in org.jboss.mx.metadata that return ModelMBeanConstructorInfo
protected  ModelMBeanConstructorInfo[] JBossXMBean10.buildConstructorInfo(List constructors)
           
 



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