Uses of Class
javax.management.MBeanAttributeInfo
Packages that use MBeanAttributeInfo
包
描述
Provides the core classes for the Java Management Extensions.
Provides the definition of the ModelMBean classes.
Provides the open data types and Open MBean descriptor classes.
-
Uses of MBeanAttributeInfo in javax.management
Methods in javax.management that return MBeanAttributeInfoMethods in javax.management with parameters of type MBeanAttributeInfo修饰符和类方法描述protected String
StandardMBean.getDescription
(MBeanAttributeInfo info) Customization hook: Get the description that will be used in the MBeanAttributeInfo returned by this MBean.Constructors in javax.management with parameters of type MBeanAttributeInfoModifierConstructor描述MBeanInfo
(String className, String description, MBeanAttributeInfo[] attributes, MBeanConstructorInfo[] constructors, MBeanOperationInfo[] operations, MBeanNotificationInfo[] notifications) Constructs anMBeanInfo
.MBeanInfo
(String className, String description, MBeanAttributeInfo[] attributes, MBeanConstructorInfo[] constructors, MBeanOperationInfo[] operations, MBeanNotificationInfo[] notifications, Descriptor descriptor) Constructs anMBeanInfo
. -
Uses of MBeanAttributeInfo in javax.management.modelmbean
Subclasses of MBeanAttributeInfo in javax.management.modelmbean修饰符和类Class描述class
The ModelMBeanAttributeInfo object describes an attribute of the ModelMBean.Methods in javax.management.modelmbean that return MBeanAttributeInfo -
Uses of MBeanAttributeInfo in javax.management.openmbean
Subclasses of MBeanAttributeInfo in javax.management.openmbeanMethods in javax.management.openmbean that return MBeanAttributeInfo修饰符和类方法描述OpenMBeanInfo.getAttributes()
Returns an array ofOpenMBeanAttributeInfo
instances describing each attribute in the open MBean described by thisOpenMBeanInfo
instance.