public class MBeanIntrospector
extends java.lang.Object
Main purposes of this class are:
MBeanMetaData
instance, see introspect(mx4j.server.MBeanMetaData)
MBeanInvoker
s
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 and Description |
---|
MBeanIntrospector() |
Modifier and Type | Method and Description |
---|---|
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.
|
public void introspect(MBeanMetaData metadata)
public boolean isMBeanCompliant(MBeanMetaData metadata)
introspect(mx4j.server.MBeanMetaData)