Uses of Class
com.broadleafcommerce.common.messaging.repository.LockStatus
-
Packages that use LockStatus Package Description com.broadleafcommerce.common.messaging.provider.jpa.repository com.broadleafcommerce.common.messaging.repository -
-
Uses of LockStatus in com.broadleafcommerce.common.messaging.provider.jpa.repository
Methods in com.broadleafcommerce.common.messaging.provider.jpa.repository that return LockStatus Modifier and Type Method Description LockStatus
JpaCustomizedResourceLockRepository. status(String token)
-
Uses of LockStatus in com.broadleafcommerce.common.messaging.repository
Methods in com.broadleafcommerce.common.messaging.repository that return LockStatus Modifier and Type Method Description LockStatus
NoOpResourceLockRepository. status(String token)
LockStatus
ResourceLockRepository. status(String token)
Report on the status of the lock.static LockStatus
LockStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static LockStatus[]
LockStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-