org.apache.commons.modeler.modules
public class MbeansDescriptorsDynamicMBeanSource extends ModelerSource
| Field Summary | |
|---|---|
| String | location |
| static Log | log |
| List | mbeans |
| Registry | registry |
| Object | source |
| String | type |
| Method Summary | |
|---|---|
| ManagedBean | createManagedBean(Registry registry, String domain, Object realObj, String type)
XXX Find if the 'className' is the name of the MBean or
the real class ( I suppose first )
XXX Read (optional) descriptions from a .properties, generated
from source
XXX Deal with constructors
|
| void | execute() |
| List | loadDescriptors(Registry registry, String location, String type, Object source) |
| void | setLocation(String loc) |
| void | setRegistry(Registry reg) |
| void | setSource(Object source) |
| void | setType(String type) Used if a single component is loaded
|
Parameters: type