Package org.apache.derby.iapi.services.locks


package org.apache.derby.iapi.services.locks
  • Class
    Description
    Constants for the LockFactory
    This interface must be implemented by objects returned from LockFactory.createCompatibilitySpace().
    A Latch represents a latch held in the lock manager.
    A limit represents a callback on a lock group.
    Any object that needs to be locked must implement Lockable.
    Generic locking of objects.
    Interface for classes that represent an owner of the locks within a compatibility space.
     
    This class is intended to be used a the qualifier class for ShExLockable.
    This class acts as a conduit of information between the lock manager and the outside world.