|
|||||||||||
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.Response dist1.acb.CBL.concretePackets.ResponseJoinInfo
Response for joining the PB-Group
Constructor Summary | |
ResponseJoinInfo(Request request,
byte[][] files,
java.lang.String[] fileNames,
Id id)
Creates a new instance of ResponseJoinInfo. |
Method Summary | |
java.lang.String[] |
getFileNames()
Getter for property fileNames. |
byte[][] |
getFiles()
Getter for property files. |
void |
setFileNames(java.lang.String[] fileNames)
Setter for property fileNames. |
void |
setFiles(byte[][] files)
Setter for property files. |
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 ResponseJoinInfo(Request request, byte[][] files, java.lang.String[] fileNames, Id id)
request
- The response is for this requestfiles
- snapshot's files of the databasefileNames
- the names of the filesid
- Start Id of the replicas (we must recive repica with this Id
first!)Method Detail |
public void setFileNames(java.lang.String[] fileNames)
fileNames
- New value of property fileNames.public java.lang.String[] getFileNames()
public void setFiles(byte[][] files)
files
- New value of property files.public byte[][] getFiles()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |