| java.lang.Object org.apache.tomcat.util.modeler.modules.ModelerSource org.apache.tomcat.util.modeler.modules.MbeansDescriptorsIntrospectionSource
MbeansDescriptorsIntrospectionSource | public class MbeansDescriptorsIntrospectionSource extends ModelerSource (Code) | | |
createManagedBean | public ManagedBean createManagedBean(Registry registry, String domain, Class realClass, String type)(Code) | | XXX Find if the 'className' is the name of the MBean or
the real class ( I suppose first )
XXX Read (optional) descriptions from a .properties, generated
from source
XXX Deal with constructors
Parameters: registry - The Bean registry (not used) Parameters: domain - The bean domain (not used) Parameters: realClass - The class to analyze Parameters: type - The bean type ManagedBean The create MBean |
isBeanCompatible | protected boolean isBeanCompatible(Class javaType)(Code) | | Check if this class conforms to JavaBeans specifications.
If the class is conformant, returns true.
Parameters: javaType - The class to check boolean True if the class is compatible. |
setType | public void setType(String type)(Code) | | Used if a single component is loaded
Parameters: type - |
|
|