|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MBeanParameterInfo | |
javax.management | Provides the core classes for the Java Management Extensions. |
javax.management.modelmbean | Provides the definition of the ModelMBean classes. |
javax.management.openmbean | Provides the open data types and Open MBean descriptor classes. |
Uses of MBeanParameterInfo in javax.management |
Methods in javax.management that return MBeanParameterInfo | |
MBeanParameterInfo[] |
MBeanOperationInfo.getSignature()
Returns the list of parameters for this operation. |
MBeanParameterInfo[] |
MBeanConstructorInfo.getSignature()
Returns the list of parameters for this constructor. |
Methods in javax.management with parameters of type MBeanParameterInfo | |
protected String |
StandardMBean.getDescription(MBeanConstructorInfo ctor,
MBeanParameterInfo param,
int sequence)
Customization hook: Get the description that will be used for the sequence MBeanParameterInfo of the MBeanConstructorInfo returned by this MBean. |
protected String |
StandardMBean.getParameterName(MBeanConstructorInfo ctor,
MBeanParameterInfo param,
int sequence)
Customization hook: Get the name that will be used for the sequence MBeanParameterInfo of the MBeanConstructorInfo returned by this MBean. |
protected String |
StandardMBean.getParameterName(MBeanOperationInfo op,
MBeanParameterInfo param,
int sequence)
Customization hook: Get the name that will be used for the sequence MBeanParameterInfo of the MBeanOperationInfo returned by this MBean. |
protected String |
StandardMBean.getDescription(MBeanOperationInfo op,
MBeanParameterInfo param,
int sequence)
Customization hook: Get the description that will be used for the sequence MBeanParameterInfo of the MBeanOperationInfo returned by this MBean. |
Constructors in javax.management with parameters of type MBeanParameterInfo | |
MBeanOperationInfo(String name,
String description,
MBeanParameterInfo[] signature,
String type,
int impact)
Constructs an MBeanOperationInfo object. |
|
MBeanConstructorInfo(String name,
String description,
MBeanParameterInfo[] signature)
Constructs an MBeanConstructorInfo object. |
Uses of MBeanParameterInfo in javax.management.modelmbean |
Constructors in javax.management.modelmbean with parameters of type MBeanParameterInfo | |
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. |
|
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 MBeanConstructorInfo object. |
Uses of MBeanParameterInfo in javax.management.openmbean |
Subclasses of MBeanParameterInfo in javax.management.openmbean | |
class |
OpenMBeanParameterInfoSupport
Describes a parameter used in one or more operations or constructors of an open MBean. |
Methods in javax.management.openmbean that return MBeanParameterInfo | |
MBeanParameterInfo[] |
OpenMBeanOperationInfo.getSignature()
Returns an array of OpenMBeanParameterInfo instances describing each parameter in the signature of the operation described by this OpenMBeanOperationInfo instance. |
MBeanParameterInfo[] |
OpenMBeanConstructorInfo.getSignature()
Returns an array of OpenMBeanParameterInfo instances describing each parameter in the signature of the constructor described by this OpenMBeanConstructorInfo instance. |
|
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 |