|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use MBeanParameterInfo | |
| javax.management | |
| javax.management.modelmbean | |
| javax.management.openmbean | |
| org.jboss.mx.capability | |
| org.jboss.mx.metadata | |
| org.jboss.mx.server | |
| Uses of MBeanParameterInfo in javax.management |
| Methods in javax.management that return MBeanParameterInfo | |
MBeanParameterInfo[] |
MBeanOperationInfo.getSignature()
Returns the signature of this operation. |
MBeanParameterInfo[] |
MBeanConstructorInfo.getSignature()
|
| Methods in javax.management with parameters of type MBeanParameterInfo | |
protected String |
StandardMBean.getDescription(MBeanConstructorInfo info,
MBeanParameterInfo param,
int sequence)
Retrieve the description of the mbean constructor parameter |
protected String |
StandardMBean.getDescription(MBeanOperationInfo info,
MBeanParameterInfo param,
int sequence)
Retrieve the description of the mbean operation parameter |
protected String |
StandardMBean.getParameterName(MBeanConstructorInfo info,
MBeanParameterInfo param,
int sequence)
Retrieve the parameter name for a constructor |
protected String |
StandardMBean.getParameterName(MBeanOperationInfo info,
MBeanParameterInfo param,
int sequence)
Retrieve the parameter name for an operation |
| Constructors in javax.management with parameters of type MBeanParameterInfo | |
MBeanOperationInfo(String name,
String description,
MBeanParameterInfo[] inSignature,
String returnType,
int impact)
Constructs a management operation metadata. |
|
MBeanConstructorInfo(String name,
String description,
MBeanParameterInfo[] signature)
|
|
| 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)
Creates a new operation info with a default descriptor. |
|
ModelMBeanOperationInfo(String name,
String description,
MBeanParameterInfo[] signature,
String type,
int impact,
Descriptor descriptor)
Creates a new operation info with a given descriptor. |
|
ModelMBeanConstructorInfo(String name,
String description,
MBeanParameterInfo[] signature)
Creates a new constructor info with default descriptor. |
|
ModelMBeanConstructorInfo(String name,
String description,
MBeanParameterInfo[] signature,
Descriptor descriptor)
Creates a new constructor info with a given descriptor. |
|
| Uses of MBeanParameterInfo in javax.management.openmbean |
| Subclasses of MBeanParameterInfo in javax.management.openmbean | |
class |
OpenMBeanParameterInfoSupport
OpenMBeanParameterInfo implementation |
| Methods in javax.management.openmbean that return MBeanParameterInfo | |
MBeanParameterInfo[] |
OpenMBeanOperationInfo.getSignature()
Returns an array of the parameters passed to the operation |
MBeanParameterInfo[] |
OpenMBeanConstructorInfo.getSignature()
Returns an array of the parameters passed to the constructor |
| Uses of MBeanParameterInfo in org.jboss.mx.capability |
| Methods in org.jboss.mx.capability with parameters of type MBeanParameterInfo | |
static String |
OptimizedMBeanDispatcher.getMethodDescriptor(MBeanParameterInfo[] signature,
String returnType)
Returns the signature of a MBean operation using the grammar required by the class file format, excluding the method name. |
| Uses of MBeanParameterInfo in org.jboss.mx.metadata |
| Methods in org.jboss.mx.metadata that return MBeanParameterInfo | |
protected MBeanParameterInfo[] |
JBossXMBean10.buildParameterInfo(List parameters)
|
| Uses of MBeanParameterInfo in org.jboss.mx.server |
| Constructors in org.jboss.mx.server with parameters of type MBeanParameterInfo | |
AbstractMBeanInvoker.OperationKey(String name,
MBeanParameterInfo[] signature)
|
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||