Uses of Class
javax.management.MBeanParameterInfo

Packages that use MBeanParameterInfo
javax.management   
javax.management.modelmbean   
javax.management.openmbean   
mx4j.adaptor.http   
 

Uses of MBeanParameterInfo in javax.management
 

Methods in javax.management that return MBeanParameterInfo
 MBeanParameterInfo[] MBeanOperationInfo.getSignature()
           
 MBeanParameterInfo[] MBeanConstructorInfo.getSignature()
           
 

Constructors in javax.management with parameters of type MBeanParameterInfo
MBeanOperationInfo(java.lang.String name, java.lang.String description, MBeanParameterInfo[] signature, java.lang.String type, int impact)
           
MBeanConstructorInfo(java.lang.String name, java.lang.String description, MBeanParameterInfo[] signature)
           
 

Uses of MBeanParameterInfo in javax.management.modelmbean
 

Constructors in javax.management.modelmbean with parameters of type MBeanParameterInfo
ModelMBeanOperationInfo(java.lang.String name, java.lang.String description, MBeanParameterInfo[] params, java.lang.String type, int impact)
           
ModelMBeanOperationInfo(java.lang.String name, java.lang.String description, MBeanParameterInfo[] params, java.lang.String type, int impact, Descriptor descriptor)
           
ModelMBeanConstructorInfo(java.lang.String name, java.lang.String description, MBeanParameterInfo[] params)
           
ModelMBeanConstructorInfo(java.lang.String name, java.lang.String description, MBeanParameterInfo[] params, Descriptor descriptor)
           
 

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[] OpenMBeanConstructorInfo.getSignature()
           
 MBeanParameterInfo[] OpenMBeanOperationInfo.getSignature()
          Returns an array of MBeanParameterInfo for the operation
 

Uses of MBeanParameterInfo in mx4j.adaptor.http
 

Methods in mx4j.adaptor.http with parameters of type MBeanParameterInfo
protected  void MBeanCommandProcessor.addParameters(org.w3c.dom.Element node, org.w3c.dom.Document document, MBeanParameterInfo[] parameters)
           
 



Copyright © 2001-2002 MX4J Team. All Rights Reserved.