Interface CDOLockChangeInfo

    • Method Detail

      • isInvalidateAll

        boolean isInvalidateAll()
        Returns:
        true if this instance signals that all lock states must be invalidated, false otherwise
      • getTimeStamp

        long getTimeStamp()
        Description copied from interface: CDOBranchPoint
        Returns the time stamp of this branch point, or the fixed special time stamp unspecified if this branch point marks the head of a branch.
        Specified by:
        getTimeStamp in interface CDOBranchPoint
        Specified by:
        getTimeStamp in interface CDOTimeProvider
        Returns:
        The repository time at which the lock changes took place. This is only an informal indication; no formal relation (e.g. an ordering) with commit time stamps is guaranteed.
      • getLockType

        org.eclipse.net4j.util.concurrent.IRWLockManager.LockType getLockType()
        Returns:
        the type of locks that were affected by the lock operation
      • getLockOwner

        CDOLockOwner getLockOwner()
        Returns:
        The view, represented as a CDOLockOwner, that authored the lock changes.
      • getLockStates

        CDOLockState[] getLockStates()
        Returns:
        The new lock states of the objects that were affected by the change