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 |
---|---|
private ServiceDiscoveryManager.LookupCacheImpl |
ServiceDiscoveryManager.LookupCacheImpl.RegisterListenerTask.cache |
private ServiceDiscoveryManager.LookupCacheImpl |
ServiceDiscoveryManager.LookupCacheImpl.ProxyRegDropTask.cache |
private ServiceDiscoveryManager.LookupCacheImpl |
ServiceDiscoveryManager.LookupCacheImpl.ServiceDiscardTimerTask.cache |
Modifier and Type | Field and Description |
---|---|
private java.util.concurrent.BlockingQueue<ServiceDiscoveryManager.LookupCacheImpl> |
ServiceDiscoveryManager.LookupCacheTerminator.cacheList |
Modifier and Type | Method and Description |
---|---|
private ServiceDiscoveryManager.LookupCacheImpl |
ServiceDiscoveryManager.createLookupCache(ServiceTemplate tmpl,
ServiceItemFilter filter,
ServiceDiscoveryListener listener,
long leaseDuration)
Creates a LookupCache with specific lease duration.
|
Modifier and Type | Method and Description |
---|---|
(package private) void |
ServiceDiscoveryManager.LookupCacheTerminator.terminate(ServiceDiscoveryManager.LookupCacheImpl cache) |
Constructor and Description |
---|
ProxyRegDropTask(ServiceDiscoveryManager.ProxyReg reg,
ServiceDiscoveryManager.EventReg eReg,
long seqN,
ServiceDiscoveryManager.LookupCacheImpl cache) |
RegisterListenerTask(ServiceDiscoveryManager.ProxyReg reg,
long seqN,
ServiceDiscoveryManager.LookupCacheImpl cache) |
ServiceDiscardTimerTask(ServiceDiscoveryManager.LookupCacheImpl cache,
ServiceID serviceID) |
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.