Serialized Form


Package openlsd.common.datatype

Class openlsd.common.datatype.LSDBadRequestException extends java.lang.Exception implements Serializable

serialVersionUID: 4L

Class openlsd.common.datatype.LSDImportDbDelException extends java.lang.Exception implements Serializable

serialVersionUID: 12L

Class openlsd.common.datatype.LSDImportDbFileDelException extends java.lang.Exception implements Serializable

serialVersionUID: 11L

Class openlsd.common.datatype.LSDImportNoActionException extends java.lang.Exception implements Serializable

serialVersionUID: 10L

Class openlsd.common.datatype.LSDInternalException extends java.lang.Exception implements Serializable

serialVersionUID: 5L

Class openlsd.common.datatype.LSDNoConnexionException extends java.lang.Exception implements Serializable

serialVersionUID: 6L

Class openlsd.common.datatype.LSDNotFoundException extends java.lang.Exception implements Serializable

serialVersionUID: 7L

Class openlsd.common.datatype.LSDServletOutputStreamException extends java.lang.Exception implements Serializable

serialVersionUID: 8L

Class openlsd.common.datatype.LSDUnknownException extends java.lang.Exception implements Serializable

serialVersionUID: 9L


Package openlsd.network.common.message

Class openlsd.network.common.message.LSDMsgAdmin extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

key

java.lang.String key
Key as identity check


commande

byte commande
Command to execute


unique

boolean unique
Unique command session


legacy

long legacy
Legacy id


storage

long storage
Storage id

Class openlsd.network.common.message.LSDMsgAnswear extends java.lang.Object implements Serializable

serialVersionUID: 2L

Serialized Fields

commande

byte commande
Command to execute


unique

boolean unique
Unique command session


legacy

long legacy
Legacy id


storage

long storage
Storage id


doc

long doc
Document id


status

byte status
Status of command


fileblocksize

int fileblocksize
File Block Size


rankblock

int rankblock
Rank of the block


bytesblock

byte[] bytesblock
Bytes for the block

Class openlsd.network.common.message.LSDMsgDel extends java.lang.Object implements Serializable

serialVersionUID: 9L

Serialized Fields

key

java.lang.String key
Key as identity check


commande

byte commande
Command to execute


unique

boolean unique
Unique command session


legacy

long legacy
Legacy id


storage

long storage
Storage id


doc

long doc
Document id


md5

java.lang.String md5
MD5 of the file to delete (from DB)

Class openlsd.network.common.message.LSDMsgGet extends java.lang.Object implements Serializable

serialVersionUID: 3L

Serialized Fields

commande

byte commande
Command to execute


unique

boolean unique
Unique command session


legacy

long legacy
Legacy id


storage

long storage
Storage id


doc

long doc
Document id


fileblocksize

int fileblocksize
File Block Size


rankblock

int rankblock
Rank of the block

Class openlsd.network.common.message.LSDMsgGetNAck extends java.lang.Object implements Serializable

serialVersionUID: 4L

Serialized Fields

commande

byte commande
Command to execute


unique

boolean unique
Unique command session


legacy

long legacy
Legacy id


storage

long storage
Storage id


doc

long doc
Document id


fileblocksize

int fileblocksize
File Block Size


rankblock

int rankblock
Rank of the block

Class openlsd.network.common.message.LSDMsgInfo extends java.lang.Object implements Serializable

serialVersionUID: 8L

Serialized Fields

commande

byte commande
Command to execute


unique

boolean unique
Unique command session


legacy

long legacy
Legacy id


storage

long storage
Storage id


doc

long doc
Document id


triple

java.lang.String triple
Info from Client as triple index string

Class openlsd.network.common.message.LSDMsgKeepAlive extends java.lang.Object implements Serializable

serialVersionUID: 255L

Class openlsd.network.common.message.LSDMsgMove extends java.lang.Object implements Serializable

serialVersionUID: 7L

Serialized Fields

key

java.lang.String key
Key as identity check


commande

byte commande
Command to execute


unique

boolean unique
Unique command session


legacy

long legacy
Legacy id


storage

long storage
Storage id


doc

long doc
Document id


legacydest

long legacydest
Legacy destination id


storagedest

long storagedest
Storage destination id


docdest

long docdest
Document destination id

Class openlsd.network.common.message.LSDMsgPut extends java.lang.Object implements Serializable

serialVersionUID: 5L

Serialized Fields

commande

byte commande
Command to execute


unique

boolean unique
Unique command session


legacy

long legacy
Legacy id


storage

long storage
Storage id


doc

long doc
Document id


status

byte status
Status of command


fileblocksize

int fileblocksize
File Block Size


rankblock

int rankblock
Rank of the block


bytesblock

byte[] bytesblock
Bytes for the block

Class openlsd.network.common.message.LSDMsgPutFile extends java.lang.Object implements Serializable

serialVersionUID: 10L

Serialized Fields

commande

byte commande
Command to execute


unique

boolean unique
Unique command session


legacy

long legacy
Legacy id


storage

long storage
Storage id


doc

long doc
Document id


status

byte status
Status of command


filepath

java.lang.String filepath
File path to acces the document

Class openlsd.network.common.message.LSDMsgPutNAck extends java.lang.Object implements Serializable

serialVersionUID: 6L

Serialized Fields

commande

byte commande
Command to execute


unique

boolean unique
Unique command session


legacy

long legacy
Legacy id


storage

long storage
Storage id


doc

long doc
Document id


status

byte status
Status of command


fileblocksize

int fileblocksize
File Block Size


rankblock

int rankblock
Rank of the block


bytesblock

byte[] bytesblock
Bytes for the block


Package openlsd.web.admin

Class openlsd.web.admin.LSDAdminLocalServletAction extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: 1L

Serialized Fields

urlErreurs

java.lang.String urlErreurs

erreurs

java.util.ArrayList<E> erreurs

isPost

boolean isPost

Class openlsd.web.admin.LSDAdminServletAction extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: 2L

Serialized Fields

urlErreurs

java.lang.String urlErreurs

erreurs

java.util.ArrayList<E> erreurs

isPost

boolean isPost

Package openlsd.web.client

Class openlsd.web.client.LSDDeleteServletAction extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: 3L

Serialized Fields

urlErreurs

java.lang.String urlErreurs

erreurs

java.util.ArrayList<E> erreurs

isPost

boolean isPost

Class openlsd.web.client.LSDGetServletAction extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: 3L

Serialized Fields

urlErreurs

java.lang.String urlErreurs

erreurs

java.util.ArrayList<E> erreurs

isPost

boolean isPost

Class openlsd.web.client.LSDPoolGetServletAction extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: 3L

Serialized Fields

urlErreurs

java.lang.String urlErreurs

erreurs

java.util.ArrayList<E> erreurs

isPost

boolean isPost

Class openlsd.web.client.LSDPutNetServletAction extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: 4L

Serialized Fields

urlErreurs

java.lang.String urlErreurs

erreurs

java.util.ArrayList<E> erreurs

Class openlsd.web.client.LSDPutServletAction extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: 5L

Serialized Fields

urlErreurs

java.lang.String urlErreurs

erreurs

java.util.ArrayList<E> erreurs

Package openlsd.web.clientcomp

Class openlsd.web.clientcomp.LSDGetServletAction extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: 6L

Serialized Fields

urlErreurs

java.lang.String urlErreurs

erreurs

java.util.ArrayList<E> erreurs

isPost

boolean isPost

Class openlsd.web.clientcomp.LSDPoolGetServletAction extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: 6L

Serialized Fields

urlErreurs

java.lang.String urlErreurs

erreurs

java.util.ArrayList<E> erreurs

isPost

boolean isPost

Class openlsd.web.clientcomp.LSDPutNetServletAction extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: 7L

Serialized Fields

urlErreurs

java.lang.String urlErreurs

erreurs

java.util.ArrayList<E> erreurs

Package openlsm.web.client

Class openlsm.web.client.LSMPoolGetServletAction extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: 3L

Serialized Fields

urlErreurs

java.lang.String urlErreurs

erreurs

java.util.ArrayList<E> erreurs

isPost

boolean isPost

Package org.apache.jsp

Class org.apache.jsp.erreur_jsp extends org.apache.jasper.runtime.HttpJspBase implements Serializable