Uses of Interface
com.oracle.coherence.common.base.Lockable.Unlockable
-
Packages that use Lockable.Unlockable Package Description com.oracle.coherence.common.base The base package provides a number of classes to complement those in the java.lang package. -
-
Uses of Lockable.Unlockable in com.oracle.coherence.common.base
Methods in com.oracle.coherence.common.base that return Lockable.Unlockable Modifier and Type Method Description default Lockable.Unlockable
Lockable. exclusively()
Suggest to this Lockable that the caller requires exclusive access untilclose
is called on the returnedAutoCloseable
.
-