Uses of Class
org.apache.commons.modeler.AttributeInfo
-
Packages that use AttributeInfo Package Description org.apache.commons.modeler 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 AttributeInfo Modifier and Type Field Description protected AttributeInfo[]
ManagedBean. attributes
Methods in org.apache.commons.modeler that return AttributeInfo Modifier and Type Method Description AttributeInfo[]
ManagedBean. getAttributes()
The collection of attributes for this MBean.Methods in org.apache.commons.modeler with parameters of type AttributeInfo Modifier and Type Method Description void
ManagedBean. addAttribute(AttributeInfo attribute)
Add a new attribute to the set of attributes for this MBean.
-