edu.jas.ring
Class GBTransportMessPairIndex

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

 class GBTransportMessPairIndex
extends GBTransportMess

Distributed GB transport message for index pairs.


Field Summary
 java.lang.Integer i
           
 java.lang.Integer j
           
 
Constructor Summary
GBTransportMessPairIndex(java.lang.Integer i, java.lang.Integer j)
           
GBTransportMessPairIndex(int i, int j)
           
GBTransportMessPairIndex(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

i

public final java.lang.Integer i

j

public final java.lang.Integer j
Constructor Detail

GBTransportMessPairIndex

public GBTransportMessPairIndex(Pair p)

GBTransportMessPairIndex

public GBTransportMessPairIndex(int i,
                                int j)

GBTransportMessPairIndex

public GBTransportMessPairIndex(java.lang.Integer i,
                                java.lang.Integer j)
Method Detail

toString

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