Package com.oracle.coherence.concurrent.locks.internal
-
Class Summary Class Description ExclusiveLockHolder A data structure that encapsulates server-side exclusive locking logic.ExclusiveLockHolder.RemoveLocks An EntryProcessor that will remove locks for the provided member ID, or all the locks for the members that are not in the cluster any longer (if the specified member ID isnull).ReadWriteLockHolder A data structure that encapsulates server-side read/write locking logic.ReadWriteLockHolder.RemoveLocks An EntryProcessor that will remove locks for the provided member ID, or all the locks for the members that are not in the cluster any longer (if the specified member ID isnull).