tapestry.impl
Class OverlayPath

java.lang.Object
  |
  +--tapestry.impl.OverlayPath
All Implemented Interfaces:
QuickSerializable

public class OverlayPath
extends Object
implements QuickSerializable


Field Summary
static int COMPLETE
           
 SecureHash dst
           
 ArrayList guids
           
 SecureHash id
           
static int INCOMPLETE
           
 ArrayList nodeids
           
 ArrayList rtts
           
 SecureHash src
           
 
Constructor Summary
OverlayPath(InputBuffer buffer)
           
OverlayPath(int flag, SecureHash src, SecureHash dst, ArrayList nodeids, ArrayList guids, ArrayList rtts)
           
OverlayPath(SecureHash src, SecureHash dst)
           
 
Method Summary
 void serialize(OutputBuffer buffer)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

INCOMPLETE

public static final int INCOMPLETE
See Also:
Constant Field Values

COMPLETE

public static final int COMPLETE
See Also:
Constant Field Values

id

public SecureHash id

src

public SecureHash src

dst

public SecureHash dst

nodeids

public ArrayList nodeids

guids

public ArrayList guids

rtts

public ArrayList rtts
Constructor Detail

OverlayPath

public OverlayPath(SecureHash src,
                   SecureHash dst)

OverlayPath

public OverlayPath(int flag,
                   SecureHash src,
                   SecureHash dst,
                   ArrayList nodeids,
                   ArrayList guids,
                   ArrayList rtts)

OverlayPath

public OverlayPath(InputBuffer buffer)
            throws QSException
Method Detail

serialize

public void serialize(OutputBuffer buffer)
Specified by:
serialize in interface QuickSerializable

toString

public String toString()
Overrides:
toString in class Object