Uses of Class
javax.management.MBeanFeatureInfo
Packages that use MBeanFeatureInfo
包
描述
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 MBeanFeatureInfo in javax.management
Subclasses of MBeanFeatureInfo in javax.management修饰符和类Class描述classDescribes an MBean attribute exposed for management.classDescribes a constructor exposed by an MBean.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.Methods in javax.management with parameters of type MBeanFeatureInfo修饰符和类方法描述protected StringStandardMBean.getDescription(MBeanFeatureInfo info) Customization hook: Get the description that will be used in the MBeanFeatureInfo returned by this MBean. -
Uses of MBeanFeatureInfo in javax.management.modelmbean
Subclasses of MBeanFeatureInfo in javax.management.modelmbean修饰符和类Class描述classThe ModelMBeanAttributeInfo object describes an attribute of the ModelMBean.classThe ModelMBeanConstructorInfo object describes a constructor of the ModelMBean.classThe ModelMBeanNotificationInfo object describes a notification emitted by a ModelMBean.classThe ModelMBeanOperationInfo object describes a management operation of the ModelMBean. -
Uses of MBeanFeatureInfo in javax.management.openmbean
Subclasses of MBeanFeatureInfo in javax.management.openmbean修饰符和类Class描述classDescribes an attribute of an open MBean.classDescribes a constructor of an Open MBean.classDescribes an operation of an Open MBean.classDescribes a parameter used in one or more operations or constructors of an open MBean.