Uses of Class
javax.management.MBeanAttributeInfo
Package
Description
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
Modifier and TypeMethodDescriptionMBeanInfo.getAttributes()
Returns the list of attributes exposed for management.Modifier and TypeMethodDescriptionprotected String
StandardMBean.getDescription
(MBeanAttributeInfo info) Customization hook: Get the description that will be used in the MBeanAttributeInfo returned by this MBean.ModifierConstructorDescriptionMBeanInfo
(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
Modifier and TypeClassDescriptionclass
The ModelMBeanAttributeInfo object describes an attribute of the ModelMBean.Modifier and TypeMethodDescriptionModelMBeanInfo.getAttributes()
Returns the list of attributes exposed for management. -
Uses of MBeanAttributeInfo in javax.management.openmbean
Modifier and TypeClassDescriptionclass
Describes an attribute of an open MBean.Modifier and TypeMethodDescriptionOpenMBeanInfo.getAttributes()
Returns an array ofOpenMBeanAttributeInfo
instances describing each attribute in the open MBean described by thisOpenMBeanInfo
instance.