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