Uses of Class
javax.management.MBeanAttributeInfo

Packages that use MBeanAttributeInfo
javax.management   
javax.management.modelmbean   
 

Uses of MBeanAttributeInfo in javax.management
 

Methods in javax.management that return MBeanAttributeInfo
 MBeanAttributeInfo[] MBeanInfo.getAttributes()
           
 

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)
           
 

Uses of MBeanAttributeInfo in javax.management.modelmbean
 

Subclasses of MBeanAttributeInfo in javax.management.modelmbean
 class ModelMBeanAttributeInfo
           
 

Methods in javax.management.modelmbean that return MBeanAttributeInfo
 MBeanAttributeInfo[] ModelMBeanInfo.getAttributes()
           
 MBeanAttributeInfo[] ModelMBeanInfoSupport.getAttributes()