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 |
---|---|
protected ServiceDiscoveryManager.ProxyReg |
ServiceDiscoveryManager.CacheTask.reg |
Modifier and Type | Method and Description |
---|---|
private ServiceDiscoveryManager.ProxyReg |
ServiceDiscoveryManager.findReg(ServiceRegistrar proxy)
Returns element from proxyRegSet that corresponds to the given proxy.
|
ServiceDiscoveryManager.ProxyReg |
ServiceDiscoveryManager.CacheTask.getProxyReg()
Returns the ProxyReg associated with this task (if any).
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceDiscoveryManager.LookupCacheImpl.addProxyReg(ServiceDiscoveryManager.ProxyReg reg)
Add a new ProxyReg to the lookupCache.
|
private void |
ServiceDiscoveryManager.cacheAddProxy(ServiceDiscoveryManager.ProxyReg reg)
Adds the given proxy to all the caches maintained by the SDM.
|
private void |
ServiceDiscoveryManager.dropProxy(ServiceDiscoveryManager.ProxyReg reg)
Removes the given proxy from all the caches maintained by the SDM.
|
boolean |
ServiceDiscoveryManager.CacheTask.isFromProxy(ServiceDiscoveryManager.ProxyReg reg) |
void |
ServiceDiscoveryManager.LookupCacheImpl.removeProxyReg(ServiceDiscoveryManager.ProxyReg reg)
Remove a ProxyReg from the lookupCache.
|
private void |
ServiceDiscoveryManager.LookupCacheImpl.removeUselessTask(ServiceDiscoveryManager.ProxyReg reg)
Removes from the cache's task manager, all pending tasks
associated with the given ProxyReg.
|
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.