|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
Lock | Represents a re-entrant lock. |
Class Summary | |
---|---|
JvmLock | In memory JVM lock. |
ReadWriteLock | Deprecated. |
ReadWriteLockProxyFactory<T> | Proxy factory that provides locking using ReentrantReadWriteLock based
on the ReadLock and WriteLock annotations. |
Annotation Types Summary | |
---|---|
ReadLock | Annotation to apply to method to indicated they should be protected by a
read-lock, see ReadWriteLockProxyFactory . |
WriteLock | Annotation to apply to method to indicated they should be protected by a
write-lock, see ReadWriteLockProxyFactory . |
This package provides utilities for dealing with concurrency.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |