Uses of Class
com.oracle.coherence.concurrent.RemoteSemaphore
-
Packages that use RemoteSemaphore Package Description com.oracle.coherence.concurrent Coherence Concurrent utilities based on java.util.concurrent. -
-
Uses of RemoteSemaphore in com.oracle.coherence.concurrent
Methods in com.oracle.coherence.concurrent that return RemoteSemaphore Modifier and Type Method Description static RemoteSemaphore
Semaphores. remoteSemaphore(String sName, int permits)
Return a singleton instance of aRemoteSemaphore
with a specified name and number of permits.
-