Frames | No Frames |
Classes derived from javax.management.MBeanParameterInfo | |
class | Describes the parameters of a constructor or operation associated
with an open management bean.
|
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. |
Constructors with parameter type javax.management.MBeanParameterInfo | |
Constructs a @link{MBeanConstructorInfo} with the specified
name, description and parameter information. | |
MBeanOperationInfo.MBeanOperationInfo(String name, String desc, MBeanParameterInfo[] sig, String type, int impact) 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. |
Methods with parameter type javax.management.MBeanParameterInfo | |
String | BeanImpl.getDescription(MBeanConstructorInfo constructor, MBeanParameterInfo parameter, int sequenceNo) Override this method so as to prevent the description of a constructor's
parameter being @code{null}. |
String | Override this method so as to prevent the description of an operation's
parameter being @code{null}. |
String | BeanImpl.getParameterName(MBeanConstructorInfo constructor, MBeanParameterInfo parameter, int sequenceNo) Override this method so as to prevent the name of a constructor's
parameter being @code{null}. |
String | BeanImpl.getParameterName(MBeanOperationInfo operation, MBeanParameterInfo parameter, int sequenceNo) Override this method so as to prevent the name of an operation's
parameter being @code{null}. |