mx4j.server

Class MBeanIntrospector

public class MBeanIntrospector extends Object

Introspector for MBeans.

Main purposes of this class are:

The following system properties are used to control this class' behavior:

Version: $Revision: 1.34 $

Constructor Summary
MBeanIntrospector()
Method Summary
voidintrospect(MBeanMetaData metadata)
Introspect the given mbean, storing the results in the given metadata.
booleanisMBeanCompliant(MBeanMetaData metadata)
Returns whether the given already introspected metadata is compliant.

Constructor Detail

MBeanIntrospector

public MBeanIntrospector()

Method Detail

introspect

public void introspect(MBeanMetaData metadata)
Introspect the given mbean, storing the results in the given metadata. It expects that the mbean field and the classloader field are not null

See Also: MBeanIntrospector

isMBeanCompliant

public boolean isMBeanCompliant(MBeanMetaData metadata)
Returns whether the given already introspected metadata is compliant. Must be called after MBeanIntrospector
Copyright © 2001-2005 The MX4J Contributors. All Rights Reserved.