public class ReaderWriterLock extends Object implements IReaderWriterLock
Copyright (c) SAP AG 2001-2002
| Constructor and Description |
|---|
ReaderWriterLock() |
| Modifier and Type | Method and Description |
|---|---|
void |
acquireRead()
Block the calling thread until the read lock could be acquired
|
void |
acquireWrite()
Block the calling thread until the write lock could be acquired
|
void |
releaseRead()
Release the read lock
|
void |
releaseWrite()
Release the write lock
|
public void acquireRead()
acquireRead in interface IReaderWriterLockpublic void acquireWrite()
acquireWrite in interface IReaderWriterLockpublic void releaseRead()
releaseRead in interface IReaderWriterLockpublic void releaseWrite()
releaseWrite in interface IReaderWriterLock| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] KMC-CM
|
[sap.com] tc/km/frwk
|
api
|
EP-KM-CM
|
[sap.com] KMC-WPC
|
[sap.com] tc/kmc/wpc/wpcfacade
|
api
|
EP-PIN-WPC-WCM
|
Copyright 2021 SAP SE Complete Copyright Notice