Uses of Class
javax.management.MBeanOperationInfo
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 MBeanOperationInfo in javax.management
Modifier and TypeMethodDescriptionMBeanInfo.getOperations()
Returns the list of operations of the MBean.Modifier and TypeMethodDescriptionprotected String
StandardMBean.getDescription
(MBeanOperationInfo info) Customization hook: Get the description that will be used in the MBeanOperationInfo returned by this MBean.protected String
StandardMBean.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 int
StandardMBean.getImpact
(MBeanOperationInfo info) Customization hook: Get the impact flag of the operation that will be used in the MBeanOperationInfo returned by this MBean.protected String
StandardMBean.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.ModifierConstructorDescriptionMBeanInfo
(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
Modifier and TypeClassDescriptionclass
The ModelMBeanOperationInfo object describes a management operation of the ModelMBean.Modifier and TypeMethodDescriptionModelMBeanInfo.getOperations()
Returns the list of operations of the MBean. -
Uses of MBeanOperationInfo in javax.management.openmbean
Modifier and TypeClassDescriptionclass
Describes an operation of an Open MBean.Modifier and TypeMethodDescriptionOpenMBeanInfo.getOperations()
Returns an array ofOpenMBeanOperationInfo
instances describing each operation in the open MBean described by thisOpenMBeanInfo
instance.