Interface IBmTransactionInfo

    • Method Detail

      • getThreadName

        String getThreadName()
        The name of the thread the transaction belong to.
        Returns:
        the name of the thread the transaction belong to, never null.
      • getStackTrace

        List<StackTraceElement> getStackTrace()
        The stack trace snapshot of the thread the transaction belongs to taken around the moment of creating this info.
        Returns:
        a non-empty read-only list of the stack trace elements, never null.