Interface RemoteLockManager

    • Method Summary

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method Description
      void addLockToken​(String lockToken)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      RemoteLock getLock​(String absPath)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      String[] getLockTokens()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      boolean holdsLock​(String absPath)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      boolean isLocked​(String absPath)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      RemoteLock lock​(String absPath, boolean isDeep, boolean isSessionScoped, long timeoutHint, String ownerInfo)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      void removeLockToken​(String lockToken)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      void unlock​(String absPath)
      Deprecated, for removal: This API element is subject to removal in a future version.