Uses of Class
javax.management.MBeanParameterInfo
Packages that use MBeanParameterInfo
包
描述
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
Methods in javax.management that return MBeanParameterInfo修饰符和类方法描述MBeanConstructorInfo.getSignature()Returns the list of parameters for this constructor.MBeanOperationInfo.getSignature()Returns the list of parameters for this operation.Methods in javax.management with parameters of type MBeanParameterInfo修饰符和类方法描述protected StringStandardMBean.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 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 StringStandardMBean.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 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 MBeanParameterInfoModifierConstructor描述MBeanConstructorInfo(String name, String description, MBeanParameterInfo[] signature) Constructs anMBeanConstructorInfoobject.MBeanConstructorInfo(String name, String description, MBeanParameterInfo[] signature, Descriptor descriptor) Constructs anMBeanConstructorInfoobject.MBeanOperationInfo(String name, String description, MBeanParameterInfo[] signature, String type, int impact) Constructs anMBeanOperationInfoobject.MBeanOperationInfo(String name, String description, MBeanParameterInfo[] signature, String type, int impact, Descriptor descriptor) Constructs anMBeanOperationInfoobject. -
Uses of MBeanParameterInfo in javax.management.modelmbean
Constructors in javax.management.modelmbean with parameters of type MBeanParameterInfoModifierConstructor描述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修饰符和类Class描述classDescribes a parameter used in one or more operations or constructors of an open MBean.Methods in javax.management.openmbean that return MBeanParameterInfo修饰符和类方法描述OpenMBeanConstructorInfo.getSignature()Returns an array ofOpenMBeanParameterInfoinstances describing each parameter in the signature of the constructor described by thisOpenMBeanConstructorInfoinstance.OpenMBeanOperationInfo.getSignature()Returns an array ofOpenMBeanParameterInfoinstances describing each parameter in the signature of the operation described by thisOpenMBeanOperationInfoinstance.