Package org.springframework.integration.support.locks
Provides classes related to locking resources.
-
Interface Summary Interface Description ExpirableLockRegistry ALockRegistry
implementing this interface supports the removal of aged locks that are not currently locked.LockRegistry Strategy for maintaining a registry of shared locksRenewableLockRegistry ALockRegistry
implementing this interface supports the renewal of the time to live of a lock. -
Class Summary Class Description DefaultLockRegistry Default implementation ofLockRegistry
which uses Masked Hashcode algorithm to obtain locks.PassThruLockRegistry TheLockRegistry
implementation which has no effect.