Uses of Class
org.droolsassert.util.ReentrantFileLock
Packages that use ReentrantFileLock
-
Uses of ReentrantFileLock in org.droolsassert.util
Methods in org.droolsassert.util that return ReentrantFileLockModifier and TypeMethodDescriptionReentrantFileLock.ReentrantFileLockFactory.newLock(int id) Creates new lock for the given id.
Id will be used to uniquely identify the lock (position) in the file.Creates new lock for the given name.
Hash code of the name will be used to compute lock id (position) in the file.