Package | Description |
---|---|
net.jini.lookup |
Standard utility classes for managing the join state of a service
and the service discovery duties of a client or service.
|
org.apache.river.thread |
These are utility classes and interfaces for helping with tasks done in multiple threads.
|
Modifier and Type | Class and Description |
---|---|
private class |
JoinManager.ProxyReg
Wrapper class in which each instance corresponds to a lookup
service to discover, and with which this join manager's service
should be registered.
|
private static class |
JoinManager.ProxyRegTaskQueue |
private static class |
ServiceDiscoveryManager.CacheTaskDependencyManager |
Modifier and Type | Class and Description |
---|---|
class |
DependencyLinker |
Modifier and Type | Field and Description |
---|---|
private List<FutureObserver<V>> |
RetryTask.listeners |
List<FutureObserver<T>> |
ObservableFutureTask.listeners |
Modifier and Type | Method and Description |
---|---|
boolean |
ObservableFutureTask.addObserver(FutureObserver<T> l) |
boolean |
FutureObserver.ObservableFuture.addObserver(FutureObserver<T> observer)
Adds FutureObserver's to this ObservableFuture.
|
boolean |
RetryTask.addObserver(FutureObserver<V> listener) |
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.