Kieker 1.6

Uses of Class
kieker.analysis.exception.AnalysisConfigurationException

Packages that use AnalysisConfigurationException
kieker.analysis   
kieker.analysis.plugin   
kieker.tools.traceAnalysis.filter   
 

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.
static AnalysisController.AnalysisControllerWithMapping AnalysisController.createAnalysisController(MIProject project, ClassLoader classLoader)
          This is a factory method which can be used to create a new instance of AnalysisController, but delivers the mapping between the MIProject and the actual analysis.
 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.
 

Uses of AnalysisConfigurationException in kieker.tools.traceAnalysis.filter
 

Methods in kieker.tools.traceAnalysis.filter that throw AnalysisConfigurationException
 void AbstractGraphProducingFilter.requestOriginRetentionPolicy(IOriginRetentionPolicy policy)
           
 void IGraphProducingFilter.requestOriginRetentionPolicy(IOriginRetentionPolicy policy)
          Requests that the given retention policy is used by this graph producer.
 


Kieker 1.6

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