universal.consensus.register
Class WriteResult

java.lang.Object
  |
  +--universal.consensus.register.WriteResult

public class WriteResult
extends java.lang.Object

The object return by the write method of the registry


Field Summary
 boolean bool
          True if the leader hasn't received any NackWriteMessage
 boolean permission
          Could be useful if we want to implement the crash recovery model in the way that it has been done in paxos.
 
Constructor Summary
WriteResult(boolean bool, boolean permission)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bool

public boolean bool
True if the leader hasn't received any NackWriteMessage


permission

public boolean permission
Could be useful if we want to implement the crash recovery model in the way that it has been done in paxos.

Constructor Detail

WriteResult

public WriteResult(boolean bool,
                   boolean permission)