Interface TracingDOMDataBroker

    • Method Detail

      • printOpenTransactions

        boolean printOpenTransactions​(PrintStream printStream,
                                      int minOpenTransactions)
        Prints a human-readable "report" of all opened but not closed transactions, including transactions chains and transactions opened by them, onto the printStream.
        Parameters:
        minOpenTransactions - minimum open number of transactions (leaks with fewer are not printed)
        Returns:
        true if there were any open transactions, false if none