Uses of Interface
javax.management.DescriptorRead
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 DescriptorRead in javax.management
Modifier and TypeInterfaceDescriptioninterface
This interface is used to gain access to descriptors of the Descriptor class which are associated with a JMX component, i.e.Modifier and TypeClassDescriptionclass
Describes an MBean attribute exposed for management.class
Describes a constructor exposed by an MBean.class
Provides general information for an MBean descriptor object.class
Describes the management interface exposed by an MBean; that is, the set of attributes and operations which are available for management operations.class
TheMBeanNotificationInfo
class is used to describe the characteristics of the different notification instances emitted by an MBean, for a given Java class of notification.class
Describes a management operation exposed by an MBean.class
Describes an argument of an operation exposed by an MBean. -
Uses of DescriptorRead in javax.management.modelmbean
Modifier and TypeClassDescriptionclass
The ModelMBeanAttributeInfo object describes an attribute of the ModelMBean.class
The ModelMBeanConstructorInfo object describes a constructor of the ModelMBean.class
This class represents the meta data for ModelMBeans.class
The ModelMBeanNotificationInfo object describes a notification emitted by a ModelMBean.class
The ModelMBeanOperationInfo object describes a management operation of the ModelMBean. -
Uses of DescriptorRead in javax.management.openmbean
Modifier and TypeClassDescriptionclass
Describes an attribute of an open MBean.class
Describes a constructor of an Open MBean.class
TheOpenMBeanInfoSupport
class describes the management information of an open MBean: it is a subclass ofMBeanInfo
, and it implements theOpenMBeanInfo
interface.class
Describes an operation of an Open MBean.class
Describes a parameter used in one or more operations or constructors of an open MBean.