ostore.agree
Class AgreementFailure

java.lang.Object
  |
  +--ostore.agree.AgreementFailure
All Implemented Interfaces:
QueueElementIF

public class AgreementFailure
extends Object
implements QueueElementIF


Field Summary
 QuickSerializable req
           
 SecureHash ring_id
           
 
Constructor Summary
AgreementFailure()
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ring_id

public SecureHash ring_id

req

public QuickSerializable req
Constructor Detail

AgreementFailure

public AgreementFailure()
Method Detail

toString

public String toString()
Overrides:
toString in class Object