org.codehaus.wadi.group
Class PeerInfo

java.lang.Object
  extended by org.codehaus.wadi.group.PeerInfo
All Implemented Interfaces:
java.io.Serializable

public class PeerInfo
extends java.lang.Object
implements java.io.Serializable

Version:
$Revision: $
See Also:
Serialized Form

Constructor Summary
PeerInfo(EndPoint endPoint)
           
PeerInfo(EndPoint endPoint, long birthtime)
           
 
Method Summary
 long getBirthtime()
           
 EndPoint getEndPoint()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PeerInfo

public PeerInfo(EndPoint endPoint)

PeerInfo

public PeerInfo(EndPoint endPoint,
                long birthtime)
Method Detail

getBirthtime

public long getBirthtime()

getEndPoint

public EndPoint getEndPoint()


Copyright © 2008. All Rights Reserved.