edu.jas.ring
Class GBTransportMessPair

java.lang.Object
  extended by edu.jas.ring.GBTransportMess
      extended by edu.jas.ring.GBTransportMessPair
All Implemented Interfaces:
java.io.Serializable

 class GBTransportMessPair
extends GBTransportMess

Distributed GB transport message for pairs.


Field Summary
 Pair pair
           
 
Constructor Summary
GBTransportMessPair(Pair p)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

pair

public final Pair pair
Constructor Detail

GBTransportMessPair

public GBTransportMessPair(Pair p)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class GBTransportMess