Uses of Class
kieker.analysis.exception.AnalysisConfigurationException
Packages that use AnalysisConfigurationException
Package
Description
Copyright 2026 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Containing all record/event source stages of Kieker based on TeeTime.
Copyright 2026 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Copyright 2026 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Copyright 2026 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Copyright 2026 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Copyright 2026 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
-
Uses of AnalysisConfigurationException in kieker.analysis
Methods in kieker.analysis that throw AnalysisConfigurationExceptionModifier and TypeMethodDescriptionfinal voidAnalysisController.connect(AbstractPlugin src, String outputPortName, AbstractPlugin dst, String inputPortName) Deprecated.This method should be used to connect two plugins.final voidAnalysisController.connect(AbstractPlugin plugin, String repositoryPort, AbstractRepository repository) Deprecated.Connects the given repository to this plugin via the given name.voidIAnalysisController.connect(AbstractPlugin src, String outputPortName, AbstractPlugin dst, String inputPortName) Deprecated.This method should be used to connect two plugins.voidIAnalysisController.connect(AbstractPlugin plugin, String repositoryPort, AbstractRepository repository) Deprecated.Connects the given repository to this plugin via the given name.static final AnalysisController.AnalysisControllerWithMappingAnalysisController.createAnalysisController(MIProject project, ClassLoader classLoader) Deprecated.This is a factory method which can be used to create a new instance ofAnalysisController, but delivers the mapping between theMIProjectand the actual analysis.final MIProjectAnalysisController.getCurrentConfiguration()Deprecated.This method delivers the current configuration of this instance as an instance ofMIProject.IProjectContext.getCurrentConfiguration()Deprecated.This method delivers the current configuration of this instance as an instance ofMIProject.final voidAnalysisController.run()Deprecated.Starts anAnalysisControllerinstance.voidIAnalysisController.run()Deprecated.Starts anAnalysisControllerinstance.final voidAnalysisController.saveToFile(File file) Deprecated.This method can be used to store the current configuration of this analysis controller in a specified file.final voidAnalysisController.saveToFile(String pathname) Deprecated.This method can be used to store the current configuration of this analysis controller in a specified file.voidIAnalysisController.saveToFile(File file) Deprecated.This method can be used to store the current configuration of this analysis controller in a specified file.voidIAnalysisController.saveToFile(String pathname) Deprecated.This method can be used to store the current configuration of this analysis controller in a specified file.Constructors in kieker.analysis that throw AnalysisConfigurationExceptionModifierConstructorDescriptionAnalysisController(File file) Deprecated.This constructors creates anAnalysisControllerinstance, using the given file to load an analysis model.AnalysisController(File file, ClassLoader classLoader) Deprecated.This constructors creates anAnalysisControllerinstance, using the given file to load an analysis model and the given classloader to initialize the objects.AnalysisController(MIProject project) Deprecated.Creates a new instance of the classAnalysisControllerbut uses the given instance ofMIProjectto construct the analysis.AnalysisController(MIProject project, ClassLoader classLoader) Deprecated.Creates a new instance of the classAnalysisControllerbut uses the given instance of @link{Project} to construct the analysis. -
Uses of AnalysisConfigurationException in kieker.analysis.generic.source.jms
Constructors in kieker.analysis.generic.source.jms that throw AnalysisConfigurationExceptionModifierConstructorDescriptionJMSReader(String jmsProviderUrl, String jmsDestination, String jmsFactoryLookupName, Consumer<IMonitoringRecord> elementReceivedCallback) Creates a new logic module for the Consumer.JMSReaderStage(String jmsProviderUrl, String jmsDestination, String jmsFactoryLookupName) Creates a new JMSReader. -
Uses of AnalysisConfigurationException in kieker.analysis.plugin
Methods in kieker.analysis.plugin that throw AnalysisConfigurationExceptionModifier and TypeMethodDescriptionfinal voidAbstractPlugin.connect(String reponame, AbstractRepository repository) Deprecated.Connects the given repository to this plugin via the given name.static final voidAbstractPlugin.connect(AbstractPlugin src, String outputPortName, AbstractPlugin dst, String inputPortName) Deprecated.This method connects two plugins.voidIPlugin.connect(String name, AbstractRepository repo) Deprecated.Connects the given repository to this plugin via the given name.protected voidAbstractPlugin.notifyNewIncomingConnection(String inputPortName, AbstractPlugin connectedPlugin, String outputPortName) Deprecated.Notification method which is called when a new incoming connection to this plugin is established.protected voidAbstractPlugin.notifyNewOutgoingConnection(String outputPortName, AbstractPlugin connectedPlugin, String inputPortName) Deprecated.Notification method which is called when a new outgoing connection from this plugin is established. -
Uses of AnalysisConfigurationException in kieker.analysis.stage.model
Methods in kieker.analysis.stage.model that throw AnalysisConfigurationExceptionModifier and TypeMethodDescriptionstatic voidMetaModelHandler.checkPorts(MIPlugin mPlugin, AbstractPlugin plugin) Deprecated.This method checks the ports of the given model plugin against the ports of the actual plugin.static MIProjectMetaModelHandler.javaToMetaModel(Collection<AbstractReaderPlugin> readers, Collection<AbstractFilterPlugin> filters, Collection<AbstractRepository> repositories, Collection<MIDependency> dependencies, String projectName, Configuration globalConfiguration) Deprecated.This method can be used to convert the current analysis configuration (which is represented by Java objects) into a meta model.static voidMetaModelHandler.metaModelToJava(MIProject mProject, AnalysisController ac, Collection<MetaModelHandler.PluginConnection> pluginConnections, Collection<MetaModelHandler.RepositoryConnection> repositoryConnections, Collection<MIDependency> dependencies, ClassLoader classLoader, Configuration globalConfiguration, Map<MIRepository, AbstractRepository> repositoryMap, Map<MIPlugin, AbstractPlugin> pluginMap) Deprecated.This method can be used to convert a given analysis meta model instance to the actual java instances. -
Uses of AnalysisConfigurationException in kieker.tools.trace.analysis.filter
Methods in kieker.tools.trace.analysis.filter that throw AnalysisConfigurationExceptionModifier and TypeMethodDescriptionvoidAbstractGraphProducingFilter.requestOriginRetentionPolicy(IOriginRetentionPolicy policy) Deprecated.voidIGraphProducingFilter.requestOriginRetentionPolicy(IOriginRetentionPolicy policy) Deprecated.Requests that the given retention policy is used by this graph producer. -
Uses of AnalysisConfigurationException in kieker.tools.trace.analysis.filter.visualization
Methods in kieker.tools.trace.analysis.filter.visualization that throw AnalysisConfigurationExceptionModifier and TypeMethodDescriptionprotected abstract IOriginRetentionPolicyAbstractGraphFilter.getDesiredOriginRetentionPolicy()Deprecated.protected voidAbstractGraphFilter.notifyNewIncomingConnection(String inputPortName, AbstractPlugin connectedPlugin, String outputPortName) Deprecated. -
Uses of AnalysisConfigurationException in kieker.tools.trace.analysis.filter.visualization.traceColoring
Methods in kieker.tools.trace.analysis.filter.visualization.traceColoring that throw AnalysisConfigurationExceptionModifier and TypeMethodDescriptionprotected IOriginRetentionPolicyTraceColoringFilter.getDesiredOriginRetentionPolicy()Deprecated. -
Uses of AnalysisConfigurationException in kieker.visualization.trace
Methods in kieker.visualization.trace that throw AnalysisConfigurationExceptionModifier and TypeMethodDescriptionprotected abstract IOriginRetentionPolicyAbstractGraphFilter.getDesiredOriginRetentionPolicy()protected IOriginRetentionPolicyTraceColoringFilter.getDesiredOriginRetentionPolicy()voidAbstractGraphProducingFilter.requestOriginRetentionPolicy(IOriginRetentionPolicy policy) voidIGraphProducingFilter.requestOriginRetentionPolicy(IOriginRetentionPolicy policy) Requests that the given retention policy is used by this graph producer.