Class MessageTrace

java.lang.Object
kieker.tools.trace.analysis.systemModel.AbstractTrace
kieker.tools.trace.analysis.systemModel.MessageTrace

@Deprecated public class MessageTrace extends AbstractTrace
Deprecated.
1.15 moved to kieker-model
This class is a container for a whole trace of messages (represented as actual instances of AbstractMessage).
Since:
1.1
Author:
Andre van Hoorn
  • Constructor Details

    • MessageTrace

      public MessageTrace(long traceId, List<AbstractMessage> seq)
      Deprecated.
      Creates a new message trace from the given data.
      Parameters:
      traceId - The ID for this message trace
      seq - The messages contained in this message trace
    • MessageTrace

      public MessageTrace(long traceId, String sessionId, List<AbstractMessage> seq)
      Deprecated.
      Creates a new message trace from the given data.
      Parameters:
      traceId - The ID for this trace.
      sessionId - The ID of the current session.
      seq - The list of messages this trace consists of.
  • Method Details

    • getSequenceAsVector

      public final List<AbstractMessage> getSequenceAsVector()
      Deprecated.
      Returns the message sequence contained in this trace as an (unmodifiable) list.
      Returns:
      See above
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object
    • hashCode

      public int hashCode()
      Deprecated.
      Description copied from class: AbstractTrace
      Overrides:
      hashCode in class AbstractTrace
    • getStartTimestamp

      public long getStartTimestamp()
      Deprecated.
      Description copied from class: AbstractTrace
      Returns this trace's start timestamp.
      Specified by:
      getStartTimestamp in class AbstractTrace
      Returns:
      See above
    • getEndTimestamp

      public long getEndTimestamp()
      Deprecated.
      Description copied from class: AbstractTrace
      Returns this trace's end timestamp.
      Specified by:
      getEndTimestamp in class AbstractTrace
      Returns:
      See above
    • equals

      public boolean equals(Object obj)
      Deprecated.
      Specified by:
      equals in class AbstractTrace