public abstract class ModelerSource
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.Object |
source |
Constructor and Description |
---|
ModelerSource() |
Modifier and Type | Method and 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.
|
public abstract java.util.List<javax.management.ObjectName> loadDescriptors(Registry registry, java.lang.String type, java.lang.Object source) throws java.lang.Exception
registry
- The registrytype
- The bean registry typesource
- Introspected object or some other sourcejava.lang.Exception
- Error loading descriptorsCopyright © 2000-2022 Apache Software Foundation. All Rights Reserved.