|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.objectweb.fractal.jmx.agent.Introspector
Uses introspection to build ModelMBeans.
| Method Summary | |
|---|---|
static RequiredModelMBean |
createMBean(Object obj)
Uses introspection to create an MBean that can manage methods and attributes of an object. |
static RequiredModelMBean |
createMBean(Object obj,
Class assign)
Uses introspection to create an MBean that can manage some methods and attributes of an object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static RequiredModelMBean createMBean(Object obj)
throws JMException
obj - the object to introspect.
JMException - if a problem occurs during introspection.
public static RequiredModelMBean createMBean(Object obj,
Class assign)
throws JMException,
InvalidTargetObjectTypeException
obj - the object to introspect.assign - a class assignable to the object class.
InvalidTargetObjectTypeException - if assign is not assignable to the object class.
JMException - if a problem occurs during introspection.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||