Uses of Class
com.broadleafcommerce.common.messaging.repository.LockStatus
-
-
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 LockStatusJpaCustomizedResourceLockRepository. status(String token) -
Uses of LockStatus in com.broadleafcommerce.common.messaging.provider.mongo.repository
Methods in com.broadleafcommerce.common.messaging.provider.mongo.repository that return LockStatus Modifier and Type Method Description LockStatusMongoCustomizedResourceLockRepository. 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 LockStatusNoOpResourceLockRepository. status(String token)LockStatusResourceLockRepository. status(String token)Report on the status of the lock.static LockStatusLockStatus. 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.
-