Package org.axonframework.common.lock

Class Summary
IdentifierBasedLock Locking mechanism that allows multiple threads to hold a lock, as long as the identifier of the lock they hold is not equal.
 

Exception Summary
DeadlockException Exception indicating that a deadlock has been detected while a thread was attempting to acquire a lock.
IllegalLockUsageException Exception indicating that an illegal use of a lock was detect (e.g.
LockAcquisitionFailedException Exception indicating that a lock could not be obtained.
 



Copyright © 2010-2016. All Rights Reserved.