ostore.tapestry.impl
Class TapestryReadyMsg

java.lang.Object
  |
  +--ostore.tapestry.impl.TapestryReadyMsg
All Implemented Interfaces:
QueueElementIF

public class TapestryReadyMsg
extends Object
implements QueueElementIF

Message sent by either StaticTClient or DynamicTClient when all the Tapestry integration steps are done. It's a replacement for StagesInitializedSignal as the "go ahead" signal for application/test stages.


Field Summary
 long integrateTime
           
 SecureHash node_guid
           
 
Constructor Summary
TapestryReadyMsg(SecureHash n)
           
TapestryReadyMsg(SecureHash n, long time)
           
 
Method Summary
 String toString()
          Specified by java.lang.Object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

node_guid

public SecureHash node_guid

integrateTime

public long integrateTime
Constructor Detail

TapestryReadyMsg

public TapestryReadyMsg(SecureHash n)

TapestryReadyMsg

public TapestryReadyMsg(SecureHash n,
                        long time)
Method Detail

toString

public String toString()
Specified by java.lang.Object
Overrides:
toString in class Object