FRS
Class LogInformation

java.lang.Object
  extended byFRS.LogInformation
All Implemented Interfaces:
java.io.Serializable

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

Author:
Dario Agostinone Insieme di informazioni che caratterizzabno un log
See Also:
Serialized Form

Constructor Summary
LogInformation(java.lang.String logicalPath, int type, ISessione ses, long timestamp, IClientCallBack client)
          Costruttore
 
Method Summary
 IClientCallBack getClient()
          Restituisce il cliente
 java.lang.String getFilePath()
          Restituisce il path del file
 ISessione getSessione()
          Resituisce la sessione
 int getSessionType()
          tipo della sessione
 long getTimeStamp()
          Restituisce il time stamp
 java.lang.String toString()
          converte il log in una stringa
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LogInformation

public LogInformation(java.lang.String logicalPath,
                      int type,
                      ISessione ses,
                      long timestamp,
                      IClientCallBack client)
Costruttore

Method Detail

getFilePath

public java.lang.String getFilePath()
Restituisce il path del file


getSessionType

public int getSessionType()
tipo della sessione


getTimeStamp

public long getTimeStamp()
Restituisce il time stamp


getClient

public IClientCallBack getClient()
Restituisce il cliente


getSessione

public ISessione getSessione()
Resituisce la sessione


toString

public java.lang.String toString()
converte il log in una stringa