dd.kbr.api
Class KbrAppRegReq

java.lang.Object
  |
  +--dd.kbr.api.KbrReq
        |
        +--dd.kbr.api.KbrAppRegReq
All Implemented Interfaces:
QueueElementIF

public class KbrAppRegReq
extends KbrReq

KbrAppRegReq allows the DHT agnostic(independent) stage to register with the DHT dependent stage.

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

Field Summary
 boolean recvReverseRT
          Flag indicating interest in receiving KbrReverseRoutingTableChanged events
 boolean recvRootSet
          Flag indicating interest in receiving KbrRootSetChanged events
 boolean recvRT
          Flag indicating interest in receiving KbrRoutingTableChanged events
 
Fields inherited from class dd.kbr.api.KbrReq
appId, sink, userData
 
Constructor Summary
KbrAppRegReq(long appId, boolean recvRootSet, boolean recvRT, boolean recvReverseRT, SinkIF sink, Object userData)
          Constructor: Creates a new KbrAppReqReq.
 
Method Summary
 String toString()
          Specified by java.lang.Object
 
Methods inherited from class dd.kbr.api.KbrReq
BUG
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

recvRootSet

public boolean recvRootSet
Flag indicating interest in receiving KbrRootSetChanged events


recvRT

public boolean recvRT
Flag indicating interest in receiving KbrRoutingTableChanged events


recvReverseRT

public boolean recvReverseRT
Flag indicating interest in receiving KbrReverseRoutingTableChanged events

Constructor Detail

KbrAppRegReq

public KbrAppRegReq(long appId,
                    boolean recvRootSet,
                    boolean recvRT,
                    boolean recvReverseRT,
                    SinkIF sink,
                    Object userData)
Constructor: Creates a new KbrAppReqReq.

Method Detail

toString

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

Specified by:
toString in class KbrReq