Uses of Interface
org.apache.commons.daemon.DaemonContext

Packages that use DaemonContext
org.apache.commons.daemon   
org.apache.commons.daemon.support   
 

Uses of DaemonContext in org.apache.commons.daemon
 

Methods in org.apache.commons.daemon with parameters of type DaemonContext
 void Daemon.init(DaemonContext context)
          Initializes this Daemon instance.
 

Uses of DaemonContext in org.apache.commons.daemon.support
 

Classes in org.apache.commons.daemon.support that implement DaemonContext
static class DaemonLoader.Context
           
 

Methods in org.apache.commons.daemon.support with parameters of type DaemonContext
 void DaemonWrapper.init(DaemonContext context)
          Called from DaemonLoader on init stage.
 



Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.