Package com.luciad.util.concurrent


package com.luciad.util.concurrent
Utility classes for handling concurrent accesses.
Since:
7.0
  • Class
    Description
    Exposes lock dependencies to ensure that TLcdLockUtil locks all needed objects in the correct order.
    This class helps to acquire read and write locks associated to given objects (particularly domain models), making use of the java.util.concurrent.locks.ReentrantReadWriteLock standard implementation.
    A Closeable that unlocks an object in its TLcdLockUtil.Lock.close() method.