net.jini.discovery
Class LookupDiscovery.AnnouncementInfo

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

private static class LookupDiscovery.AnnouncementInfo
extends Object

Holder class for the time and sequence number of the last received announcement. The regInfo map contains instances of this class as values.


Field Summary
private  long seqNum
           
private  long tStamp
           
 
Constructor Summary
private LookupDiscovery.AnnouncementInfo(long tStamp, long seqNum)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tStamp

private long tStamp

seqNum

private long seqNum
Constructor Detail

LookupDiscovery.AnnouncementInfo

private LookupDiscovery.AnnouncementInfo(long tStamp,
                                         long seqNum)


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