Uses of Class
org.apache.jetspeed.daemon.DaemonConfig

Packages that use DaemonConfig
org.apache.jetspeed.daemon This package takes care of daemon tasks that are executed at the background, using daemon threads, inside Jetspeed. 
org.apache.jetspeed.daemon.impl   
 

Uses of DaemonConfig in org.apache.jetspeed.daemon
 

Methods in org.apache.jetspeed.daemon that return DaemonConfig
 DaemonConfig Daemon.getDaemonConfig()
          Require that Daemons have a getter for the DaemonConfig
 

Methods in org.apache.jetspeed.daemon with parameters of type DaemonConfig
 void Daemon.init(DaemonConfig config, DaemonEntry entry)
          Initialize this daemon providing configuration data.
 

Uses of DaemonConfig in org.apache.jetspeed.daemon.impl
 

Methods in org.apache.jetspeed.daemon.impl that return DaemonConfig
 DaemonConfig FeedDaemon.getDaemonConfig()
           
 DaemonConfig DiskCacheDaemon.getDaemonConfig()
           
 DaemonConfig BadURLManagerDaemon.getDaemonConfig()
           
 

Methods in org.apache.jetspeed.daemon.impl with parameters of type DaemonConfig
 void FeedDaemon.init(DaemonConfig config, DaemonEntry entry)
          Init this Daemon from the DaemonFactory
 void DiskCacheDaemon.init(DaemonConfig config, DaemonEntry entry)
          Init this Daemon from the DaemonFactory
 void BadURLManagerDaemon.init(DaemonConfig config, DaemonEntry entry)
           
 



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