|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DaemonEntry | |
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 DaemonEntry in org.apache.jetspeed.daemon |
Methods in org.apache.jetspeed.daemon that return DaemonEntry | |
DaemonEntry |
Daemon.getDaemonEntry()
Get the entry for this daemon. |
Methods in org.apache.jetspeed.daemon with parameters of type DaemonEntry | |
void |
Daemon.init(DaemonConfig config,
DaemonEntry entry)
Initialize this daemon providing configuration data. |
Constructors in org.apache.jetspeed.daemon with parameters of type DaemonEntry | |
DaemonThread(DaemonEntry entry)
|
Uses of DaemonEntry in org.apache.jetspeed.daemon.impl |
Methods in org.apache.jetspeed.daemon.impl that return DaemonEntry | |
DaemonEntry |
FeedDaemon.getDaemonEntry()
|
DaemonEntry |
DiskCacheDaemon.getDaemonEntry()
|
DaemonEntry |
BadURLManagerDaemon.getDaemonEntry()
|
Methods in org.apache.jetspeed.daemon.impl with parameters of type DaemonEntry | |
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)
|
Uses of DaemonEntry in org.apache.jetspeed.services.daemonfactory |
Methods in org.apache.jetspeed.services.daemonfactory that return DaemonEntry | |
DaemonEntry[] |
JetspeedDaemonFactoryService.getDaemonEntries()
Get the current known DaemonEntries within the DaemonFactory |
DaemonEntry |
JetspeedDaemonFactoryService.getDaemonEntry(java.lang.String name)
Given the name of a DaemonEntry... |
DaemonEntry[] |
DaemonFactoryService.getDaemonEntries()
Get the current known DaemonEntries within the DaemonFactory |
DaemonEntry |
DaemonFactoryService.getDaemonEntry(java.lang.String name)
Given the name of a DaemonEntry... |
static DaemonEntry[] |
DaemonFactory.getDaemonEntries()
Get the current known DaemonEntries within the DaemonFactory |
static DaemonEntry |
DaemonFactory.getDaemonEntry(java.lang.String name)
Given the name of a DaemonEntry... |
Methods in org.apache.jetspeed.services.daemonfactory with parameters of type DaemonEntry | |
Daemon |
JetspeedDaemonFactoryService.getDaemon(DaemonEntry entry)
Allows a Daemon to define its Thread priority through a factory. |
void |
JetspeedDaemonFactoryService.process(DaemonEntry entry)
Kicks of processing of a Daemon. |
int |
JetspeedDaemonFactoryService.getStatus(DaemonEntry entry)
|
int |
JetspeedDaemonFactoryService.getResult(DaemonEntry entry)
Get the last known result of the given DaemonEntry's processing |
java.lang.String |
JetspeedDaemonFactoryService.getMessage(DaemonEntry entry)
Get the last known message of the given DaemonEntry's processing |
Daemon |
DaemonFactoryService.getDaemon(DaemonEntry entry)
Allows a Daemon to define its Thread priority through a factory. |
void |
DaemonFactoryService.process(DaemonEntry entry)
Kicks of processing of a Daemon. |
int |
DaemonFactoryService.getStatus(DaemonEntry entry)
|
int |
DaemonFactoryService.getResult(DaemonEntry entry)
Get the last known result of the given DaemonEntry's processing |
java.lang.String |
DaemonFactoryService.getMessage(DaemonEntry entry)
Get the last known message of the given DaemonEntry's processing |
static Daemon |
DaemonFactory.getDaemon(DaemonEntry entry)
Allows a Daemon to define its Thread priority through a factory. |
static void |
DaemonFactory.process(DaemonEntry entry)
Kicks of processing of a Daemon. |
static int |
DaemonFactory.getStatus(DaemonEntry entry)
|
static int |
DaemonFactory.getResult(DaemonEntry entry)
Get the last known result of the given DaemonEntry's processing |
static java.lang.String |
DaemonFactory.getMessage(DaemonEntry entry)
Get the last known message of the given DaemonEntry's processing |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |