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 | Class and Description |
---|---|
private class |
ServiceDiscoveryManager.LookupCacheImpl.DiscardServiceTask
Task class used to asynchronously notify service discard.
|
private class |
ServiceDiscoveryManager.LookupCacheImpl.LookupTask
This class requests a "snapshot" of the given registrar's state.
|
private class |
ServiceDiscoveryManager.LookupCacheImpl.NewOldServiceTask
Task class used to asynchronously process the service state
("snapshot"), matching this cache's template, that was retrieved
from the given lookup service.
|
private class |
ServiceDiscoveryManager.LookupCacheImpl.NotifyEventTask
Task class used to asynchronously notify all registered service
discovery listeners of serviceAdded/serviceRemoved/serviceChanged
events.
|
private class |
ServiceDiscoveryManager.LookupCacheImpl.ProxyRegDropTask
When the given registrar is discarded, this Task class is used to
remove the registrar from the various maps maintained by this
cache.
|
private class |
ServiceDiscoveryManager.LookupCacheImpl.RegisterListenerTask
This task class, when executed, first registers to receive
ServiceEvents from the given ServiceRegistrar.
|
private class |
ServiceDiscoveryManager.LookupCacheImpl.UnmapProxyTask
Task class used to asynchronously disassociate the given lookup
service proxy from the given ServiceItemReg.
|
private static class |
ServiceDiscoveryManager.ServiceIdTask
Abstract base class for controlling the order-of-execution of tasks
corresponding to a particular serviceID associated with a particular
lookup service.
|
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.