bamboo.api
Class BambooRouterAppRegResp

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

public class BambooRouterAppRegResp
extends Object
implements QueueElementIF

BambooRouterAppRegResp.

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

Field Summary
 long app_id
           
 int digit_values
           
 int guid_digits
           
 BigInteger modulus
           
 String msg
           
 BigInteger node_guid
           
 boolean success
           
 
Constructor Summary
BambooRouterAppRegResp(long a, boolean s, BigInteger mod, int g, int d, BigInteger ng)
           
BambooRouterAppRegResp(long a, boolean s, String m)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

app_id

public long app_id

success

public boolean success

msg

public String msg

modulus

public BigInteger modulus

guid_digits

public int guid_digits

digit_values

public int digit_values

node_guid

public BigInteger node_guid
Constructor Detail

BambooRouterAppRegResp

public BambooRouterAppRegResp(long a,
                              boolean s,
                              BigInteger mod,
                              int g,
                              int d,
                              BigInteger ng)

BambooRouterAppRegResp

public BambooRouterAppRegResp(long a,
                              boolean s,
                              String m)
Method Detail

toString

public String toString()
Overrides:
toString in class Object