Uses of Class javax.management.MBeanParameterInfo

Uses in package javax.management

Constructors with parameter type javax.management.MBeanParameterInfo

Constructs a @link{MBeanConstructorInfo} with the specified name, description and parameter information.
Constructs a @link{MBeanOperationInfo} with the specified name, description, parameter information, return type and impact.

Methods with parameter type javax.management.MBeanParameterInfo

String
Returns the description of the nth parameter of the constructor that will be used in the supplied MBeanParameterInfo instance.
String
Returns the description of the nth parameter of the operation that will be used in the supplied MBeanParameterInfo instance.
String
Returns the name of the nth parameter of the constructor that will be used in the supplied MBeanParameterInfo instance.
String
Returns the name of the nth parameter of the operation that will be used in the supplied MBeanParameterInfo instance.

Methods with return type javax.management.MBeanParameterInfo

MBeanParameterInfo[]
Returns the constructor's signature, in the form of information on each parameter.
MBeanParameterInfo[]
Returns the operation's signature, in the form of information on each parameter.