Project JXTA

net.jxta.impl.cm
Class SrdiIndex.Entry

java.lang.Object
  extended bynet.jxta.impl.cm.SrdiIndex.Entry
Enclosing class:
SrdiIndex

public static final class SrdiIndex.Entry
extends Object

An entry in the index tables.


Field Summary
 long expiration
           
 PeerID peerid
           
 
Constructor Summary
SrdiIndex.Entry(PeerID peerid, long expiration)
          Peer Pointer reference
 
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

peerid

public PeerID peerid

expiration

public long expiration
Constructor Detail

SrdiIndex.Entry

public SrdiIndex.Entry(PeerID peerid,
                       long expiration)
Peer Pointer reference

Parameters:
peerid - PeerID for this entry
expiration - the expiration for this entry
Method Detail

equals

public boolean equals(Object obj)


hashCode

public int hashCode()


JXTA J2SE