JavaScript is disabled on your browser.
JavaScript is disabled on your browser.
Constructors in javax.management with parameters of type MBeanParameterInfo
Constructor
Description
MBeanConstructorInfo (String name,
String description,
MBeanParameterInfo [] signature)
Constructs an MBeanConstructorInfo
object.
MBeanConstructorInfo (String name,
String description,
MBeanParameterInfo [] signature,
Descriptor descriptor)
Constructs an MBeanConstructorInfo
object.
MBeanOperationInfo (String name,
String description,
MBeanParameterInfo [] signature,
String type,
int impact)
Constructs an MBeanOperationInfo
object.
MBeanOperationInfo (String name,
String description,
MBeanParameterInfo [] signature,
String type,
int impact,
Descriptor descriptor)
Constructs an MBeanOperationInfo
object.
Constructors in javax.management.modelmbean with parameters of type MBeanParameterInfo
Constructor
Description
ModelMBeanConstructorInfo (String name,
String description,
MBeanParameterInfo [] signature)
Constructs a ModelMBeanConstructorInfo object with a default descriptor.
ModelMBeanConstructorInfo (String name,
String description,
MBeanParameterInfo [] signature,
Descriptor descriptor)
Constructs a ModelMBeanConstructorInfo object.
ModelMBeanOperationInfo (String name,
String description,
MBeanParameterInfo [] signature,
String type,
int impact)
Constructs a ModelMBeanOperationInfo object with a default descriptor.
ModelMBeanOperationInfo (String name,
String description,
MBeanParameterInfo [] signature,
String type,
int impact,
Descriptor descriptor)
Constructs a ModelMBeanOperationInfo object.
Methods in javax.management.openmbean that return MBeanParameterInfo
Modifier and Type
Method
Description
MBeanParameterInfo []
OpenMBeanConstructorInfo. getSignature ()
Returns an array of OpenMBeanParameterInfo
instances
describing each parameter in the signature of the constructor
described by this OpenMBeanConstructorInfo
instance.
MBeanParameterInfo []
OpenMBeanOperationInfo. getSignature ()
Returns an array of OpenMBeanParameterInfo
instances
describing each parameter in the signature of the operation
described by this OpenMBeanOperationInfo
instance.
JavaScript is disabled on your browser.
Report a bug or suggest an enhancement For further API reference and developer documentation see the Java SE Documentation , which contains more detailed, developer-targeted descriptions with conceptual overviews, definitions of terms, workarounds, and working code examples. Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries. Copyright © 1993, 2017, Oracle and/or its affiliates, 500 Oracle Parkway, Redwood Shores, CA 94065 USA. All rights reserved. Use is subject to license terms and the documentation redistribution policy .
Scripting on this page tracks web page traffic, but does not change the content in any way.