Uses of Class
com.oracle.coherence.concurrent.executor.subscribers.internal.FutureSubscriber
-
Packages that use FutureSubscriber Package Description com.oracle.coherence.concurrent.executor Classes to allow submission of tasks to the grid for execution.com.oracle.coherence.concurrent.executor.subscribers.internal -
-
Uses of FutureSubscriber in com.oracle.coherence.concurrent.executor
Subclasses of FutureSubscriber in com.oracle.coherence.concurrent.executor Modifier and Type Class Description protected static classClusteredExecutorService.CESRunnableFuture<V>CESRunnableFutureis a holder for the Callable or Runnable which will be executed byClusteredExecutorService.execute(Remote.Runnable). -
Uses of FutureSubscriber in com.oracle.coherence.concurrent.executor.subscribers.internal
Subclasses of FutureSubscriber in com.oracle.coherence.concurrent.executor.subscribers.internal Modifier and Type Class Description classAnyFutureSubscriber<T>AFutureSubscriberwhich notifies a monitor object when the task completes or fails.
-