Class LockManager


  • public class LockManager
    extends Object
    Manages lock objects in the defined location. Usually, one lock manager is responsible for one category of resource.
    Author:
    Yury Molchan
    • Constructor Detail

      • LockManager

        public LockManager​(Path locksLocation)
    • Method Detail

      • getLock

        public Lock getLock​(String lockId)
        Creates a lock object for the given ID.