Class SimpleLockManager.CurrentLock

java.lang.Object
io.milton.http.fs.SimpleLockManager.CurrentLock
Enclosing class:
SimpleLockManager

public static class SimpleLockManager.CurrentLock extends Object
  • Constructor Details

    • CurrentLock

      public CurrentLock(String uniqueId, LockToken token, String lockedByUser)
    • CurrentLock

      public CurrentLock(String uniqueId, String tokenId, Date from, String lockedByUser, Long seconds)
      Parameters:
      uniqueId - - unique ID of the resource
      tokenId - - the lock token
      from - - the date the lock was from
      lockedByUser - - who locked it
      seconds - - seconds to lock the resource for
  • Method Details