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

Packages that use DaemonException
org.apache.jetspeed.services.daemonfactory   
 

Uses of DaemonException in org.apache.jetspeed.services.daemonfactory
 

Methods in org.apache.jetspeed.services.daemonfactory that throw DaemonException
 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.
 void JetspeedDaemonFactoryService.process(DaemonEntry entry)
          Kicks of processing of a Daemon.
 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.
 void DaemonFactoryService.process(DaemonEntry entry)
          Kicks of processing of a Daemon.
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.
static void DaemonFactory.process(DaemonEntry entry)
          Kicks of processing of a Daemon.
 



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