Interface LockManager<T>

All Known Implementing Classes:
LockManagerCompound, LockManagerPath, ThreadLockManager

public interface LockManager<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    getLock(T resource, boolean write)
     
  • Method Details

    • getLock

      Lock getLock(T resource, boolean write)