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.parametersprotected ParameterInfo[]OperationInfo.parametersMethods 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 TypeMethodDescriptionvoidConstructorInfo.addParameter(ParameterInfo parameter) Add a new parameter to the set of parameters for this constructor.voidOperationInfo.addParameter(ParameterInfo parameter) Add a new parameter to the set of arguments for this operation.