Class BeforeOperationObjectInterfaceEvent

All Implemented Interfaces:
Serializable, Comparable<IMonitoringRecord>, IClassSignature, IEventRecord, IFlowRecord, IInterfaceRecord, IObjectRecord, IOperationRecord, IOperationSignature, ITraceRecord, IMonitoringRecord

public class BeforeOperationObjectInterfaceEvent extends BeforeOperationObjectEvent implements IInterfaceRecord
Since:
1.10
Author:
Florian Fittkau 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.
    • INTERFACE

      public static final String INTERFACE
      default constants.
      See Also:
  • Constructor Details

    • BeforeOperationObjectInterfaceEvent

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

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