Class AfterOperationObjectEvent

All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<IMonitoringRecord>, IClassSignature, IEventRecord, IFlowRecord, IObjectRecord, IOperationRecord, IOperationSignature, ITraceRecord, IMonitoringRecord

public class AfterOperationObjectEvent
extends AfterOperationEvent
implements IObjectRecord
Since:
1.6
Author:
Jan Waller API compatibility: Kieker 1.15.0
See Also:
Serialized Form
  • Field Details

    • SIZE

      public static final int SIZE
      Descriptive definition of the serialization size of the record.
      See Also:
      Constant Field Values
    • TYPES

      public static final java.lang.Class<?>[] TYPES
    • VALUE_NAMES

      public static final java.lang.String[] VALUE_NAMES
      property name array.
    • OBJECT_ID

      public static final int OBJECT_ID
      default constants.
      See Also:
      Constant Field Values
  • Constructor Details

    • AfterOperationObjectEvent

      public AfterOperationObjectEvent​(long timestamp, long traceId, int orderIndex, java.lang.String operationSignature, java.lang.String classSignature, int objectId)
      Creates a new instance of this class using the given parameters.
      Parameters:
      timestamp - timestamp
      traceId - traceId
      orderIndex - orderIndex
      operationSignature - operationSignature
      classSignature - classSignature
      objectId - objectId
    • AfterOperationObjectEvent

      public AfterOperationObjectEvent​(IValueDeserializer deserializer) throws RecordInstantiationException
      Parameters:
      deserializer - The deserializer to use
      Throws:
      RecordInstantiationException - when the record could not be deserialized
  • Method Details