openlsd.network.common.message.LSDMsgDel Class Reference

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

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

Collaboration graph
[legend]

List of all members.


Detailed Description

Class for Message Delete from Server

Author:
Frederic Bregier LGPL

Public Member Functions

 LSDMsgDel (String key, byte commande, boolean unique, long legacy, long storage, long doc, String md5)
String toString ()
void clear ()

Public Attributes

String key = null
byte commande = LSDConstants.LSD_NULL
boolean unique = true
long legacy = LSDConstants.invalide_idx
long storage = LSDConstants.invalide_idx
long doc = LSDConstants.invalide_idx
String md5 = null

Static Private Attributes

static final long serialVersionUID = 9L

Constructor & Destructor Documentation

openlsd.network.common.message.LSDMsgDel.LSDMsgDel ( String  key,
byte  commande,
boolean  unique,
long  legacy,
long  storage,
long  doc,
String  md5 
)

Create a Message Delete from arguments

Parameters:
key 
commande 
unique 
legacy 
storage 
doc 
md5 


Member Function Documentation

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

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

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

Clear the delete message


Member Data Documentation

Fields for Delete Id

Key as identity check

Command to execute

Unique command session

Legacy id

Storage id

Document id

MD5 of the file to delete (from DB)


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