Uses of Class
javax.management.MBeanParameterInfo
-
Packages that use MBeanParameterInfo Package Description javax.management Provides the core classes for the Java Management Extensions.javax.management.modelmbean Provides the definition of the ModelMBean classes.javax.management.openmbean Provides the open data types and Open MBean descriptor classes. -
-
Uses of MBeanParameterInfo in javax.management
Methods in javax.management that return MBeanParameterInfo Modifier and Type Method and Description MBeanParameterInfo[]
MBeanConstructorInfo. getSignature()
Returns the list of parameters for this constructor.MBeanParameterInfo[]
MBeanOperationInfo. getSignature()
Returns the list of parameters for this operation.Methods in javax.management with parameters of type MBeanParameterInfo Modifier and Type Method and Description protected 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.Constructors in javax.management with parameters of type MBeanParameterInfo Constructor and Description MBeanConstructorInfo(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
Constructors in javax.management.modelmbean with parameters of type MBeanParameterInfo Constructor and Description ModelMBeanConstructorInfo(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
Subclasses of MBeanParameterInfo in javax.management.openmbean Modifier and Type Class and Description class
OpenMBeanParameterInfoSupport
Describes a parameter used in one or more operations or constructors of an open MBean.Methods in javax.management.openmbean that return MBeanParameterInfo Modifier and Type Method and Description MBeanParameterInfo[]
OpenMBeanConstructorInfo. getSignature()
Returns an array of OpenMBeanParameterInfo instances describing each parameter in the signature of the constructor described by this OpenMBeanConstructorInfo instance.MBeanParameterInfo[]
OpenMBeanOperationInfo. getSignature()
Returns an array of OpenMBeanParameterInfo instances describing each parameter in the signature of the operation described by this OpenMBeanOperationInfo instance.
-
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2022, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.