org.figure8.join.services.remoting.beans
Class RemoteScriptLogInfo

java.lang.Object
  extended by org.figure8.join.services.remoting.beans.RemoteScriptLogInfo
All Implemented Interfaces:
java.io.Serializable

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

RemoteScriptLofInfo is a thin bean providing a remote view of a ScriptLogInfo of the script process managed by Join. This view only provides gettter methods.

Version:
$Revision: 1.1 $
Author:
Laurent Broudoux
See Also:
ScriptLogInfo, Serialized Form

Constructor Summary
RemoteScriptLogInfo(long id, java.util.Date creationDate, long entityId, java.lang.String entityClass, java.lang.String logFile, java.lang.String scriptName, java.lang.String scriptCategory, java.lang.String scriptFile)
          Creates a new instance of RemoteScriptLogInfo with mandatory attributes.
 
Method Summary
 java.util.Date getCreationDate()
           
 java.lang.String getEntityClass()
           
 long getEntityId()
           
 java.lang.String getExceptionMsg()
           
 long getId()
           
 java.lang.String getLogFile()
           
 java.lang.String getScriptCategory()
           
 java.lang.String getScriptFile()
           
 java.lang.String getScriptName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteScriptLogInfo

public RemoteScriptLogInfo(long id,
                           java.util.Date creationDate,
                           long entityId,
                           java.lang.String entityClass,
                           java.lang.String logFile,
                           java.lang.String scriptName,
                           java.lang.String scriptCategory,
                           java.lang.String scriptFile)
Creates a new instance of RemoteScriptLogInfo with mandatory attributes.

Parameters:
id - The identifier of script log infos
creationDate - The date of creation of this script log infos
entityId - The referenced entity object id
entityClass - The referenced entity object class
logFile - The path of file corresponding to log
scriptName - The name of the executed script
scriptCategory - The category of the executed script
scriptFile - The path of file containing executed script
Method Detail

getId

public long getId()
Returns:
The identifier of script log infos

getCreationDate

public java.util.Date getCreationDate()
Returns:
The date of creation of this log

getEntityId

public long getEntityId()
Returns:
The referenced entity unique identifier

getEntityClass

public java.lang.String getEntityClass()
Returns:
The referenced entity class

getLogFile

public java.lang.String getLogFile()
Returns:
The path of file corresponding to log

getScriptName

public java.lang.String getScriptName()
Returns:
The name of executed script

getScriptCategory

public java.lang.String getScriptCategory()
Returns:
The category of executed script

getScriptFile

public java.lang.String getScriptFile()
Returns:
The path of file correcponding to script

getExceptionMsg

public java.lang.String getExceptionMsg()
Returns:
The exception message if script has failed


Copyright © 2005-2008 Join. All Rights Reserved.