Uses of Interface
javax.management.DescriptorRead
Packages that use DescriptorRead
包
描述
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
Subinterfaces of DescriptorRead in javax.management修饰符和类Interface描述interfaceThis interface is used to gain access to descriptors of the Descriptor class which are associated with a JMX component, i.e.Classes in javax.management that implement DescriptorRead修饰符和类Class描述classDescribes an MBean attribute exposed for management.classDescribes a constructor exposed by an MBean.classProvides general information for an MBean descriptor object.classDescribes the management interface exposed by an MBean; that is, the set of attributes and operations which are available for management operations.classTheMBeanNotificationInfoclass is used to describe the characteristics of the different notification instances emitted by an MBean, for a given Java class of notification.classDescribes a management operation exposed by an MBean.classDescribes an argument of an operation exposed by an MBean. -
Uses of DescriptorRead in javax.management.modelmbean
Classes in javax.management.modelmbean that implement DescriptorRead修饰符和类Class描述classThe ModelMBeanAttributeInfo object describes an attribute of the ModelMBean.classThe ModelMBeanConstructorInfo object describes a constructor of the ModelMBean.classThis class represents the meta data for ModelMBeans.classThe ModelMBeanNotificationInfo object describes a notification emitted by a ModelMBean.classThe ModelMBeanOperationInfo object describes a management operation of the ModelMBean. -
Uses of DescriptorRead in javax.management.openmbean
Classes in javax.management.openmbean that implement DescriptorRead修饰符和类Class描述classDescribes an attribute of an open MBean.classDescribes a constructor of an Open MBean.classTheOpenMBeanInfoSupportclass describes the management information of an open MBean: it is a subclass ofMBeanInfo, and it implements theOpenMBeanInfointerface.classDescribes an operation of an Open MBean.classDescribes a parameter used in one or more operations or constructors of an open MBean.