GNU Classpath (0.95) | |
Frames | No Frames |
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. |
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. |
GNU Classpath (0.95) |