Interface IBmLockWaitingTransactionInfo

    • Method Detail

      • getWaitedEntityType

        BmEntityType getWaitedEntityType()
        Get the type of the waited entity.
        Returns:
        the type of the waited entity. Never null.
      • getWaitedEntityNamespace

        IBmNamespace getWaitedEntityNamespace()
        Gets the namespace of the entity being waited.
        Returns:
        the namespace of the entity being waited. Never null.
      • getWaitedEntityId

        Object getWaitedEntityId()
        Gets the ID of the entity being waited.
        Returns:
        the ID of the entity being waited.
      • waitsForWriting

        boolean waitsForWriting()
        Checks whether the transaction waits to acquire the entity for writing.
        Returns:
        true if the transaction waits to acquire the entity for writing, false otherwise.