Class OperationEvent

java.lang.Object
kieker.analysis.architecture.recovery.events.GenericElementEvent
kieker.analysis.architecture.recovery.events.OperationEvent

public class OperationEvent
extends GenericElementEvent
Represent one operation event.
Since:
1.15
Author:
Reiner Jung
  • Constructor Summary

    Constructors 
    Constructor Description
    OperationEvent​(java.lang.String hostname, java.lang.String componentSignature, java.lang.String operationSignature)  
  • Method Summary

    Modifier and Type Method Description
    boolean equals​(java.lang.Object obj)  
    java.lang.String getOperationSignature()  
    int hashCode()  
    java.lang.String toString()  

    Methods inherited from class kieker.analysis.architecture.recovery.events.GenericElementEvent

    getComponentSignature, getHostname

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait