net.jini.lookup
Class ServiceDiscoveryManager.LookupCacheImpl.ProxyRegDropTask

java.lang.Object
  extended by net.jini.lookup.ServiceDiscoveryManager.CacheTask
      extended by net.jini.lookup.ServiceDiscoveryManager.LookupCacheImpl.ProxyRegDropTask
All Implemented Interfaces:
TaskManager.Task, Runnable
Enclosing class:
ServiceDiscoveryManager.LookupCacheImpl

private final class ServiceDiscoveryManager.LookupCacheImpl.ProxyRegDropTask
extends ServiceDiscoveryManager.CacheTask

When the given registrar is discarded, this Task class is used to remove the registrar from the various maps maintained by this cache.


Field Summary
 
Fields inherited from class net.jini.lookup.ServiceDiscoveryManager.CacheTask
reg, thisTaskSeqN
 
Constructor Summary
ServiceDiscoveryManager.LookupCacheImpl.ProxyRegDropTask(ServiceDiscoveryManager.ProxyReg reg, long seqN)
           
 
Method Summary
 void run()
           
 
Methods inherited from class net.jini.lookup.ServiceDiscoveryManager.CacheTask
getProxyReg, getSeqN, isFromProxy, runAfter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceDiscoveryManager.LookupCacheImpl.ProxyRegDropTask

public ServiceDiscoveryManager.LookupCacheImpl.ProxyRegDropTask(ServiceDiscoveryManager.ProxyReg reg,
                                                                long seqN)
Method Detail

run

public void run()
Specified by:
run in interface Runnable
Specified by:
run in class ServiceDiscoveryManager.CacheTask


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