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.
node_guid
public SecureHash node_guid
integrateTime
public long integrateTime
TapestryReadyMsg
public TapestryReadyMsg(SecureHash n)
TapestryReadyMsg
public TapestryReadyMsg(SecureHash n,
long time)
toString
public String toString()
- Specified by java.lang.Object
- Overrides:
toString
in class Object