Uses of Class
javax.management.MBeanAttributeInfo

Packages that use MBeanAttributeInfo
javax.management   
javax.management.modelmbean   
javax.management.openmbean   
org.huihoo.jfox.jmx   
 

Uses of MBeanAttributeInfo in javax.management
 

Methods in javax.management that return MBeanAttributeInfo
 MBeanAttributeInfo[] MBeanInfo.getAttributes()
          Returns the list of attributes exposed for management.
 

Methods in javax.management with parameters of type MBeanAttributeInfo
protected  java.lang.String StandardMBean.getDescription(MBeanAttributeInfo info)
          Customization hook: Get the description that will be used in the MBeanAttributeInfo returned by this MBean.
 

Constructors in javax.management with parameters of type MBeanAttributeInfo
MBeanInfo(java.lang.String className, java.lang.String description, MBeanAttributeInfo[] attributes, MBeanConstructorInfo[] constructors, MBeanOperationInfo[] operations, MBeanNotificationInfo[] notifications)
          Constructs an MBeanInfo.
 

Uses of MBeanAttributeInfo in javax.management.modelmbean
 

Subclasses of MBeanAttributeInfo in javax.management.modelmbean
 class ModelMBeanAttributeInfo
          The ModelMBeanAttributeInfo object describes an attribute of the ModelMBean.
 

Methods in javax.management.modelmbean that return MBeanAttributeInfo
 MBeanAttributeInfo[] ModelMBeanInfoSupport.getAttributes()
          Returns the list of attributes exposed for management as ModelMBeanAttributeInfo objects.
 MBeanAttributeInfo[] ModelMBeanInfo.getAttributes()
           
 

Uses of MBeanAttributeInfo in javax.management.openmbean
 

Subclasses of MBeanAttributeInfo in javax.management.openmbean
 class OpenMBeanAttributeInfoSupport
          Describes an attribute of an open MBean.
 

Methods in javax.management.openmbean that return MBeanAttributeInfo
 MBeanAttributeInfo[] OpenMBeanInfo.getAttributes()
          Returns an array of OpenMBeanAttributeInfo instances describing each attribute in the open MBean described by this OpenMBeanInfo instance.
 

Uses of MBeanAttributeInfo in org.huihoo.jfox.jmx
 

Methods in org.huihoo.jfox.jmx that return MBeanAttributeInfo
 MBeanAttributeInfo MBeanMetaDataSupport.getAttributeInfo(java.lang.String attribute)
           
 MBeanAttributeInfo[] MBeanMetaDataSupport.getAttributes()
           
 MBeanAttributeInfo[] MBeanInterfaceMetaDataSupport.getAttributes()
           
 MBeanAttributeInfo MBeanInterfaceMetaDataSupport.getAttributeInfo(java.lang.String attribute)
           
 MBeanAttributeInfo[] MBeanInterfaceMetaData.getAttributes()
           
 MBeanAttributeInfo MBeanInterfaceMetaData.getAttributeInfo(java.lang.String attribute)
           
 MBeanAttributeInfo[] DynamicMBeanMetaDataSupport.getAttributes()
           
 MBeanAttributeInfo DynamicMBeanMetaDataSupport.getAttributeInfo(java.lang.String attribute)