Interface IBmLockOwningTransactionInfo

    • Method Detail

      • getOwnedEntityType

        BmEntityType getOwnedEntityType()
        Get the type of the owned entity.
        Returns:
        the type of the owned entity. Never null.
      • getOwnedEntityNamespace

        IBmNamespace getOwnedEntityNamespace()
        Gets the namespace of the owned resource.
        Returns:
        the namespace of the owned resource. Never null.
      • getOwnedEntityId

        Object getOwnedEntityId()
        Gets 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.