|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OpenMBeanParameterInfo | |
javax.management.openmbean |
Uses of OpenMBeanParameterInfo in javax.management.openmbean |
Subinterfaces of OpenMBeanParameterInfo in javax.management.openmbean | |
interface |
OpenMBeanAttributeInfo
An OpenMBeanAttributeInfo represents an attribute of
an OpenMBean |
Classes in javax.management.openmbean that implement OpenMBeanParameterInfo | |
class |
OpenMBeanAttributeInfoSupport
|
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 | |
OpenMBeanOperationInfoSupport(java.lang.String name,
java.lang.String description,
OpenMBeanParameterInfo[] signature,
OpenType returnOpenType,
int impact)
Creates an instance of OpenMBeanOperationInfoSupport |
|
OpenMBeanConstructorInfoSupport(java.lang.String name,
java.lang.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 The signature array parameter is internally copied, so that subsequent changes to the array referenced by signature have no effect on this instance |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |