An MBean is an OpenMBean when its getMBeanInfo() returns an MBeanInfo implementing this interface and extending javax.management.MBeanInfo.
{@link OpenMBeanInfoSupport} is an example of such a class.
The MBean info classes should be the OpenInfo versions. e.g. an {@link OpenMBeanAttributeInfo} instead of MBeanAttributeInfo.
@author Adrian Brock.
@version $Revision: 1.1 $
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.