程序包 | 说明 |
---|---|
com.fr.third.jgroups.blocks.executor | |
com.fr.third.jgroups.protocols |
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
|
限定符和类型 | 类和说明 |
---|---|
static class |
ExecutionService.DistributedFuture<V>
This is basically a copy of the FutureTask in java.util.concurrent but
added serializable to it.
|
限定符和类型 | 字段和说明 |
---|---|
protected java.util.concurrent.ConcurrentMap<java.util.concurrent.Future<?>,ExecutorNotification> |
Executing.notifiers |
限定符和类型 | 方法和说明 |
---|---|
void |
Executing.addExecutorListener(java.util.concurrent.Future<?> future,
ExecutorNotification listener) |