ostore.tapestry.api
Class TapestryNodeDetachMsg
java.lang.Object
|
+--ostore.tapestry.api.TapestryNodeDetachMsg
- All Implemented Interfaces:
- QueueElementIF
- public class TapestryNodeDetachMsg
- extends Object
- implements QueueElementIF
Event sent from an application stage to the Tapestry stage telling
it to detach itself from the Tapestry network. This is considered
a "voluntary delete" from the network, and spawns off a sequence of
events from DynamicTClient
. When those
events are done, the DynamicTClient responds with a TapestryDetachConfirm
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TapestryNodeDetachMsg
public TapestryNodeDetachMsg()
- Empty constructor.