Uses of Class
org.apache.commons.modeler.ParameterInfo
Packages that use ParameterInfo
Package
Description
The Modeler component of the Jakarta Commons subproject
offers convenient support for configuring and instantiating Model MBeans
(management beans), as described in the JMX Specification.
-
Uses of ParameterInfo in org.apache.commons.modeler
Fields in org.apache.commons.modeler declared as ParameterInfoModifier and TypeFieldDescriptionprotected ParameterInfo[]
ConstructorInfo.parameters
protected ParameterInfo[]
OperationInfo.parameters
Methods in org.apache.commons.modeler that return ParameterInfoModifier and TypeMethodDescriptionConstructorInfo.getSignature()
The set of parameters for this constructor.OperationInfo.getSignature()
The set of parameters for this operation.Methods in org.apache.commons.modeler with parameters of type ParameterInfoModifier and TypeMethodDescriptionvoid
ConstructorInfo.addParameter
(ParameterInfo parameter) Add a new parameter to the set of parameters for this constructor.void
OperationInfo.addParameter
(ParameterInfo parameter) Add a new parameter to the set of arguments for this operation.