Kieker 1.4

Uses of Class
kieker.tools.traceAnalysis.systemModel.ExecutionContainer

Packages that use ExecutionContainer
kieker.tools.traceAnalysis.systemModel   
kieker.tools.traceAnalysis.systemModel.repository   
 

Uses of ExecutionContainer in kieker.tools.traceAnalysis.systemModel
 

Methods in kieker.tools.traceAnalysis.systemModel that return ExecutionContainer
 ExecutionContainer AllocationComponent.getExecutionContainer()
           
 ExecutionContainer ExecutionContainer.getParent()
           
 

Methods in kieker.tools.traceAnalysis.systemModel that return types with arguments of type ExecutionContainer
 Collection<ExecutionContainer> ExecutionContainer.getChildContainers()
           
 

Methods in kieker.tools.traceAnalysis.systemModel with parameters of type ExecutionContainer
 void ExecutionContainer.addChildContainer(ExecutionContainer container)
           
 

Constructors in kieker.tools.traceAnalysis.systemModel with parameters of type ExecutionContainer
AllocationComponent(int id, AssemblyComponent assemblyComponent, ExecutionContainer executionContainer)
           
ExecutionContainer(int id, ExecutionContainer parent, String name)
           
 

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

Methods in kieker.tools.traceAnalysis.systemModel.repository that return ExecutionContainer
 ExecutionContainer ExecutionEnvironmentRepository.createAndRegisterExecutionContainer(String namedIdentifier, String name)
           
 ExecutionContainer ExecutionEnvironmentRepository.getRootExecutionContainer()
           
 ExecutionContainer ExecutionEnvironmentRepository.lookupExecutionContainerByContainerId(int containerId)
          Returns the instance for the passed container ID; null if no instance with this ID.
 ExecutionContainer ExecutionEnvironmentRepository.lookupExecutionContainerByNamedIdentifier(String namedIdentifier)
          Returns the instance for the passed namedIdentifier; null if no instance with this namedIdentifier.
 

Methods in kieker.tools.traceAnalysis.systemModel.repository that return types with arguments of type ExecutionContainer
 Collection<ExecutionContainer> ExecutionEnvironmentRepository.getExecutionContainers()
           
 

Methods in kieker.tools.traceAnalysis.systemModel.repository with parameters of type ExecutionContainer
 AllocationComponent AllocationRepository.createAndRegisterAllocationComponentInstance(String namedIdentifier, AssemblyComponent assemblyComponentInstance, ExecutionContainer executionContainer)
           
 

Constructors in kieker.tools.traceAnalysis.systemModel.repository with parameters of type ExecutionContainer
ExecutionEnvironmentRepository(SystemModelRepository systemFactory, ExecutionContainer rootExecutionContainer)
           
 


Kieker 1.4

Copyright 2011 the Kieker Project, http://kieker.sourceforge.net