|
Apache Tomcat 7.0.27 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tomcat.util.modeler.modules.ModelerSource
public abstract class ModelerSource
Source for descriptor data. More sources can be added.
Field Summary | |
---|---|
protected java.lang.String |
location
Deprecated. |
protected java.lang.Object |
source
|
Constructor Summary | |
---|---|
ModelerSource()
|
Method Summary | |
---|---|
protected java.io.InputStream |
getInputStream()
Deprecated. Unused - will be removed in Tomcat 8.0.x |
abstract java.util.List<javax.management.ObjectName> |
loadDescriptors(Registry registry,
java.lang.String type,
java.lang.Object source)
|
java.util.List<javax.management.ObjectName> |
loadDescriptors(Registry registry,
java.lang.String location,
java.lang.String type,
java.lang.Object source)
Deprecated. Location parameter is unused. Will be removed in Tomcat 8.0.x |
void |
store()
Deprecated. Unused - will be removed in Tomcat 8.0.x |
void |
updateField(javax.management.ObjectName oname,
java.lang.String name,
java.lang.Object value)
Deprecated. Unused - will be removed in Tomcat 8.0.x |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.Object source
@Deprecated protected java.lang.String location
Constructor Detail |
---|
public ModelerSource()
Method Detail |
---|
@Deprecated public java.util.List<javax.management.ObjectName> 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 source
java.lang.Exception
@Deprecated public void updateField(javax.management.ObjectName oname, java.lang.String name, java.lang.Object value)
oname
- name
- value
- @Deprecated public void store()
@Deprecated protected java.io.InputStream getInputStream() throws java.io.IOException
java.io.IOException
public abstract java.util.List<javax.management.ObjectName> loadDescriptors(Registry registry, java.lang.String type, java.lang.Object source) throws java.lang.Exception
java.lang.Exception
|
Apache Tomcat 7.0.27 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |