Uses of Interface
org.apache.commons.daemon.DaemonContext
-
Packages that use DaemonContext Package Description 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 Modifier and Type Method Description voidDaemon. init(DaemonContext context)Initializes thisDaemoninstance. -
Uses of DaemonContext in org.apache.commons.daemon.support
Classes in org.apache.commons.daemon.support that implement DaemonContext Modifier and Type Class Description static classDaemonLoader.ContextMethods in org.apache.commons.daemon.support with parameters of type DaemonContext Modifier and Type Method Description voidDaemonWrapper. init(DaemonContext context)Called from DaemonLoader on init stage.
-