Uses of Interface
org.jgroups.blocks.executor.ExecutorNotification
-
Packages that use ExecutorNotification Package Description org.jgroups.blocks.executor org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network. -
-
Uses of ExecutorNotification in org.jgroups.blocks.executor
Classes in org.jgroups.blocks.executor that implement ExecutorNotification Modifier and Type Class Description static class
ExecutionService.DistributedFuture<V>
This is basically a copy of the FutureTask in java.util.concurrent but added serializable to it. -
Uses of ExecutorNotification in org.jgroups.protocols
Fields in org.jgroups.protocols with type parameters of type ExecutorNotification Modifier and Type Field Description protected java.util.concurrent.ConcurrentMap<java.util.concurrent.Future<?>,ExecutorNotification>
Executing. notifiers
Methods in org.jgroups.protocols with parameters of type ExecutorNotification Modifier and Type Method Description void
Executing. addExecutorListener(java.util.concurrent.Future<?> future, ExecutorNotification listener)
-