Kieker 1.5

Uses of Class
kieker.analysis.exception.AnalysisConfigurationException

Packages that use AnalysisConfigurationException
kieker.analysis   
kieker.analysis.plugin   
 

Uses of AnalysisConfigurationException in kieker.analysis
 

Methods in kieker.analysis that throw AnalysisConfigurationException
 void AnalysisController.connect(AbstractPlugin src, String outputPortName, AbstractPlugin dst, String inputPortName)
          This method should be used to connect two plugins.
 void AnalysisController.connect(AbstractPlugin plugin, String repositoryPort, AbstractRepository repository)
          Connects the given repository to this plugin via the given name.
 MIProject AnalysisController.getCurrentConfiguration()
          This method delivers the current configuration of this instance as an instance of MIProject.
 void AnalysisController.run()
          Starts an AnalysisController instance.
 void AnalysisController.saveToFile(File file)
          This method can be used to store the current configuration of this analysis controller in a specified file.
 

Constructors in kieker.analysis that throw AnalysisConfigurationException
AnalysisController(File file)
          This constructors creates an AnalysisController instance, using the given file to load an analysis model.
AnalysisController(File file, ClassLoader classLoader)
          This constructors creates an AnalysisController instance, using the given file to load an analysis model and the given classloader to initialize the objects.
AnalysisController(MIProject project)
          Creates a new instance of the class AnalysisController but uses the given instance of MIProject to construct the analysis.
AnalysisController(MIProject project, ClassLoader classLoader)
          Creates a new instance of the class AnalysisController but uses the given instance of @link{Project} to construct the analysis.
 

Uses of AnalysisConfigurationException in kieker.analysis.plugin
 

Methods in kieker.analysis.plugin that throw AnalysisConfigurationException
static void AbstractPlugin.connect(AbstractPlugin src, String outputPortName, AbstractPlugin dst, String inputPortName)
          This method connects two plugins.
 void AbstractPlugin.connect(String reponame, AbstractRepository repository)
           
 void IPlugin.connect(String name, AbstractRepository repo)
          Connects the given repository to this plugin via the given name.
 


Kieker 1.5

Copyright 2012 the Kieker Project, http://kieker-monitoring.net