dist1.acb.CBL.concretePackets
Class RequestForHotJoin

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

public class RequestForHotJoin
extends Request

Request for 'hot join' to the Primary (to the ControlSocket) ('HotJoin' means without transfer the whole of database)

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

Constructor Summary
RequestForHotJoin(Id lastReplicaId, java.lang.String cbl)
          Creates a new instance of RequestForHotJoin
 
Method Summary
 java.lang.String getCbl()
          Getter for property cbl.
 Id getLastReplicaId()
          Getter for property lastReplicaId.
 void setCbl(java.lang.String cbl)
          Setter for property cbl.
 void setLastReplicaId(Id lastReplicaId)
          Setter for property lastReplicaId.
 
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

RequestForHotJoin

public RequestForHotJoin(Id lastReplicaId,
                         java.lang.String cbl)
Creates a new instance of RequestForHotJoin

Parameters:
lastReplicaId - Id of last replica which has the CBL (Backup) which requests for hot join
cbl - Name of CBL which requests the HotJoin
Method Detail

setCbl

public void setCbl(java.lang.String cbl)
Setter for property cbl.

Parameters:
cbl - New value of property cbl.

getCbl

public java.lang.String getCbl()
Getter for property cbl.

Returns:
Value of property cbl.

setLastReplicaId

public void setLastReplicaId(Id lastReplicaId)
Setter for property lastReplicaId.

Parameters:
lastReplicaId - New value of property lastReplicaId.

getLastReplicaId

public Id getLastReplicaId()
Getter for property lastReplicaId.

Returns:
Value of property lastReplicaId.


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