tapestry.impl
Class PeriodicRoutePatch

java.lang.Object
  |
  +--ostore.network.NetworkMessage
        |
        +--tapestry.impl.PeriodicRoutePatch
All Implemented Interfaces:
Cloneable, QueueElementIF, QuickSerializable

public class PeriodicRoutePatch
extends NetworkMessage
implements QuickSerializable


Field Summary
static int REQUEST
           
static int RESPONSE
           
 HashSet set
           
 SecureHash srcguid
           
 int type
           
 
Fields inherited from class ostore.network.NetworkMessage
comp_q, est_rtt_ms, inbound, peer, sender, tries, user_data, wait_ms
 
Constructor Summary
PeriodicRoutePatch(InputBuffer buffer)
           
PeriodicRoutePatch(int type, NodeId peer, SecureHash srcguid, HashSet set)
           
 
Method Summary
 Object clone()
           
 void serialize(OutputBuffer buffer)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

REQUEST

public static final int REQUEST
See Also:
Constant Field Values

RESPONSE

public static final int RESPONSE
See Also:
Constant Field Values

type

public int type

srcguid

public SecureHash srcguid

set

public HashSet set
Constructor Detail

PeriodicRoutePatch

public PeriodicRoutePatch(int type,
                          NodeId peer,
                          SecureHash srcguid,
                          HashSet set)

PeriodicRoutePatch

public PeriodicRoutePatch(InputBuffer buffer)
                   throws QSException
Method Detail

serialize

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

clone

public Object clone()
             throws CloneNotSupportedException
Overrides:
clone in class NetworkMessage
CloneNotSupportedException

toString

public String toString()
Overrides:
toString in class NetworkMessage