Class InMemoryResourceLockManager

  • All Implemented Interfaces:
    org.fcrepo.kernel.api.lock.ResourceLockManager

    @Component
    public class InMemoryResourceLockManager
    extends Object
    implements org.fcrepo.kernel.api.lock.ResourceLockManager
    In memory resource lock manager
    Author:
    pwinckles
    • Method Detail

      • acquire

        public void acquire​(String txId,
                            org.fcrepo.kernel.api.identifiers.FedoraId resourceId)
        Specified by:
        acquire in interface org.fcrepo.kernel.api.lock.ResourceLockManager
      • releaseAll

        public void releaseAll​(String txId)
        Specified by:
        releaseAll in interface org.fcrepo.kernel.api.lock.ResourceLockManager