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 void
Daemon. init(DaemonContext context)
Initializes thisDaemon
instance. -
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 class
DaemonLoader.Context
Methods in org.apache.commons.daemon.support with parameters of type DaemonContext Modifier and Type Method Description void
DaemonWrapper. init(DaemonContext context)
Called from DaemonLoader on init stage.
-