Uses of Class
javax.management.MBeanParameterInfo
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 MBeanParameterInfo in javax.management
Modifier and TypeMethodDescriptionMBeanConstructorInfo.getSignature()
Returns the list of parameters for this constructor.MBeanOperationInfo.getSignature()
Returns the list of parameters for this operation.Modifier and TypeMethodDescriptionprotected String
StandardMBean.getDescription
(MBeanConstructorInfo ctor, MBeanParameterInfo param, int sequence) Customization hook: Get the description that will be used for the sequence MBeanParameterInfo of the MBeanConstructorInfo 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 String
StandardMBean.getParameterName
(MBeanConstructorInfo ctor, MBeanParameterInfo param, int sequence) Customization hook: Get the name that will be used for the sequence MBeanParameterInfo of the MBeanConstructorInfo 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.ModifierConstructorDescriptionMBeanConstructorInfo
(String name, String description, MBeanParameterInfo[] signature) Constructs anMBeanConstructorInfo
object.MBeanConstructorInfo
(String name, String description, MBeanParameterInfo[] signature, Descriptor descriptor) Constructs anMBeanConstructorInfo
object.MBeanOperationInfo
(String name, String description, MBeanParameterInfo[] signature, String type, int impact) Constructs anMBeanOperationInfo
object.MBeanOperationInfo
(String name, String description, MBeanParameterInfo[] signature, String type, int impact, Descriptor descriptor) Constructs anMBeanOperationInfo
object. -
Uses of MBeanParameterInfo in javax.management.modelmbean
ModifierConstructorDescriptionModelMBeanConstructorInfo
(String name, String description, MBeanParameterInfo[] signature) Constructs a ModelMBeanConstructorInfo object with a default descriptor.ModelMBeanConstructorInfo
(String name, String description, MBeanParameterInfo[] signature, Descriptor descriptor) Constructs a ModelMBeanConstructorInfo object.ModelMBeanOperationInfo
(String name, String description, MBeanParameterInfo[] signature, String type, int impact) Constructs a ModelMBeanOperationInfo object with a default descriptor.ModelMBeanOperationInfo
(String name, String description, MBeanParameterInfo[] signature, String type, int impact, Descriptor descriptor) Constructs a ModelMBeanOperationInfo object. -
Uses of MBeanParameterInfo in javax.management.openmbean
Modifier and TypeClassDescriptionclass
Describes a parameter used in one or more operations or constructors of an open MBean.Modifier and TypeMethodDescriptionOpenMBeanConstructorInfo.getSignature()
Returns an array ofOpenMBeanParameterInfo
instances describing each parameter in the signature of the constructor described by thisOpenMBeanConstructorInfo
instance.OpenMBeanOperationInfo.getSignature()
Returns an array ofOpenMBeanParameterInfo
instances describing each parameter in the signature of the operation described by thisOpenMBeanOperationInfo
instance.