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

Uses of Class javax.management.MBeanConstructorInfo (JBoss/JMX API) - JBoss 3.2.7 jmx API Documentation 英文版文档


Uses of Class
javax.management.MBeanConstructorInfo

Packages that use MBeanConstructorInfo
javax.management   
javax.management.modelmbean   
javax.management.openmbean   
 

Uses of MBeanConstructorInfo in javax.management
 

Fields in javax.management declared as MBeanConstructorInfo
protected  MBeanConstructorInfo[] MBeanInfo.constructors
           
 

Methods in javax.management that return MBeanConstructorInfo
protected  MBeanConstructorInfo[] StandardMBean.getConstructors(MBeanConstructorInfo[] constructors, Object implementation)
          Retrieve the constructors
 MBeanConstructorInfo[] MBeanInfo.getConstructors()
           
 

Methods in javax.management with parameters of type MBeanConstructorInfo
protected  String StandardMBean.getDescription(MBeanConstructorInfo info)
          Retrieve the description of the mbean constructor
protected  String StandardMBean.getDescription(MBeanConstructorInfo info, MBeanParameterInfo param, int sequence)
          Retrieve the description of the mbean constructor parameter
protected  String StandardMBean.getParameterName(MBeanConstructorInfo info, MBeanParameterInfo param, int sequence)
          Retrieve the parameter name for a constructor
protected  MBeanConstructorInfo[] StandardMBean.getConstructors(MBeanConstructorInfo[] constructors, Object implementation)
          Retrieve the constructors
 

Constructors in javax.management with parameters of type MBeanConstructorInfo
MBeanInfo(String className, String description, MBeanAttributeInfo[] attributes, MBeanConstructorInfo[] constructors, MBeanOperationInfo[] operations, MBeanNotificationInfo[] notifications)
           
 

Uses of MBeanConstructorInfo in javax.management.modelmbean
 

Subclasses of MBeanConstructorInfo in javax.management.modelmbean
 class ModelMBeanConstructorInfo
          Represents constructor.
 

Methods in javax.management.modelmbean that return MBeanConstructorInfo
 MBeanConstructorInfo[] ModelMBeanInfoSupport.getConstructors()
           
 MBeanConstructorInfo[] ModelMBeanInfo.getConstructors()
           
 

Uses of MBeanConstructorInfo in javax.management.openmbean
 

Subclasses of MBeanConstructorInfo in javax.management.openmbean
 class OpenMBeanConstructorInfoSupport
          OpenMBeanConstructorInfo implementation
 

Methods in javax.management.openmbean that return MBeanConstructorInfo
 MBeanConstructorInfo[] OpenMBeanInfo.getConstructors()
          Retrieve an array of OpenMBeanConstructorInfos describing each constructor of the open mbean.
 



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