Uses of Interface
javax.management.DescriptorAccess
-
Packages that use DescriptorAccess Package Description javax.management.modelmbean Provides the definition of the ModelMBean classes. -
-
Uses of DescriptorAccess in javax.management.modelmbean
Classes in javax.management.modelmbean that implement DescriptorAccess Modifier and Type Class Description class
ModelMBeanAttributeInfo
The ModelMBeanAttributeInfo object describes an attribute of the ModelMBean.class
ModelMBeanConstructorInfo
The ModelMBeanConstructorInfo object describes a constructor of the ModelMBean.class
ModelMBeanNotificationInfo
The ModelMBeanNotificationInfo object describes a notification emitted by a ModelMBean.class
ModelMBeanOperationInfo
The ModelMBeanOperationInfo object describes a management operation of the ModelMBean.
-