openlsd.network.common.message
Class LSDMsgInfo

java.lang.Object
  extended by openlsd.network.common.message.LSDMsgInfo
All Implemented Interfaces:
java.io.Serializable

public class LSDMsgInfo
extends java.lang.Object
implements java.io.Serializable

Class for Message Info from Server

Author:
Frederic Bregier LGPL
See Also:
Serialized Form

Field Summary
 byte commande
          Command to execute
 long doc
          Document id
 long legacy
          Legacy id
 long storage
          Storage id
 java.lang.String triple
          Info from Client as triple index string
 boolean unique
          Unique command session
 
Constructor Summary
LSDMsgInfo(byte commande, boolean unique, long legacy, long storage, long doc)
          Create a Message Info from arguments
LSDMsgInfo(byte commande, boolean unique, java.lang.String triple)
          Create a Message Info from arguments
 
Method Summary
 void clear()
          Clear the info message
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

commande

public byte commande
Command to execute


unique

public boolean unique
Unique command session


legacy

public long legacy
Legacy id


storage

public long storage
Storage id


doc

public long doc
Document id


triple

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

Constructor Detail

LSDMsgInfo

public LSDMsgInfo(byte commande,
                  boolean unique,
                  long legacy,
                  long storage,
                  long doc)
Create a Message Info from arguments

Parameters:
commande -
unique -
legacy -
storage -
doc -

LSDMsgInfo

public LSDMsgInfo(byte commande,
                  boolean unique,
                  java.lang.String triple)
Create a Message Info from arguments

Parameters:
commande -
unique -
triple -
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object
See Also:
Object.toString()

clear

public void clear()
Clear the info message