Interface IBmLockOwningTransactionInfo

    • Method Detail

      • getOwnedResourceId

        long getOwnedResourceId()
        Get the ID of the owned resource.
        Returns:
        the ID of the owned resource.
      • ownsForWriting

        boolean ownsForWriting()
        Checks whether the transaction acquired the resource for writing.
        Returns:
        true if the transaction acquired the resource for writing, false otherwise.