- All Implemented Interfaces:
- org.springframework.integration.support.locks.ExpirableLockRegistry, org.springframework.integration.support.locks.LockRegistry
public class JdbcLockRegistry
extends java.lang.Object
implements org.springframework.integration.support.locks.ExpirableLockRegistry
An ExpirableLockRegistry using a shared database to co-ordinate the locks.
Provides the same semantics as the
DefaultLockRegistry, but the
locks taken will be global, as long as the underlying database supports the
"serializable" isolation level in its transactions.
- Since:
- 4.3