com.sapportals.wcm.util.threads

Interface IReaderWriterLock

All Known Implementing Classes:
ReaderWriterLock

public interface IReaderWriterLock

A reader/writer lock interface.

Copyright (c) SAP AG 2001-2002


Method Summary
 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
 

Method Detail

acquireRead

void acquireRead()
Block the calling thread until the read lock could be acquired


acquireWrite

void acquireWrite()
Block the calling thread until the write lock could be acquired


releaseRead

void releaseRead()
Release the read lock


releaseWrite

void releaseWrite()
Release the write lock

Access Rights

This class can be accessed from:


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 2014 SAP AG Complete Copyright Notice