Interface ReadTransactionProvider

    • Method Detail

      • startTransaction

        ReadTransaction startTransaction()
        Starts a read transaction.

        Use the read transaction in an auto-closeable try... block in order to ensure releasing the lock that is gained before this function returns.

        Returns:
        a new locked MDIB access transaction to operate on (read-only).