openlsd.network.common.message.LSDMinimalSession Class Reference

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

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

Collaboration graph
[legend]

List of all members.


Detailed Description

Class for the session stored in server and client context.

Author:
Frederic Bregier LGPL

Public Member Functions

 LSDMinimalSession (IoSession session)
 LSDMinimalSession (IoSession session, byte commande, boolean unique, long legacy, long storage, long doc, byte status, int fileblocksize, int rankblock)
void sessionStop ()
void sessionFinished ()
boolean sessionStart ()
boolean isRunning ()
boolean isClosed ()
void endNewBlock ()
void waitForAllBlocks ()
void endedAllBlocks ()
void setObject (Object object)
Object getObject ()
Object clearObject ()
String toString ()
void clear ()

Public Attributes

IoSession session = null
byte commande = LSDConstants.LSD_NULL
boolean unique = true
long legacy = LSDConstants.invalide_idx
long storage = LSDConstants.invalide_idx
long doc = LSDConstants.invalide_idx
byte status = LSDConstants.LSD_MSG_KOSYSTEM
int fileblocksize = -1
int rankblock = -1
long filesize = -1
Object object = null
boolean running = false
boolean isClosed = true

Constructor & Destructor Documentation

openlsd.network.common.message.LSDMinimalSession.LSDMinimalSession ( IoSession  session  ) 

Create a LSDMinimalSession as empty session from an IoSession

Parameters:
session 

openlsd.network.common.message.LSDMinimalSession.LSDMinimalSession ( IoSession  session,
byte  commande,
boolean  unique,
long  legacy,
long  storage,
long  doc,
byte  status,
int  fileblocksize,
int  rankblock 
)

Create a LSDMinimalSession from args but not make it running

Parameters:
session the IoSession associated
commande the commande
unique set if this commande close the session at the end or not
legacy the lid
storage the sid
doc the did
status the current status
fileblocksize the fileblock size
rankblock the rank of the current block


Member Function Documentation

void openlsd.network.common.message.LSDMinimalSession.sessionStop (  ) 

void openlsd.network.common.message.LSDMinimalSession.sessionFinished (  ) 

Stop the current session without closing the connection

boolean openlsd.network.common.message.LSDMinimalSession.sessionStart (  ) 

Start the session

Returns:
True if OK

Reimplemented in openlsd.network.server.LSDServerSession, and openlsd.network.client.common.LSDClientSession.

boolean openlsd.network.common.message.LSDMinimalSession.isRunning (  ) 

Returns the status of the current session

Returns:
if the session is still running

Returns True if the session is closed

Returns:
if the session is closed

Reimplemented in openlsd.network.server.LSDServerSession.

void openlsd.network.common.message.LSDMinimalSession.endNewBlock (  ) 

End the current block, and allow the next block to continue

void openlsd.network.common.message.LSDMinimalSession.waitForAllBlocks (  ) 

Wait that all blocks are done, so the message is completely received or sent

void openlsd.network.common.message.LSDMinimalSession.endedAllBlocks (  ) 

Release the lock, all blocks are considering received or sent.

void openlsd.network.common.message.LSDMinimalSession.setObject ( Object  object  ) 

Replace the object or New object for the session

Parameters:
object 

Object openlsd.network.common.message.LSDMinimalSession.getObject (  ) 

Get the object from the session

Returns:
the object

Object openlsd.network.common.message.LSDMinimalSession.clearObject (  ) 

clear the object from the session and return the object before clear.

Returns:
the object

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

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

Reimplemented in openlsd.network.server.LSDServerSession.

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

Clear the session and make it not running but do not eraze session information neither close the session. This function make ready the object for a new action.

Reimplemented in openlsd.network.server.LSDServerSession.


Member Data Documentation

IoSession attached with this session object

The corresponding command

Is this command in a "uniq" mode, that is to say when the command is over, so as the socket session. If false, the socket session is not closed.

The Legacy

The Storage

The Document

The Status of the command

The block size for the file

The block rank for the file

The global file size

Data part of the session: object

For ending and ordering of received: is this session running (first to change when finishing). Allows to do some stuff between the beginning of closing and the end (was for the Mina bug that allowed two thread for the same socket to run on two different message at the same time).

For ending and ordering of received: is this session closed (last to change when finishing)


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