public class ModelerSource extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
location |
protected Object |
source |
Constructor and Description |
---|
ModelerSource() |
Modifier and Type | Method and Description |
---|---|
protected InputStream |
getInputStream() |
List |
loadDescriptors(Registry registry,
String location,
String type,
Object source)
Load data, returns a list of items.
|
void |
store() |
void |
updateField(ObjectName oname,
String name,
Object value)
Callback from the BaseMBean to notify that an attribute has changed.
|
public List loadDescriptors(Registry registry, String location, String type, Object source) throws Exception
registry
- location
- type
- source
- Introspected object or some other sourceException
public void updateField(ObjectName oname, String name, Object value)
oname
- name
- value
- public void store()
protected InputStream getInputStream() throws IOException
IOException
Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.