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.


Field Summary
 NodeId[] gateway
           
 
Constructor Summary
TapestryIntegrateMsg()
          Empty constructor.
TapestryIntegrateMsg(NodeId gateway)
           
TapestryIntegrateMsg(NodeId[] gateways)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

gateway

public NodeId[] gateway
Constructor Detail

TapestryIntegrateMsg

public TapestryIntegrateMsg()
Empty constructor.

TapestryIntegrateMsg

public TapestryIntegrateMsg(NodeId gateway)

TapestryIntegrateMsg

public TapestryIntegrateMsg(NodeId[] gateways)
Method Detail

toString

public String toString()
Overrides:
toString in class Object