dd.api
Class DDReadyMsg
java.lang.Object
|
+--dd.api.DDReadyMsg
- All Implemented Interfaces:
- QueueElementIF
- public class DDReadyMsg
- extends Object
- implements QueueElementIF
Message sent by either Key-Based-Routing layer when the local node
has been integrated into the overlay. It's a replacement for
StagesInitializedSignal as the "go ahead" signal for application/test
stages.
- Version:
- $Id: DDReadyMsg.java,v 1.2 2004/04/15 16:15:06 hweather Exp $
- Author:
- Hakim Weatherspoon
node_guid
public SecureHash node_guid
Identifier of local node.
integrateTime
public long integrateTime
- Time to integrate into the overlay.
DDReadyMsg
public DDReadyMsg(SecureHash n,
long t)
- Constructor: Creates a new
DDReadyMsg.
- Parameters:
n - Identifier of local node.t - Time to integrate into the overlay.
toString
public String toString()
- Specified by java.lang.Object
- Overrides:
toString in class Object