|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Daemon | |
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 | |
org.apache.jetspeed.services.daemonfactory |
Uses of Daemon in org.apache.jetspeed.daemon |
Methods in org.apache.jetspeed.daemon that return Daemon | |
Daemon |
DaemonThread.getDaemon()
|
Uses of Daemon in org.apache.jetspeed.daemon.impl |
Classes in org.apache.jetspeed.daemon.impl that implement Daemon | |
class |
BadURLManagerDaemon
Manages pulling URLs from the BadURLManager, and if they are available, removing them from the BadURLManager and placing them in the DiskCache. |
class |
DiskCacheDaemon
A daemon that takes all instances of the DiskCacheDaemon and makes sure that any content entries get updated on a regular basis. |
class |
FeedDaemon
A daemon that parses out Jetspeed content sources. |
Uses of Daemon in org.apache.jetspeed.services.daemonfactory |
Methods in org.apache.jetspeed.services.daemonfactory that return Daemon | |
Daemon |
JetspeedDaemonFactoryService.getDaemon(DaemonEntry entry)
Allows a Daemon to define its Thread priority through a factory. |
Daemon |
JetspeedDaemonFactoryService.getDaemon(java.lang.String classname)
Get a daemon with the given classname. |
Daemon |
DaemonFactoryService.getDaemon(DaemonEntry entry)
Allows a Daemon to define its Thread priority through a factory. |
Daemon |
DaemonFactoryService.getDaemon(java.lang.String classname)
Get a daemon with the given classname. |
static Daemon |
DaemonFactory.getDaemon(DaemonEntry entry)
Allows a Daemon to define its Thread priority through a factory. |
static Daemon |
DaemonFactory.getDaemon(java.lang.String classname)
Get a daemon with the given classname. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |