|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectmx4j.server.MBeanIntrospector
Introspector for MBeans.
Main purposes of this class are:
MBeanMetaData instance, see introspect(mx4j.server.MBeanMetaData)
MBeanInvokers
MBeanInvoker interface,
then an instance of the class will be used to invoke methods on standard MBeans. By default the generated-on-the-fly
MBeanInvoker is used; to revert to the version that uses reflection, for example,
use mx4j.mbean.invoker = mx4j.server.CachingReflectionMBeanInvoker
| Constructor Summary | |
MBeanIntrospector()
|
|
| Method Summary | |
void |
introspect(MBeanMetaData metadata)
Introspect the given mbean, storing the results in the given metadata. |
boolean |
isMBeanCompliant(MBeanMetaData metadata)
Returns whether the given already introspected metadata is compliant. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MBeanIntrospector()
| Method Detail |
public void introspect(MBeanMetaData metadata)
isMBeanCompliant(mx4j.server.MBeanMetaData)public boolean isMBeanCompliant(MBeanMetaData metadata)
introspect(mx4j.server.MBeanMetaData)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||