org.jboss.mx.metadata
Class MBeanCapability
java.lang.Object
org.jboss.mx.metadata.MBeanCapability
- public class MBeanCapability
- extends Object
This class is a bit bogus.
- Author:
- Trevor Squires.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DYNAMIC_MBEAN
public static final int DYNAMIC_MBEAN
- See Also:
- Constant Field Values
STANDARD_MBEAN
public static final int STANDARD_MBEAN
- See Also:
- Constant Field Values
NOT_AN_MBEAN
public static final int NOT_AN_MBEAN
- See Also:
- Constant Field Values
mbeanType
protected int mbeanType
mbeanClass
protected Class mbeanClass
standardInfo
protected MBeanInfo standardInfo
MBeanCapability
protected MBeanCapability(Class mbeanClass)
MBeanCapability
protected MBeanCapability(Class mbeanClass,
MBeanInfo info)
of
public static MBeanCapability of(Class mbeanClass)
throws NotCompliantMBeanException
- Throws:
NotCompliantMBeanException
getMBeanType
public int getMBeanType()
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.