Uses of Interface
javax.management.openmbean.OpenMBeanParameterInfo
Package | Description |
---|---|
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 Modifier and Type Interface Description interface
OpenMBeanAttributeInfo
Describes an attribute of an open MBean.Classes in javax.management.openmbean that implement OpenMBeanParameterInfo Modifier and Type Class Description 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 Constructor Description OpenMBeanConstructorInfoSupport(String name, String description, OpenMBeanParameterInfo[] signature)
Constructs anOpenMBeanConstructorInfoSupport
instance, which describes the constructor of a class of open MBeans with the specifiedname
,description
andsignature
.OpenMBeanConstructorInfoSupport(String name, String description, OpenMBeanParameterInfo[] signature, Descriptor descriptor)
Constructs anOpenMBeanConstructorInfoSupport
instance, which describes the constructor of a class of open MBeans with the specifiedname
,description
,signature
, anddescriptor
.OpenMBeanOperationInfoSupport(String name, String description, OpenMBeanParameterInfo[] signature, OpenType<?> returnOpenType, int impact)
Constructs anOpenMBeanOperationInfoSupport
instance, which describes the operation of a class of open MBeans, with the specifiedname
,description
,signature
,returnOpenType
andimpact
.OpenMBeanOperationInfoSupport(String name, String description, OpenMBeanParameterInfo[] signature, OpenType<?> returnOpenType, int impact, Descriptor descriptor)
Constructs anOpenMBeanOperationInfoSupport
instance, which describes the operation of a class of open MBeans, with the specifiedname
,description
,signature
,returnOpenType
,impact
, anddescriptor
.