Class MbeansDescriptorsSerSource
java.lang.Object
org.apache.commons.modeler.modules.ModelerSource
org.apache.commons.modeler.modules.MbeansDescriptorsSerSource
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute()loadDescriptors(Registry registry, String location, String type, Object source) Load data, returns a list of items.voidsetLocation(String loc) voidsetRegistry(Registry reg) voidvoidUsed if a single component is loadedMethods inherited from class ModelerSource
getInputStream, store, updateField
-
Field Details
-
Constructor Details
-
MbeansDescriptorsSerSource
public MbeansDescriptorsSerSource()
-
-
Method Details
-
setRegistry
-
setLocation
-
setType
-
setSource
-
loadDescriptors
public List loadDescriptors(Registry registry, String location, String type, Object source) throws Exception Description copied from class:ModelerSourceLoad data, returns a list of items.- Overrides:
loadDescriptorsin classModelerSource- Parameters:
registry-location-type-source- Introspected object or some other source- Throws:
Exception
-
execute
-