Interface ThreadEvent

    • Method Detail

      • getParentId

        long getParentId()
        Get the parent threadId
        Returns:
        the parent threadId
      • getChildId

        long getChildId()
        Get the child threadId
        Returns:
        the child threadId
      • getOperation

        ThreadEvent.Operation getOperation()
        Get the particular type of ThreadEvent ENTERING or EXITING
        Returns:
        the specific thread Operation