JavaTM 2 Platform
Standard Ed. 5.0

javax.management.openmbean
Class OpenMBeanInfoSupport

java.lang.Object
  extended by javax.management.MBeanInfo
      extended by javax.management.openmbean.OpenMBeanInfoSupport
All Implemented Interfaces:
Serializable, Cloneable, OpenMBeanInfo

public class OpenMBeanInfoSupport
extends MBeanInfo
implements OpenMBeanInfo, Serializable

The OpenMBeanInfoSupport class describes the management information of an open MBean: it is a subclass of MBeanInfo, and it implements the OpenMBeanInfo interface. Note that an open MBean is recognized as such if its getMBeanInfo() method returns an instance of a class which implements the OpenMBeanInfo interface, typically OpenMBeanInfoSupport.

Since:
1.5
See Also:
Serialized Form

Constructor Summary