Kieker 1.10

kieker.tools.traceAnalysis.systemModel
Class ExecutionTraceBasedSession

java.lang.Object
  extended by kieker.tools.traceAnalysis.systemModel.AbstractSession<ExecutionTrace>
      extended by kieker.tools.traceAnalysis.systemModel.ExecutionTraceBasedSession

public class ExecutionTraceBasedSession
extends AbstractSession<ExecutionTrace>

Specialized sub-class for sessions which are derived from execution traces (see ExecutionTrace).

Since:
1.10
Author:
Holger Knoche

Constructor Summary
ExecutionTraceBasedSession(String sessionId)
          Creates a new execution trace-based session with the given session ID.
 
Method Summary
 String toString()
           
 
Methods inherited from class kieker.tools.traceAnalysis.systemModel.AbstractSession
addTrace, getContainedTraces, getEndTimestamp, getSessionId, getStartTimestamp, setCompleted
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExecutionTraceBasedSession

public ExecutionTraceBasedSession(String sessionId)
Creates a new execution trace-based session with the given session ID.

Parameters:
sessionId - The session ID to use
Method Detail

toString

public String toString()
Overrides:
toString in class Object

Kieker 1.10

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