public class MbeansDescriptorsSerSource extends ModelerSource
Modifier and Type | Field and Description |
---|---|
(package private) java.lang.String |
location |
private static org.apache.commons.logging.Log |
log |
(package private) java.util.List |
mbeans |
(package private) Registry |
registry |
(package private) java.lang.Object |
source |
(package private) java.lang.String |
type |
Constructor and Description |
---|
MbeansDescriptorsSerSource() |
Modifier and Type | Method and Description |
---|---|
void |
execute() |
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 |
setLocation(java.lang.String loc) |
void |
setRegistry(Registry reg) |
void |
setSource(java.lang.Object source) |
void |
setType(java.lang.String type)
Used if a single component is loaded
|
getInputStream, store, updateField
private static org.apache.commons.logging.Log log
Registry registry
java.lang.String location
java.lang.String type
java.lang.Object source
java.util.List mbeans
public void setRegistry(Registry reg)
public void setLocation(java.lang.String loc)
public void setType(java.lang.String type)
type
- public void setSource(java.lang.Object source)
public java.util.List loadDescriptors(Registry registry, java.lang.String location, java.lang.String type, java.lang.Object source) throws java.lang.Exception
ModelerSource
loadDescriptors
in class ModelerSource
source
- Introspected object or some other sourcejava.lang.Exception
public void execute() throws java.lang.Exception
java.lang.Exception
Copyright (c) 2001-2003 - Apache Software Foundation