Kieker 1.6

Uses of Class
kieker.analysis.repository.AbstractRepository

Packages that use AbstractRepository
kieker.analysis   
kieker.analysis.plugin   
kieker.tools.traceAnalysis.repository   
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.
 Map<MIRepository,AbstractRepository> AnalysisController.AnalysisControllerWithMapping.getRepositoryMap()
           
 

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.
 

Constructor parameters in kieker.analysis with type arguments of type AbstractRepository
AnalysisController.AnalysisControllerWithMapping(AnalysisController controller, Map<MIPlugin,AbstractPlugin> pluginMap, Map<MIRepository,AbstractRepository> repositoryMap)
           
 

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.repository
 

Subclasses of AbstractRepository in kieker.tools.traceAnalysis.repository
 class DescriptionRepository
          Implementation of a description repository which stores descriptions for names.
 class TraceColorRepository
          Implementation of a trace color repository, which associates colors to traces.
 

Uses of AbstractRepository in kieker.tools.traceAnalysis.systemModel.repository
 

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


Kieker 1.6

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