|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OpenMBeanParameterInfo | |
javax.management.openmbean | Provides the open data types and Open MBean descriptor classes. |
Uses of OpenMBeanParameterInfo in javax.management.openmbean |
Subinterfaces of OpenMBeanParameterInfo in javax.management.openmbean | |
interface |
OpenMBeanAttributeInfo
Describes an attribute of an open MBean. |
Classes in javax.management.openmbean that implement OpenMBeanParameterInfo | |
class |
OpenMBeanAttributeInfoSupport
Describes an attribute of an open MBean. |
class |
OpenMBeanParameterInfoSupport
Describes a parameter used in one or more operations or constructors of an open MBean. |
Constructors in javax.management.openmbean with parameters of type OpenMBeanParameterInfo | |
OpenMBeanConstructorInfoSupport(String name,
String description,
OpenMBeanParameterInfo[] signature)
Constructs an OpenMBeanConstructorInfoSupport instance, which describes the constructor of a class of open MBeans with the specified name, description and signature. |
|
OpenMBeanOperationInfoSupport(String name,
String description,
OpenMBeanParameterInfo[] signature,
OpenType returnOpenType,
int impact)
Constructs an OpenMBeanOperationInfoSupport instance, which describes the operation of a class of open MBeans, with the specified name, description, signature, returnOpenType and impact. |
|
JMX Specification 1.2 Maintenance Release Generated from RI build jmx-1_2_2_03-b34.2 2005.11.28_17:31:59_MET |
||||||||||
PREV NEXT | FRAMES NO FRAMES |