org.apache.jetspeed.daemon
Class DaemonEntry

java.lang.Object
  extended byorg.apache.jetspeed.daemon.DaemonEntry

public class DaemonEntry
extends java.lang.Object

Version:
$Id: DaemonEntry.java,v 1.4 2004/02/23 02:48:57 jford Exp $
Author:
Kevin A. Burton

Constructor Summary
DaemonEntry(java.lang.String name, long interval, java.lang.String classname, boolean onstartup)
           
 
Method Summary
 java.lang.String getClassname()
          The classname of this daemon
 long getInterval()
          The amount of time in seconds that this daemon should wait before processing again.
 java.lang.String getName()
          The "name" of this Daemon.
 int getStatus()
           
 boolean hasProcessed()
          Return true if this daemon has processed at least once.
 boolean onStartup()
          Determine if this daemon should run on system startup.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DaemonEntry

public DaemonEntry(java.lang.String name,
                   long interval,
                   java.lang.String classname,
                   boolean onstartup)
Method Detail

getName

public java.lang.String getName()
The "name" of this Daemon. This is the handle used within Jetspeed for representation.


getInterval

public long getInterval()
The amount of time in seconds that this daemon should wait before processing again.


getClassname

public java.lang.String getClassname()
The classname of this daemon


onStartup

public boolean onStartup()
Determine if this daemon should run on system startup.


hasProcessed

public boolean hasProcessed()
Return true if this daemon has processed at least once.


getStatus

public int getStatus()


Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.