Class MessageTrace

java.lang.Object
kieker.model.system.model.AbstractTrace
kieker.model.system.model.MessageTrace

public class MessageTrace
extends AbstractTrace
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, java.util.List<AbstractMessage> seq)
      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, java.lang.String sessionId, java.util.List<AbstractMessage> seq)
      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