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