fr.paris.lutece.portal.service.daemon
Class DaemonEntry

java.lang.Object
  extended by fr.paris.lutece.portal.service.daemon.DaemonEntry

public class DaemonEntry
extends java.lang.Object

this class is used to manage daemons declaration


Constructor Summary
DaemonEntry()
           
 
Method Summary
 java.lang.String getClassName()
          Returns the ClassName
 java.lang.String getDescriptionKey()
          Returns the DescriptionKey
 java.lang.String getId()
          Returns the Id
 long getInterval()
          Returns the Interval of time in seconds between two executions
 java.lang.String getLastRunDate()
          Returns the LastRunDate
 java.lang.String getLastRunLogs()
          Returns the LastRunLogs
 java.lang.String getNameKey()
          Returns the NameKey
 java.lang.String getPluginName()
          Returns the PluginName
 boolean isRunning()
           
 boolean onStartup()
          Indicates if the daemon must be process on system startup
 void setClassName(java.lang.String strClassName)
          Sets the ClassName
 void setDescriptionKey(java.lang.String strDescriptionKey)
          Sets the DescriptionKey
 void setId(java.lang.String strId)
          Sets the Id
 void setLastRunDate(java.util.Date dateLastRunDate)
          Sets the LastRunDate
 void setLastRunLogs(java.lang.String strLastRunLogs)
          Sets the LastRunLogs
 void setNameKey(java.lang.String strNameKey)
          Sets the NameKey
 void setPluginName(java.lang.String strPluginName)
          Sets the PluginName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DaemonEntry

public DaemonEntry()
Method Detail

getId

public java.lang.String getId()
Returns the Id

Returns:
The Id

setId

public void setId(java.lang.String strId)
Sets the Id

Parameters:
strId - The Id

getNameKey

public java.lang.String getNameKey()
Returns the NameKey

Returns:
The NameKey

setNameKey

public void setNameKey(java.lang.String strNameKey)
Sets the NameKey

Parameters:
strNameKey - The NameKey

getDescriptionKey

public java.lang.String getDescriptionKey()
Returns the DescriptionKey

Returns:
The DescriptionKey

setDescriptionKey

public void setDescriptionKey(java.lang.String strDescriptionKey)
Sets the DescriptionKey

Parameters:
strDescriptionKey - The DescriptionKey

getClassName

public java.lang.String getClassName()
Returns the ClassName

Returns:
The ClassName

setClassName

public void setClassName(java.lang.String strClassName)
Sets the ClassName

Parameters:
strClassName - The ClassName

getInterval

public long getInterval()
Returns the Interval of time in seconds between two executions

Returns:
_lInterval the interval of time

onStartup

public boolean onStartup()
Indicates if the daemon must be process on system startup

Returns:
_bOnStartup

isRunning

public boolean isRunning()

getPluginName

public java.lang.String getPluginName()
Returns the PluginName

Returns:
The PluginName

setPluginName

public void setPluginName(java.lang.String strPluginName)
Sets the PluginName

Parameters:
strPluginName - The PluginName

getLastRunDate

public java.lang.String getLastRunDate()
Returns the LastRunDate

Returns:
The LastRunDate

setLastRunDate

public void setLastRunDate(java.util.Date dateLastRunDate)
Sets the LastRunDate

Parameters:
dateLastRunDate - The LastRunDate

getLastRunLogs

public java.lang.String getLastRunLogs()
Returns the LastRunLogs

Returns:
The LastRunLogs

setLastRunLogs

public void setLastRunLogs(java.lang.String strLastRunLogs)
Sets the LastRunLogs

Parameters:
strLastRunLogs - The LastRunLogs


Copyright © 2007 Mairie de Paris. All Rights Reserved.