public final class GlobalConfigurationRegistry
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static GlobalConfigurationRegistry |
getInstance() |
int |
registerUpdateableFilterPlugin(AbstractUpdateableFilterPlugin plugin)
Registers an AbstractUpdateableFilterPlugin to the registry.
|
void |
updateConfiguration(int id,
Configuration configuration,
boolean update)
Updates the configuration of a FilterPlugin identified by its id.
|
public static GlobalConfigurationRegistry getInstance()
public int registerUpdateableFilterPlugin(AbstractUpdateableFilterPlugin plugin)
plugin
- plugin to be registeredpublic void updateConfiguration(int id, Configuration configuration, boolean update) throws PluginNotFoundException
id
- id of the plugin to be updatedconfiguration
- Configuration containing the new valuesupdate
- If false, set all properties, else overwrite only properties that are marked as updateablePluginNotFoundException
- plugin was not foundCopyright 2017 Kieker Project, http://kieker-monitoring.net