Interface OSimpleRWLockManager<T>
- All Known Implementing Classes:
ONotThreadRWLockManager
public interface OSimpleRWLockManager<T>
-
Method Summary
Modifier and TypeMethodDescriptionvoidacquireReadLock(T key, long timeout) voidacquireWriteLock(T key, long timeout) voidreleaseReadLock(T key) voidreleaseWriteLock(T key)
-
Method Details
-
acquireReadLock
-
acquireWriteLock
-
releaseReadLock
-
releaseWriteLock
-