universal
Class Decision

java.lang.Object
  |
  +--universal.Decision

public class Decision
extends java.lang.Object

Object Decision return by the consensus.


Field Summary
 boolean deci
          True if the consensus is successful which means that a value has been decided for the position in the total order for which the consensus was done.
 universal.Outcome out
          The value (Request, Reply, Update) that has been decided for the position in the total order.
 
Constructor Summary
Decision()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

deci

public boolean deci
True if the consensus is successful which means that a value has been decided for the position in the total order for which the consensus was done.


out

public universal.Outcome out
The value (Request, Reply, Update) that has been decided for the position in the total order.

Constructor Detail

Decision

public Decision()