net.jini.discovery
Class LookupDiscovery.CheckGroupsMarker

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

private static class LookupDiscovery.CheckGroupsMarker
extends Object

Marker object placed in pendingDiscoveries set to indicate to UnicastDiscoveryTask that the groups of the lookup service which sent the contained announcement need to be verified.


Field Summary
(package private)  MulticastAnnouncement announcement
          Announcement sent by lookup service to check groups of
 
Constructor Summary
LookupDiscovery.CheckGroupsMarker(MulticastAnnouncement announcement)
           
 
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

announcement

final MulticastAnnouncement announcement
Announcement sent by lookup service to check groups of

Constructor Detail

LookupDiscovery.CheckGroupsMarker

LookupDiscovery.CheckGroupsMarker(MulticastAnnouncement announcement)
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.