Kieker 1.5

kieker.tools.traceAnalysis.systemModel.repository
Class ExecutionEnvironmentRepository

java.lang.Object
  extended by kieker.tools.traceAnalysis.systemModel.repository.AbstractSystemSubRepository
      extended by kieker.tools.traceAnalysis.systemModel.repository.ExecutionEnvironmentRepository

public class ExecutionEnvironmentRepository
extends AbstractSystemSubRepository

Author:
Andre van Hoorn

Field Summary
static ExecutionContainer ROOT_EXECUTION_CONTAINER
           
 
Fields inherited from class kieker.tools.traceAnalysis.systemModel.repository.AbstractSystemSubRepository
ROOT_ELEMENT_ID
 
Constructor Summary
ExecutionEnvironmentRepository(SystemModelRepository systemFactory)
           
 
Method Summary
 ExecutionContainer createAndRegisterExecutionContainer(String namedIdentifier, String name)
           
 Collection<ExecutionContainer> getExecutionContainers()
           
 ExecutionContainer lookupExecutionContainerByContainerId(int containerId)
          Returns the instance for the passed container ID; null if no instance with this ID.
 ExecutionContainer lookupExecutionContainerByNamedIdentifier(String namedIdentifier)
          Returns the instance for the passed namedIdentifier; null if no instance with this namedIdentifier.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ROOT_EXECUTION_CONTAINER

public static final ExecutionContainer ROOT_EXECUTION_CONTAINER
Constructor Detail

ExecutionEnvironmentRepository

public ExecutionEnvironmentRepository(SystemModelRepository systemFactory)
Method Detail

lookupExecutionContainerByNamedIdentifier

public final ExecutionContainer lookupExecutionContainerByNamedIdentifier(String namedIdentifier)
Returns the instance for the passed namedIdentifier; null if no instance with this namedIdentifier.


lookupExecutionContainerByContainerId

public final ExecutionContainer lookupExecutionContainerByContainerId(int containerId)
Returns the instance for the passed container ID; null if no instance with this ID.


createAndRegisterExecutionContainer

public final ExecutionContainer createAndRegisterExecutionContainer(String namedIdentifier,
                                                                    String name)

getExecutionContainers

public final Collection<ExecutionContainer> getExecutionContainers()

Kieker 1.5

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