Class BeforeOperationObjectEvent

All Implemented Interfaces:
Serializable, Comparable<IMonitoringRecord>, IClassSignature, IEventRecord, IFlowRecord, IObjectRecord, IOperationRecord, IOperationSignature, ITraceRecord, IMonitoringRecord
Direct Known Subclasses:
BeforeOperationObjectInterfaceEvent, EntryLevelBeforeOperationObjectEvent

public class BeforeOperationObjectEvent extends BeforeOperationEvent implements IObjectRecord
Since:
1.6
Author:
Jan Waller API compatibility: Kieker 1.15.0
See Also:
  • Field Details

    • SIZE

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

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

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

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

    • BeforeOperationObjectEvent

      public BeforeOperationObjectEvent(long timestamp, long traceId, int orderIndex, String operationSignature, 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
    • BeforeOperationObjectEvent

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