Uses of Class
javax.management.MBeanOperationInfo
Packages that use MBeanOperationInfo
包
描述
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 MBeanOperationInfo in javax.management
Methods in javax.management that return MBeanOperationInfoMethods in javax.management with parameters of type MBeanOperationInfo修饰符和类方法描述protected StringStandardMBean.getDescription(MBeanOperationInfo info) Customization hook: Get the description that will be used in the MBeanOperationInfo returned by this MBean.protected StringStandardMBean.getDescription(MBeanOperationInfo op, MBeanParameterInfo param, int sequence) Customization hook: Get the description that will be used for the sequence MBeanParameterInfo of the MBeanOperationInfo returned by this MBean.protected intStandardMBean.getImpact(MBeanOperationInfo info) Customization hook: Get the impact flag of the operation that will be used in the MBeanOperationInfo returned by this MBean.protected StringStandardMBean.getParameterName(MBeanOperationInfo op, MBeanParameterInfo param, int sequence) Customization hook: Get the name that will be used for the sequence MBeanParameterInfo of the MBeanOperationInfo returned by this MBean.Constructors in javax.management with parameters of type MBeanOperationInfoModifierConstructor描述MBeanInfo(String className, String description, MBeanAttributeInfo[] attributes, MBeanConstructorInfo[] constructors, MBeanOperationInfo[] operations, MBeanNotificationInfo[] notifications) Constructs anMBeanInfo.MBeanInfo(String className, String description, MBeanAttributeInfo[] attributes, MBeanConstructorInfo[] constructors, MBeanOperationInfo[] operations, MBeanNotificationInfo[] notifications, Descriptor descriptor) Constructs anMBeanInfo. -
Uses of MBeanOperationInfo in javax.management.modelmbean
Subclasses of MBeanOperationInfo in javax.management.modelmbean修饰符和类Class描述classThe ModelMBeanOperationInfo object describes a management operation of the ModelMBean.Methods in javax.management.modelmbean that return MBeanOperationInfo -
Uses of MBeanOperationInfo in javax.management.openmbean
Subclasses of MBeanOperationInfo in javax.management.openmbeanMethods in javax.management.openmbean that return MBeanOperationInfo修饰符和类方法描述OpenMBeanInfo.getOperations()Returns an array ofOpenMBeanOperationInfoinstances describing each operation in the open MBean described by thisOpenMBeanInfoinstance.