Class ReentrantSimpleLock

java.lang.Object
com.gigaspaces.internal.utils.concurrent.ReentrantSimpleLock
All Implemented Interfaces:
ISimpleLock
Direct Known Subclasses:
XtnInfo

public class ReentrantSimpleLock extends Object implements ISimpleLock
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

    • ReentrantSimpleLock

      public ReentrantSimpleLock()
  • Method Details