Kieker 1.2

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

Packages that use AllocationComponent
kieker.tools.traceAnalysis.plugins.visualization.callTree   
kieker.tools.traceAnalysis.systemModel   
kieker.tools.traceAnalysis.systemModel.repository   
kieker.tools.traceAnalysis.systemModel.util   
 

Uses of AllocationComponent in kieker.tools.traceAnalysis.plugins.visualization.callTree
 

Methods in kieker.tools.traceAnalysis.plugins.visualization.callTree that return AllocationComponent
 AllocationComponent CallTreeNode.getAllocationComponent()
           
 AllocationComponent CallTreeOperationHashKey.getAllocationComponent()
           
 

Methods in kieker.tools.traceAnalysis.plugins.visualization.callTree with parameters of type AllocationComponent
 CallTreeNode CallTreeNode.createNewChild(AllocationComponent allocationComponent, Operation operation)
          Creates a new child and adds it to the nodes list of children
 CallTreeNode CallTreeNode.getChild(AllocationComponent allocationComponent, Operation operation)
          Returns the child node with given operation, name, and vmName.
 

Constructors in kieker.tools.traceAnalysis.plugins.visualization.callTree with parameters of type AllocationComponent
CallTreeOperationHashKey(AllocationComponent allocationComponent, Operation operation)
           
 

Uses of AllocationComponent in kieker.tools.traceAnalysis.systemModel
 

Methods in kieker.tools.traceAnalysis.systemModel that return AllocationComponent
 AllocationComponent Execution.getAllocationComponent()
           
 

Constructors in kieker.tools.traceAnalysis.systemModel with parameters of type AllocationComponent
Execution(Operation op, AllocationComponent allocationComponent, long traceId, int eoi, int ess, long tin, long tout)
          Creates a new Execution instance.
Execution(Operation op, AllocationComponent allocationComponent, long traceId, String sessionId, int eoi, int ess, long tin, long tout)
          Creates a new Execution instance.
 

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

Fields in kieker.tools.traceAnalysis.systemModel.repository declared as AllocationComponent
 AllocationComponent AllocationRepository.rootAllocationComponent
           
 

Methods in kieker.tools.traceAnalysis.systemModel.repository that return AllocationComponent
 AllocationComponent AllocationRepository.createAndRegisterAllocationComponentInstance(String namedIdentifier, AssemblyComponent assemblyComponentInstance, ExecutionContainer executionContainer)
           
 AllocationComponent AllocationRepository.lookupAllocationComponentInstanceByNamedIdentifier(String namedIdentifier)
          Returns the instance for the passed factoryIdentifier; null if no instance with this factoryIdentifier.
 

Methods in kieker.tools.traceAnalysis.systemModel.repository that return types with arguments of type AllocationComponent
 Collection<AllocationComponent> AllocationRepository.getAllocationComponentInstances()
           
 

Methods in kieker.tools.traceAnalysis.systemModel.repository with parameters of type AllocationComponent
 AllocationComponentOperationPair AllocationComponentOperationPairFactory.getPairInstanceByPair(AllocationComponent allocationComponent, Operation operation)
          Returns a corresponding pair instance (existing or newly created)
 

Constructors in kieker.tools.traceAnalysis.systemModel.repository with parameters of type AllocationComponent
AllocationRepository(SystemModelRepository systemFactory, AllocationComponent rootAllocationComponent)
           
 

Uses of AllocationComponent in kieker.tools.traceAnalysis.systemModel.util
 

Methods in kieker.tools.traceAnalysis.systemModel.util that return AllocationComponent
 AllocationComponent AllocationComponentOperationPair.getAllocationComponent()
           
 

Constructors in kieker.tools.traceAnalysis.systemModel.util with parameters of type AllocationComponent
AllocationComponentOperationPair(int id, Operation operation, AllocationComponent allocationComponent)
           
 


Kieker 1.2

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