MbeansDescriptorsDigesterSource
, MbeansDescriptorsIntrospectionSource
public abstract class ModelerSource
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
protected java.lang.Object |
source |
Constructor | Description |
---|---|
ModelerSource() |
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.
|
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-2019 Apache Software Foundation. All Rights Reserved.