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.
|
Modifier and Type | Field and Description |
---|---|
(package private) JoinManager.ProxyRegTask |
JoinManager.ProxyReg.proxyRegTask
The
ProxyRegTask that instantiated this
ProxyReg . |
Modifier and Type | Field and Description |
---|---|
private java.util.concurrent.ConcurrentLinkedQueue<JoinManager.ProxyRegTask> |
JoinManager.ProxyRegTaskQueue.pending |
Modifier and Type | Method and Description |
---|---|
int |
JoinManager.ProxyRegTask.compareTo(JoinManager.ProxyRegTask o) |
boolean |
JoinManager.ProxyRegTask.dependsOn(JoinManager.ProxyRegTask t)
Returns true if the current instance of this task must be run
after any task already in the task manager queue.
|
private java.util.concurrent.Future |
JoinManager.ProxyRegTaskQueue.submit(JoinManager.ProxyRegTask t) |
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.