Class NonReentrantSimpleLock

java.lang.Object
com.gigaspaces.internal.utils.concurrent.NonReentrantSimpleLock
All Implemented Interfaces:
ISimpleLock

public class NonReentrantSimpleLock extends Object implements ISimpleLock
A non reentrant implementation of ISimpleLock The implementation intent is to save memory, therefore the synchronization is done on the lock object it self, no user should synchronize on the lock object it self as it may create deadlocks.
Since:
9.0.0
Author:
eitany
  • Constructor Details

    • NonReentrantSimpleLock

      public NonReentrantSimpleLock()
  • Method Details