Uses of Class
javax.management.MBeanAttributeInfo

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

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()
           
 

Uses of MBeanAttributeInfo in javax.management.openmbean
 

Subclasses of MBeanAttributeInfo in javax.management.openmbean
 class OpenMBeanAttributeInfoSupport
           
 

Methods in javax.management.openmbean that return MBeanAttributeInfo
 MBeanAttributeInfo[] OpenMBeanInfo.getAttributes()
          Returns an instance of MBeanAttributeInfo ( OpenMBeanAttributeInfo )
 

Uses of MBeanAttributeInfo in mx4j
 

Methods in mx4j that return MBeanAttributeInfo
protected  MBeanAttributeInfo[] AbstractDynamicMBean.createMBeanAttributeInfo()
          To be overridden to return metadata information about manageable attributes.
 



Copyright © 2001-2002 MX4J Team. All Rights Reserved.