GNU Classpath (0.95) | |
Frames | No Frames |
Classes implementing javax.management.openmbean.OpenMBeanParameterInfo | |
class | Describes an attribute of an open management bean.
|
class | Describes the parameters of a constructor or operation associated
with an open management bean.
|
Constructors with parameter type javax.management.openmbean.OpenMBeanParameterInfo | |
OpenMBeanConstructorInfoSupport.OpenMBeanConstructorInfoSupport(String name, String desc, OpenMBeanParameterInfo[] sig) Constructs a @link{OpenMBeanConstructorInfo} with the specified
name, description and parameter information. | |
OpenMBeanOperationInfoSupport.OpenMBeanOperationInfoSupport(String name, String desc, OpenMBeanParameterInfo[] sig, OpenType> type, int impact) Constructs a @link{OpenMBeanOperationInfo} with the specified name,
description, parameter information, open return type and impact. |
GNU Classpath (0.95) |