DescriptorRead (Java SE 15 & JDK 15) (original) (raw)

All Known Subinterfaces:

[DescriptorAccess](DescriptorAccess.html "interface in javax.management")

All Known Implementing Classes:

[MBeanAttributeInfo](MBeanAttributeInfo.html "class in javax.management"), [MBeanConstructorInfo](MBeanConstructorInfo.html "class in javax.management"), [MBeanFeatureInfo](MBeanFeatureInfo.html "class in javax.management"), [MBeanInfo](MBeanInfo.html "class in javax.management"), [MBeanNotificationInfo](MBeanNotificationInfo.html "class in javax.management"), [MBeanOperationInfo](MBeanOperationInfo.html "class in javax.management"), [MBeanParameterInfo](MBeanParameterInfo.html "class in javax.management"), [ModelMBeanAttributeInfo](modelmbean/ModelMBeanAttributeInfo.html "class in javax.management.modelmbean"), [ModelMBeanConstructorInfo](modelmbean/ModelMBeanConstructorInfo.html "class in javax.management.modelmbean"), [ModelMBeanInfoSupport](modelmbean/ModelMBeanInfoSupport.html "class in javax.management.modelmbean"), [ModelMBeanNotificationInfo](modelmbean/ModelMBeanNotificationInfo.html "class in javax.management.modelmbean"), [ModelMBeanOperationInfo](modelmbean/ModelMBeanOperationInfo.html "class in javax.management.modelmbean"), [OpenMBeanAttributeInfoSupport](openmbean/OpenMBeanAttributeInfoSupport.html "class in javax.management.openmbean"), [OpenMBeanConstructorInfoSupport](openmbean/OpenMBeanConstructorInfoSupport.html "class in javax.management.openmbean"), [OpenMBeanInfoSupport](openmbean/OpenMBeanInfoSupport.html "class in javax.management.openmbean"), [OpenMBeanOperationInfoSupport](openmbean/OpenMBeanOperationInfoSupport.html "class in javax.management.openmbean"), [OpenMBeanParameterInfoSupport](openmbean/OpenMBeanParameterInfoSupport.html "class in javax.management.openmbean")


public interface DescriptorRead

Interface to read the Descriptor of a management interface element such as an MBeanInfo.

Since:

1.6

Modifier and Type Method Description
Descriptor getDescriptor() Returns a copy of Descriptor.