Interface DescriptorRead

All Known Subinterfaces:
DescriptorAccess
All Known Implementing Classes:
MBeanAttributeInfo, MBeanConstructorInfo, MBeanFeatureInfo, MBeanInfo, MBeanNotificationInfo, MBeanOperationInfo, MBeanParameterInfo, ModelMBeanAttributeInfo, ModelMBeanConstructorInfo, ModelMBeanInfoSupport, ModelMBeanNotificationInfo, ModelMBeanOperationInfo, OpenMBeanAttributeInfoSupport, OpenMBeanConstructorInfoSupport, OpenMBeanInfoSupport, OpenMBeanOperationInfoSupport, OpenMBeanParameterInfoSupport

public interface DescriptorRead

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

Since:
1.6

Methods

Modifier and Type Method and Description
Descriptor getDescriptor()

Returns a copy of Descriptor.

Methods

getDescriptor

Descriptor getDescriptor()

Returns a copy of Descriptor.

Returns:
Descriptor associated with the component implementing this interface. The return value is never null, but the returned descriptor may be empty.

© 1993, 2020, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
https://docs.oracle.com/javase/8/docs/api/javax/management/DescriptorRead.html