|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.sun.management.jmx.Introspector
This class contains the methods for performing all the tests needed to verify that a class represents a JMX compliant MBean.
Method Summary | |
static java.lang.Class |
getMBeanInterface(java.lang.Class c)
Basic method for testing if a given class is a dynamic MBean |
static MBeanInfo |
testCompliance(java.lang.Class c)
Basic method for testing if a given class is a JMX compliant MBean |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Method Detail |
public static MBeanInfo testCompliance(java.lang.Class c) throws NotCompliantMBeanException
c
- The class to be testedpublic static java.lang.Class getMBeanInterface(java.lang.Class c)
c
- The class to be tested
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |