Kieker 1.5

Uses of Class
kieker.analysis.repository.AbstractRepository

Packages that use AbstractRepository
kieker.analysis   
kieker.analysis.plugin   
kieker.tools.traceAnalysis.systemModel.repository   
 

Uses of AbstractRepository in kieker.analysis
 

Methods in kieker.analysis that return types with arguments of type AbstractRepository
 Collection<AbstractRepository> AnalysisController.getRepositories()
          Delivers an unmodifiable collection of all repositories.
 

Methods in kieker.analysis with parameters of type AbstractRepository
 void AnalysisController.connect(AbstractPlugin plugin, String repositoryPort, AbstractRepository repository)
          Connects the given repository to this plugin via the given name.
 void AnalysisController.registerRepository(AbstractRepository repository)
          Registers the passed repository.
 

Uses of AbstractRepository in kieker.analysis.plugin
 

Methods in kieker.analysis.plugin that return types with arguments of type AbstractRepository
 Map<String,AbstractRepository> AbstractPlugin.getCurrentRepositories()
           
 Map<String,AbstractRepository> IPlugin.getCurrentRepositories()
          This method delivers an array of AbstractRepository containing the current repositories of this instance.
 

Methods in kieker.analysis.plugin with parameters of type AbstractRepository
 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 AbstractRepository in kieker.tools.traceAnalysis.systemModel.repository
 

Subclasses of AbstractRepository in kieker.tools.traceAnalysis.systemModel.repository
 class SystemModelRepository
           
 


Kieker 1.5

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