dd.dht.api
Class DhtIteratorStopMsg

java.lang.Object
  |
  +--dd.dht.api.DhtIteratorStopMsg
All Implemented Interfaces:
QueueElementIF

public class DhtIteratorStopMsg
extends Object
implements QueueElementIF

DhtIteratorStopMsg requests the stop of an iteration over the objects maintained by the DHT.

Version:
$Id: DhtIteratorStopMsg.java,v 1.1.1.1 2004/04/06 00:09:56 hweather Exp $
Author:
Hakim Weatherspoon

Field Summary
 Object iteratorID
          Opaque token to keep track of an iteration.
 
Constructor Summary
DhtIteratorStopMsg(Object i)
          Constructor: Creates a new DhtIteratorStopMsg.
 
Method Summary
 String toString()
          Specified by java.lang.Object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

iteratorID

public Object iteratorID
Opaque token to keep track of an iteration.

Constructor Detail

DhtIteratorStopMsg

public DhtIteratorStopMsg(Object i)
Constructor: Creates a new DhtIteratorStopMsg.

Parameters:
i - Opaque token to keep track of an iteration.
Method Detail

toString

public String toString()
Specified by java.lang.Object

Overrides:
toString in class Object