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

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


Uses of Class
javax.management.MBeanFeatureInfo

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

Uses of MBeanFeatureInfo in javax.management
 

Subclasses of MBeanFeatureInfo in javax.management
 class MBeanAttributeInfo
          Represents a management attribute in an MBeans' management interface.
 class MBeanConstructorInfo
          Describes a constructor exposed by an MBean This implementation protects its immutability by taking shallow clones of all arrays supplied in constructors and by returning shallow array clones in getXXX() methods.
 class MBeanNotificationInfo
          Describes a notification emitted by an MBean This implementation protects its immutability by taking shallow clones of all arrays supplied in constructors and by returning shallow array clones in getXXX() methods.
 class MBeanOperationInfo
          Describes an operation exposed by an MBean This implementation protects its immutability by taking shallow clones of all arrays supplied in constructors and by returning shallow array clones in getXXX() methods.
 class MBeanParameterInfo
          Describes an argument of an operation exposed by an MBean
 

Methods in javax.management with parameters of type MBeanFeatureInfo
protected  String StandardMBean.getDescription(MBeanFeatureInfo info)
          Retrieve the description of the mbean feature
 

Uses of MBeanFeatureInfo in javax.management.modelmbean
 

Subclasses of MBeanFeatureInfo in javax.management.modelmbean
 class ModelMBeanAttributeInfo
          Represents a Model MBean's management attribute.
 class ModelMBeanConstructorInfo
          Represents constructor.
 class ModelMBeanNotificationInfo
          Represents a notification in a Model MBean's management interface.
 class ModelMBeanOperationInfo
          Represents Model MBean operation.
 

Uses of MBeanFeatureInfo in javax.management.openmbean
 

Subclasses of MBeanFeatureInfo in javax.management.openmbean
 class OpenMBeanAttributeInfoSupport
          OpenMBeanAttributeInfo implementation
 class OpenMBeanConstructorInfoSupport
          OpenMBeanConstructorInfo implementation
 class OpenMBeanOperationInfoSupport
          OpenMBeanOperationInfo implementation
 class OpenMBeanParameterInfoSupport
          OpenMBeanParameterInfo implementation
 



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