bamboo.api
Class BambooRouteContinue

java.lang.Object
  extended by bamboo.api.BambooRouteContinue
All Implemented Interfaces:
QueueElementIF

public class BambooRouteContinue
extends Object
implements QueueElementIF

Coninue a routing operation after an upcall. See the comments for BambooRouteInit for more information.

Version:
$Id: BambooRouteContinue.java,v 1.1 2003/10/05 19:02:02 srhea Exp $
Author:
Sean C. Rhea

Field Summary
 long app_id
           
 BigInteger dest
           
 ostore.util.NodeId immediate_src
           
 boolean intermediate_upcall
           
 boolean iter
           
 ostore.util.QuickSerializable payload
           
 BigInteger src
           
 
Constructor Summary
BambooRouteContinue(BambooRouteUpcall upcall, ostore.util.QuickSerializable p)
           
BambooRouteContinue(BigInteger s, BigInteger d, ostore.util.NodeId i, long a, boolean u, boolean it, ostore.util.QuickSerializable p)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

src

public BigInteger src

dest

public BigInteger dest

immediate_src

public ostore.util.NodeId immediate_src

app_id

public long app_id

intermediate_upcall

public boolean intermediate_upcall

iter

public boolean iter

payload

public ostore.util.QuickSerializable payload
Constructor Detail

BambooRouteContinue

public BambooRouteContinue(BambooRouteUpcall upcall,
                           ostore.util.QuickSerializable p)

BambooRouteContinue

public BambooRouteContinue(BigInteger s,
                           BigInteger d,
                           ostore.util.NodeId i,
                           long a,
                           boolean u,
                           boolean it,
                           ostore.util.QuickSerializable p)
Method Detail

toString

public String toString()
Overrides:
toString in class Object