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 SyncreadLock()get the readLock *SyncwriteLock()get the writeLock * 
 - 
 
- 
- 
Constructor Detail
- 
ReadWriteLockLogWrapper
public ReadWriteLockLogWrapper(ReadWriteLock target)
 
 - 
 
- 
Method Detail
- 
readLock
public Sync readLock()
Description copied from interface:ReadWriteLockget the readLock *- Specified by:
 readLockin interfaceReadWriteLock
 
- 
writeLock
public Sync writeLock()
Description copied from interface:ReadWriteLockget the writeLock *- Specified by:
 writeLockin interfaceReadWriteLock
 
 - 
 
 -