Uses of Class
javax.management.MBeanInfo

Packages that use MBeanInfo
javax.management Provides the core JMX classes
javax.management.modelmbean Provides the definition of the ModelMBean classes
javax.management.openmbean Provides the open data types and open mbean descriptors classes. 
 

Uses of MBeanInfo in javax.management
 

Methods in javax.management that return MBeanInfo
 MBeanInfo MBeanServer.getMBeanInfo(ObjectName name)
          This method discovers the attributes and operations that an MBean exposes for management.
 MBeanInfo DynamicMBean.getMBeanInfo()
          Provides the exposed attributes and actions of the Dynamic MBean using an MBeanInfo object.
 MBeanInfo StandardMBean.getMBeanInfo()
          Get the MBeanInfo for this MBean.
protected  MBeanInfo StandardMBean.getCachedMBeanInfo()
          Customization hook: Return the MBeanInfo cached for this object.
 MBeanInfo MBeanServerConnection.getMBeanInfo(ObjectName name)
          This method discovers the attributes and operations that an MBean exposes for management.
 

Methods in javax.management with parameters of type MBeanInfo
protected  java.lang.String StandardMBean.getClassName(MBeanInfo info)
          Customization hook: Get the className that will be used in the MBeanInfo returned by this MBean.
protected  java.lang.String StandardMBean.getDescription(MBeanInfo info)
          Customization hook: Get the description that will be used in the MBeanInfo returned by this MBean.
protected  void StandardMBean.cacheMBeanInfo(MBeanInfo info)
          Customization hook: cache the MBeanInfo built for this object.
 

Uses of MBeanInfo in javax.management.modelmbean
 

Subclasses of MBeanInfo in javax.management.modelmbean
 class ModelMBeanInfoSupport
          This class represents the meta data for ModelMBeans.
 

Methods in javax.management.modelmbean that return MBeanInfo
 MBeanInfo RequiredModelMBean.getMBeanInfo()
          Returns the attributes, operations, constructors and notifications that this RequiredModelMBean exposes for management.
 

Uses of MBeanInfo in javax.management.openmbean
 

Subclasses of MBeanInfo in javax.management.openmbean
 class OpenMBeanInfoSupport
          The OpenMBeanInfoSupport class describes the management information of an open MBean: it is a subclass of MBeanInfo, and it implements the OpenMBeanInfo interface.
 


Maintenance Release
jmx-1.2.1-b14 2003.07.15_17:22:05_MEST

Copyright 1999-2003 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.