Class ModelerSource
- java.lang.Object
- 
- org.apache.tomcat.util.modeler.modules.ModelerSource
 
- 
- Direct Known Subclasses:
- MbeansDescriptorsDigesterSource,- MbeansDescriptorsIntrospectionSource
 
 public abstract class ModelerSource extends java.lang.ObjectSource for descriptor data. More sources can be added.
- 
- 
Field SummaryFields Modifier and Type Field Description protected static StringManagersmprotected java.lang.Objectsource
 - 
Constructor SummaryConstructors Constructor Description ModelerSource()
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract java.util.List<javax.management.ObjectName>loadDescriptors(Registry registry, java.lang.String type, java.lang.Object source)Load data, returns a list of items.
 
- 
- 
- 
Field Detail- 
smprotected static final StringManager sm 
 - 
sourceprotected java.lang.Object source 
 
- 
 - 
Method Detail- 
loadDescriptorspublic abstract java.util.List<javax.management.ObjectName> loadDescriptors(Registry registry, java.lang.String type, java.lang.Object source) throws java.lang.Exception Load data, returns a list of items.- Parameters:
- registry- The registry
- type- The bean registry type
- source- Introspected object or some other source
- Returns:
- a list of object names
- Throws:
- java.lang.Exception- Error loading descriptors
 
 
- 
 
-