|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object dist1.acb.common.transport.Packet dist1.acb.common.transport.Request dist1.acb.CBL.concretePackets.RequestForHotJoin
Request for 'hot join' to the Primary (to the ControlSocket) ('HotJoin' means without transfer the whole of database)
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 |
public RequestForHotJoin(Id lastReplicaId, java.lang.String cbl)
lastReplicaId
- Id of last replica which has the CBL (Backup) which
requests for hot joincbl
- Name of CBL which requests the HotJoinMethod Detail |
public void setCbl(java.lang.String cbl)
cbl
- New value of property cbl.public java.lang.String getCbl()
public void setLastReplicaId(Id lastReplicaId)
lastReplicaId
- New value of property lastReplicaId.public Id getLastReplicaId()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |