Class FileLockServiceImpl

    • Constructor Detail

      • FileLockServiceImpl

        public FileLockServiceImpl()
    • Method Detail

      • getFileLocker

        public FileLocker getFileLocker​(File file)
        Description copied from interface: FileLockService
        Get a locker object which can be used to protect read/write access from multiple processes on the given file. Locking is advisory only, i.e. all processes must use the same locking mechanism.
        Specified by:
        getFileLocker in interface FileLockService