Uses of Class
org.apache.commons.modeler.AttributeInfo

Packages that use AttributeInfo
org.apache.commons.modeler The Modeler component of the Apache 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
protected  AttributeInfo[] ManagedBean.attributes
           
 

Methods in org.apache.commons.modeler that return AttributeInfo
 AttributeInfo[] ManagedBean.getAttributes()
          The collection of attributes for this MBean.
 

Methods in org.apache.commons.modeler with parameters of type AttributeInfo
 void ManagedBean.addAttribute(AttributeInfo attribute)
          Add a new attribute to the set of attributes for this MBean.
 



Copyright © 2002-2008 The Apache Software Foundation. All Rights Reserved.