Uses of Class
javax.management.MBeanConstructorInfo

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

Uses of MBeanConstructorInfo in javax.management
 

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

Methods in javax.management with parameters of type MBeanConstructorInfo
protected  MBeanConstructorInfo[] StandardMBean.getConstructors(MBeanConstructorInfo[] constructors, Object implementation)
          Retrieve the constructors
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
 

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[] ModelMBeanInfo.getConstructors()
           
 MBeanConstructorInfo[] ModelMBeanInfoSupport.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.