Uses of Class
org.apache.commons.modeler.AttributeInfo
Packages that use AttributeInfo
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 AttributeInfo in org.apache.commons.modeler
Fields in org.apache.commons.modeler declared as AttributeInfoMethods in org.apache.commons.modeler that return AttributeInfoModifier and TypeMethodDescriptionManagedBean.getAttributes()
The collection of attributes for this MBean.Methods in org.apache.commons.modeler with parameters of type AttributeInfoModifier and TypeMethodDescriptionvoid
ManagedBean.addAttribute
(AttributeInfo attribute) Add a new attribute to the set of attributes for this MBean.