Uses of Class
kieker.tools.trace.analysis.systemModel.ExecutionContainer
Packages that use ExecutionContainer
Package
Description
Copyright 2026 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Copyright 2026 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Copyright 2026 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
-
Uses of ExecutionContainer in kieker.tools.trace.analysis.filter.visualization.dependencyGraph
Methods in kieker.tools.trace.analysis.filter.visualization.dependencyGraph with parameters of type ExecutionContainerModifier and TypeMethodDescriptionprotected static StringAbstractDependencyGraphFormatter.createContainerId(ExecutionContainer container) Deprecated.Utility function to create a textual container ID for an execution container.Constructors in kieker.tools.trace.analysis.filter.visualization.dependencyGraph with parameters of type ExecutionContainerModifierConstructorDescriptionContainerDependencyGraph(ExecutionContainer rootEntity) Deprecated.Creates a new graph with the given root entity. -
Uses of ExecutionContainer in kieker.tools.trace.analysis.systemModel
Subclasses of ExecutionContainer in kieker.tools.trace.analysis.systemModelModifier and TypeClassDescriptionclassDeprecated.1.15 moved to kieker-modelMethods in kieker.tools.trace.analysis.systemModel that return ExecutionContainerModifier and TypeMethodDescriptionfinal ExecutionContainerAllocationComponent.getExecutionContainer()Deprecated.final ExecutionContainerExecutionContainer.getParent()Deprecated.Delivers the parent of the container.Methods in kieker.tools.trace.analysis.systemModel that return types with arguments of type ExecutionContainerModifier and TypeMethodDescriptionfinal Collection<ExecutionContainer>ExecutionContainer.getChildContainers()Deprecated.Delivers a collection containing the added child containers.Methods in kieker.tools.trace.analysis.systemModel with parameters of type ExecutionContainerModifier and TypeMethodDescriptionfinal voidExecutionContainer.addChildContainer(ExecutionContainer container) Deprecated.This method adds a given container to the list of child containers.Constructors in kieker.tools.trace.analysis.systemModel with parameters of type ExecutionContainerModifierConstructorDescriptionAllocationComponent(int id, AssemblyComponent assemblyComponent, ExecutionContainer executionContainer) Deprecated.ExecutionContainer(int id, ExecutionContainer parent, String name) Deprecated.Creates a new instance of this class using the given parameters. -
Uses of ExecutionContainer in kieker.tools.trace.analysis.systemModel.repository
Fields in kieker.tools.trace.analysis.systemModel.repository declared as ExecutionContainerModifier and TypeFieldDescriptionstatic final ExecutionContainerExecutionEnvironmentRepository.ROOT_EXECUTION_CONTAINERThe root execution container.Methods in kieker.tools.trace.analysis.systemModel.repository that return ExecutionContainerModifier and TypeMethodDescriptionfinal ExecutionContainerExecutionEnvironmentRepository.createAndRegisterExecutionContainer(String namedIdentifier, String name) This method creates a new execution container and registers it as well.final ExecutionContainerExecutionEnvironmentRepository.lookupExecutionContainerByContainerId(int containerId) Returns the instance for the passed container ID; null if no instance with this ID.final ExecutionContainerExecutionEnvironmentRepository.lookupExecutionContainerByNamedIdentifier(String namedIdentifier) Methods in kieker.tools.trace.analysis.systemModel.repository that return types with arguments of type ExecutionContainerModifier and TypeMethodDescriptionfinal Collection<ExecutionContainer>ExecutionEnvironmentRepository.getExecutionContainers()Delivers all available execution containers.Methods in kieker.tools.trace.analysis.systemModel.repository with parameters of type ExecutionContainerModifier and TypeMethodDescriptionfinal AllocationComponentAllocationRepository.createAndRegisterAllocationComponentInstance(String namedIdentifier, AssemblyComponent assemblyComponentInstance, ExecutionContainer executionContainer)