Class ModelerSource
java.lang.Object
org.apache.commons.modeler.modules.ModelerSource
- Direct Known Subclasses:
MbeansDescriptorsDigesterSource, MbeansDescriptorsDOMSource, MbeansDescriptorsDynamicMBeanSource, MbeansDescriptorsIntrospectionSource, MbeansDescriptorsSerSource, MbeansSource
Source for descriptor data. More sources can be added.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected InputStreamloadDescriptors(Registry registry, String location, String type, Object source) Load data, returns a list of items.voidstore()voidupdateField(ObjectName oname, String name, Object value) Callback from the BaseMBean to notify that an attribute has changed.
-
Field Details
-
source
-
location
-
-
Constructor Details
-
ModelerSource
public ModelerSource()
-
-
Method Details
-
loadDescriptors
-
updateField
Callback from the BaseMBean to notify that an attribute has changed. Can be used to implement persistence.- Parameters:
oname-name-value-
-
store
public void store() -
getInputStream
- Throws:
IOException
-