org.apache.tomcat.util.modeler.modules
public class ModelerSource extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
location |
protected java.lang.Object |
source |
| Constructor and Description |
|---|
ModelerSource() |
| Modifier and Type | Method and Description |
|---|---|
protected java.io.InputStream |
getInputStream() |
java.util.List |
loadDescriptors(Registry registry,
java.lang.String location,
java.lang.String type,
java.lang.Object source)
Load data, returns a list of items.
|
void |
store() |
void |
updateField(javax.management.ObjectName oname,
java.lang.String name,
java.lang.Object value)
Callback from the BaseMBean to notify that an attribute has changed.
|
public java.util.List loadDescriptors(Registry registry, java.lang.String location, java.lang.String type, java.lang.Object source) throws java.lang.Exception
registry - location - type - source - Introspected object or some other sourcejava.lang.Exceptionpublic void updateField(javax.management.ObjectName oname,
java.lang.String name,
java.lang.Object value)
oname - name - value - public void store()
protected java.io.InputStream getInputStream()
throws java.io.IOException
java.io.IOExceptionCopyright © 2000-2013 Apache Software Foundation. All Rights Reserved.