bamboo.dmgr
Class ReplicaSetReq

java.lang.Object
  extended by bamboo.dmgr.ReplicaSetReq
All Implemented Interfaces:
ostore.util.QuickSerializable

public class ReplicaSetReq
extends Object
implements ostore.util.QuickSerializable

ReplicaSetReq.

Version:
$Id: ReplicaSetReq.java,v 1.5 2004/08/04 19:23:27 srhea Exp $
Author:
Sean C. Rhea

Field Summary
 BigInteger guid
           
 long nonce
           
 ostore.util.NodeId return_address
           
 
Constructor Summary
ReplicaSetReq(ostore.util.InputBuffer buffer)
           
ReplicaSetReq(ostore.util.NodeId n, BigInteger g, long x)
           
 
Method Summary
 Object clone()
           
 void serialize(ostore.util.OutputBuffer buffer)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

return_address

public ostore.util.NodeId return_address

guid

public BigInteger guid

nonce

public long nonce
Constructor Detail

ReplicaSetReq

public ReplicaSetReq(ostore.util.NodeId n,
                     BigInteger g,
                     long x)

ReplicaSetReq

public ReplicaSetReq(ostore.util.InputBuffer buffer)
              throws ostore.util.QSException
Throws:
ostore.util.QSException
Method Detail

serialize

public void serialize(ostore.util.OutputBuffer buffer)
Specified by:
serialize in interface ostore.util.QuickSerializable

clone

public Object clone()
             throws CloneNotSupportedException
Overrides:
clone in class Object
Throws:
CloneNotSupportedException

toString

public String toString()
Overrides:
toString in class Object