dist1.acb.CBL.concretePackets
Class RequestExecuteHotJoin

java.lang.Object
  extended bydist1.acb.common.transport.Packet
      extended bydist1.acb.common.transport.Request
          extended bydist1.acb.common.transport.RequestUpdate
              extended bydist1.acb.CBL.concretePackets.RequestExecuteHotJoin
All Implemented Interfaces:
java.io.Serializable

public class RequestExecuteHotJoin
extends RequestUpdate

Request for executing last stage of the HotJoin protocol

Version:
$Revision: 1.2 $
Author:
Alexander Stasiv
See Also:
Serialized Form

Constructor Summary
RequestExecuteHotJoin(CBL cbl)
          Creates a new instance of RequestExecuteHotJoin
 
Method Summary
 CBL getCbl()
          Getter for property cbl.
 void setCbl(CBL cbl)
          Setter for property cbl.
 
Methods inherited from class dist1.acb.common.transport.Packet
equals, getId, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RequestExecuteHotJoin

public RequestExecuteHotJoin(CBL cbl)
                      throws java.lang.CloneNotSupportedException
Creates a new instance of RequestExecuteHotJoin

Parameters:
cbl - Full inforamtion about CBL which want to join the system
Throws:
java.lang.CloneNotSupportedException - if the object's class (CBL) does not support the Cloneable interface
Method Detail

setCbl

public void setCbl(CBL cbl)
            throws java.lang.CloneNotSupportedException
Setter for property cbl.

Parameters:
cbl - New value of property cbl.
Throws:
java.lang.CloneNotSupportedException - if the object's class (CBL) does not support the Cloneable interface

getCbl

public CBL getCbl()
Getter for property cbl.

Returns:
Value of property cbl.


Copyright © 2004 Phoenix Team (CMU/AIT). All Rights Reserved.