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
- type
- source
- Introspected object or some other sourcejava.lang.Exception
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.