Package org.apache.jetspeed.daemon

This package takes care of daemon tasks that are executed at the background, using daemon threads, inside Jetspeed.

See:
          Description

Interface Summary
Daemon A simple interface to create Daemons within Jetspeed.
 

Class Summary
DaemonConfig Allows a daemon to run with abstracted properties.
DaemonContext  
DaemonEntry  
DaemonThread  
Feed  
 

Exception Summary
DaemonException  
DaemonNotFoundException  
 

Package org.apache.jetspeed.daemon Description

This package takes care of daemon tasks that are executed at the background, using daemon threads, inside Jetspeed.

Daemon persistence on completion: If your Daemon implements the Persistable interface then it will be save()'d on completion.



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