Uses of Interface
com.gigaspaces.internal.utils.concurrent.ISimpleLock
Packages that use ISimpleLock
Package
Description
Provides Space properties and security context services
-
Uses of ISimpleLock in com.gigaspaces.internal.utils.concurrent
Classes in com.gigaspaces.internal.utils.concurrent that implement ISimpleLockModifier and TypeClassDescriptionclassA non reentrant implementation ofISimpleLockThe 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.classReentrant implementation ofISimpleLockThe 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. -
Uses of ISimpleLock in com.j_spaces.core
Classes in com.j_spaces.core that implement ISimpleLock