Package | Description |
---|---|
org.jgroups.blocks |
Provides building blocks that are layered on top of channels.
|
org.jgroups.blocks.executor | |
org.jgroups.util |
Provides useful functionality which cannot be assigned to any particular other package.
|
Modifier and Type | Field and Description |
---|---|
protected FutureListener |
Request.listener |
Modifier and Type | Method and Description |
---|---|
NotifyingFuture |
Request.setListener(FutureListener listener) |
Modifier and Type | Class and Description |
---|---|
protected class |
ExecutionCompletionService.QueueingListener |
Modifier and Type | Method and Description |
---|---|
NotifyingFuture<V> |
ExecutionService.DistributedFuture.setListener(FutureListener<V> listener) |
Modifier and Type | Method and Description |
---|---|
NotifyingFuture |
NotifyingFuture.setListener(FutureListener<T> listener)
Attaches a listener and returns the same future instance, to allow for 'building' futures.
|
NotifyingFuture |
NullFuture.setListener(FutureListener<T> listener) |
Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.