net.jini.discovery
Class LookupDiscovery.AnnouncementInfo
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
tStamp
private long tStamp
seqNum
private long seqNum
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.