See: Description
Class | Description |
---|---|
LockingVisitors |
Combines the monitor and visitor pattern to work with
locked objects . |
LockingVisitors.LockVisitor<O,L> |
Wraps a domain object and a lock for access by lambdas.
|
LockingVisitors.ReadWriteLockVisitor<O> |
This class implements a wrapper for a locked (hidden) object, and provides the means to access it.
|
LockingVisitors.StampedLockVisitor<O> |
This class implements a wrapper for a locked (hidden) object, and provides the means to access it.
|
java.util.concurrent.locks
.Copyright © 2010 - 2023 Adobe. All Rights Reserved