Uses of Class
net.jini.lookup.ServiceDiscoveryManager.ServiceItemReg

Packages that use ServiceDiscoveryManager.ServiceItemReg
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.ServiceItemReg in net.jini.lookup
 

Fields in net.jini.lookup declared as ServiceDiscoveryManager.ServiceItemReg
private  ServiceDiscoveryManager.ServiceItemReg ServiceDiscoveryManager.LookupCacheImpl.UnmapProxyTask.itemReg
           
 

Methods in net.jini.lookup with parameters of type ServiceDiscoveryManager.ServiceItemReg
private  void ServiceDiscoveryManager.LookupCacheImpl.itemMatchMatchChange(ServiceRegistrar proxy, ServiceItem newItem, ServiceDiscoveryManager.ServiceItemReg itemReg, boolean matchMatchEvent)
          With respect to a given service (referenced by both the parameter newItem and the parameter itemReg), if either an event has been received from the given lookup service (referenced by the proxy parameter), or a snapshot of the given lookup service's state has been retrieved, this method determines whether the service's attributes have changed, or whether a new version of the service has been registered.
 

Constructors in net.jini.lookup with parameters of type ServiceDiscoveryManager.ServiceItemReg
ServiceDiscoveryManager.LookupCacheImpl.UnmapProxyTask(ServiceDiscoveryManager.ProxyReg reg, ServiceDiscoveryManager.ServiceItemReg itemReg, ServiceID srvcId, long seqN)
           
 



Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.