openlsd.network.common.message.LSDMsgGetNAck Class Reference

Inheritance diagram for openlsd.network.common.message.LSDMsgGetNAck:

Inheritance graph
[legend]
Collaboration diagram for openlsd.network.common.message.LSDMsgGetNAck:

Collaboration graph
[legend]

List of all members.


Detailed Description

Class for Get with no Acknowledge Message

Author:
Frederic Bregier LGPL

Public Member Functions

 LSDMsgGetNAck (byte commande, boolean unique, long legacy, long storage, long doc, int fileblocksize, int rankblock)
String toString ()
void clear ()

Public Attributes

byte commande = LSDConstants.LSD_NULL
boolean unique = true
long legacy = LSDConstants.invalide_idx
long storage = LSDConstants.invalide_idx
long doc = LSDConstants.invalide_idx
int fileblocksize = -1
int rankblock = -1

Static Private Attributes

static final long serialVersionUID = 4L

Constructor & Destructor Documentation

openlsd.network.common.message.LSDMsgGetNAck.LSDMsgGetNAck ( byte  commande,
boolean  unique,
long  legacy,
long  storage,
long  doc,
int  fileblocksize,
int  rankblock 
)

Create a GetNack message

Parameters:
commande 
unique 
legacy 
storage 
doc 
fileblocksize 
rankblock 


Member Function Documentation

String openlsd.network.common.message.LSDMsgGetNAck.toString (  ) 

See also:
java.lang.Object.toString()

void openlsd.network.common.message.LSDMsgGetNAck.clear (  ) 

Clear the GetNack message


Member Data Documentation

Fields for GetNack Id

Command to execute

Unique command session

Legacy id

Storage id

Document id

File Block Size

Rank of the block


The documentation for this class was generated from the following file: