|
Kieker 1.10 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object kieker.analysis.configuration.GlobalConfigurationRegistry
public final class GlobalConfigurationRegistry
This is a global accesible singleton class to update the configuration of registered filters during runtime.
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
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 updateable
PluginNotFoundException
- plugin was not found
|
Kieker 1.10 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |