|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectopenlsd.network.common.message.LSDMsgGet
public class LSDMsgGet
Message to Get a File
| Field Summary | |
|---|---|
byte |
commande
Command to execute |
long |
doc
Document id |
int |
fileblocksize
File Block Size |
long |
legacy
Legacy id |
int |
rankblock
Rank of the block |
long |
storage
Storage id |
boolean |
unique
Unique command session |
| Constructor Summary | |
|---|---|
LSDMsgGet(byte commande,
boolean unique,
long legacy,
long storage,
long doc,
int fileblocksize,
int rankblock)
Create a Get Message from args |
|
| Method Summary | |
|---|---|
void |
clear()
Clear the Get Message |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public byte commande
public boolean unique
public long legacy
public long storage
public long doc
public int fileblocksize
public int rankblock
| Constructor Detail |
|---|
public LSDMsgGet(byte commande,
boolean unique,
long legacy,
long storage,
long doc,
int fileblocksize,
int rankblock)
commande - unique - legacy - storage - doc - fileblocksize - rankblock - | Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public void clear()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||