ostore.tapestry.api
Class TapestryIntegrateMsg
java.lang.Object
|
+--ostore.tapestry.api.TapestryIntegrateMsg
- All Implemented Interfaces:
- QueueElementIF
- public class TapestryIntegrateMsg
- extends Object
- implements QueueElementIF
Event sent from an application stage to the Tapestry stage telling it to
integrate itself into the Tapestry network. This spawns off a sequence of
events from DynamicTClient
. When those
events are done, the DynamicTClient responds with a TapestryReadyMsg
.
gateway
public NodeId[] gateway
TapestryIntegrateMsg
public TapestryIntegrateMsg()
- Empty constructor.
TapestryIntegrateMsg
public TapestryIntegrateMsg(NodeId gateway)
TapestryIntegrateMsg
public TapestryIntegrateMsg(NodeId[] gateways)
toString
public String toString()
- Overrides:
toString
in class Object