|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ExecutorNotification | |
|---|---|
| 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 | |
|---|---|
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 | |
|---|---|
protected java.util.concurrent.ConcurrentMap<java.util.concurrent.Future<?>,ExecutorNotification> |
Executing.notifiers
|
| Methods in org.jgroups.protocols with parameters of type ExecutorNotification | |
|---|---|
void |
Executing.addExecutorListener(java.util.concurrent.Future<?> future,
ExecutorNotification listener)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||