net.jini.discovery
Class LookupDiscovery.CheckReachabilityMarker

java.lang.Object
  extended by net.jini.discovery.LookupDiscovery.CheckReachabilityMarker
Enclosing class:
LookupDiscovery

private static class LookupDiscovery.CheckReachabilityMarker
extends Object

Marker object placed in pendingDiscoveries set to indicate to UnicastDiscoveryTask that reachability of the lookup service which sent the contained unicast response needs to be verified.


Field Summary
(package private)  UnicastResponse response
          Response sent by lookup service to check reachability of
 
Constructor Summary
LookupDiscovery.CheckReachabilityMarker(UnicastResponse response)
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

response

final UnicastResponse response
Response sent by lookup service to check reachability of

Constructor Detail

LookupDiscovery.CheckReachabilityMarker

LookupDiscovery.CheckReachabilityMarker(UnicastResponse response)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


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