Uses of Class
com.broadleafcommerce.search.index.core.LockException
-
Packages that use LockException Package Description com.broadleafcommerce.search.index.core -
-
Uses of LockException in com.broadleafcommerce.search.index.core
Methods in com.broadleafcommerce.search.index.core that throw LockException Modifier and Type Method Description StringDefaultLocalJvmLockService. lock(String lockName)StringLockService. lock(String lockName)Attempts to create a lock based on the lock name.voidDefaultLocalJvmLockService. unlock(String lockName, String lockKey)voidLockService. unlock(String lockName, String lockKey)Attempts to unlock the lock for the given lock name.
-