Uses of Class
org.alfresco.util.LockHelper.LockTryException
-
Packages that use LockHelper.LockTryException Package Description org.alfresco.util -
-
Uses of LockHelper.LockTryException in org.alfresco.util
Methods in org.alfresco.util that throw LockHelper.LockTryException Modifier and Type Method Description static void
LockHelper. tryLock(Lock lock, long timeoutMs, String useCase)
Try to get a lock in the given number of milliseconds or get an exception
-