public class

ReadWriteLockLogWrapper

extends Object
implements ReadWriteLock
java.lang.Object
   ↳ com.microstrategy.utils.concurrent.ReadWriteLockLogWrapper

Class Overview

Copyright © 2002 MicroStrategy, Inc. All Rights Reserved.

Summary

Public Constructors
ReadWriteLockLogWrapper(ReadWriteLock target)
Public Methods
Sync readLock()
get the readLock *
Sync writeLock()
get the writeLock *
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.microstrategy.utils.concurrent.ReadWriteLock

Public Constructors

public ReadWriteLockLogWrapper (ReadWriteLock target)

Public Methods

public Sync readLock ()

get the readLock *

public Sync writeLock ()

get the writeLock *