Class ReadWriteLockLogWrapper
- java.lang.Object
-
- com.microstrategy.utils.concurrent.ReadWriteLockLogWrapper
-
- All Implemented Interfaces:
ReadWriteLock
public class ReadWriteLockLogWrapper extends java.lang.Object implements ReadWriteLock
Copyright © 2002 MicroStrategy, Inc. All Rights Reserved.- Since:
- MicroStrategy Web 7.3.1 or earlier
-
-
Constructor Summary
Constructors Constructor Description ReadWriteLockLogWrapper(ReadWriteLock target)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Sync
readLock()
get the readLock *Sync
writeLock()
get the writeLock *
-
-
-
Constructor Detail
-
ReadWriteLockLogWrapper
public ReadWriteLockLogWrapper(ReadWriteLock target)
-
-
Method Detail
-
readLock
public Sync readLock()
Description copied from interface:ReadWriteLock
get the readLock *- Specified by:
readLock
in interfaceReadWriteLock
-
writeLock
public Sync writeLock()
Description copied from interface:ReadWriteLock
get the writeLock *- Specified by:
writeLock
in interfaceReadWriteLock
-
-