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
Method Summary |
String |
toString()
TODO Only to be used as a hack for QTreeTester |
stageOn
public boolean stageOn
treeId
public SecureHash treeId
QTreeState
public QTreeState(boolean stageOn,
SecureHash treeId)
toString
public String toString()
- TODO Only to be used as a hack for QTreeTester
- Overrides:
toString
in class Object