ostore.apps.qtree.api
Class QTreeState

java.lang.Object
  |
  +--ostore.apps.qtree.api.QTreeState
All Implemented Interfaces:
QueueElementIF

public class QTreeState
extends Object
implements QueueElementIF

Other stages participating in the QTree should listen for this message if they need notification that a tree has been constructed. (i.e. If this node has begun participating in a tree).

Author:
Jason Lee

Field Summary
 boolean stageOn
           
 SecureHash treeId
           
 
Constructor Summary
QTreeState(boolean stageOn, SecureHash treeId)
           
 
Method Summary
 String toString()
          TODO Only to be used as a hack for QTreeTester
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

stageOn

public boolean stageOn

treeId

public SecureHash treeId
Constructor Detail

QTreeState

public QTreeState(boolean stageOn,
                  SecureHash treeId)
Method Detail

toString

public String toString()
TODO Only to be used as a hack for QTreeTester

Overrides:
toString in class Object