Java™ Platform
Standard Ed. 6

Uses of Class
javax.management.MBeanAttributeInfo

Packages that use MBeanAttributeInfo
javax.management Provides the core classes for the Java Management Extensions. 
javax.management.modelmbean Provides the definition of the ModelMBean classes. 
javax.management.openmbean Provides the open data types and Open MBean descriptor classes. 
 

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  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(String className, String description, MBeanAttributeInfo[] attributes, MBeanConstructorInfo[] constructors, MBeanOperationInfo[] operations, MBeanNotificationInfo[] notifications)
          Constructs an MBeanInfo.
MBeanInfo(String className, String description, MBeanAttributeInfo[] attributes, MBeanConstructorInfo[] constructors, MBeanOperationInfo[] operations, MBeanNotificationInfo[] notifications, Descriptor descriptor)
          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[] ModelMBeanInfo.getAttributes()
          Returns the list of attributes exposed for management.
 

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.
 


Java™ Platform
Standard Ed. 6

Submit a bug or feature
For further API reference and developer documentation, see Java SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.

Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.