|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServiceDiscoveryManager.ProxyReg | |
---|---|
net.jini.lookup | Standard utility classes for managing the join state of a service and the service discovery duties of a client or service. |
Uses of ServiceDiscoveryManager.ProxyReg in net.jini.lookup |
---|
Fields in net.jini.lookup declared as ServiceDiscoveryManager.ProxyReg | |
---|---|
protected ServiceDiscoveryManager.ProxyReg |
ServiceDiscoveryManager.CacheTask.reg
|
Methods in net.jini.lookup that return ServiceDiscoveryManager.ProxyReg | |
---|---|
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). |
Methods in net.jini.lookup with parameters of type ServiceDiscoveryManager.ProxyReg | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |