Uses of Interface
org.apache.commons.daemon.DaemonController
Packages that use DaemonController
-
Uses of DaemonController in org.apache.commons.daemon
Methods in org.apache.commons.daemon that return DaemonControllerModifier and TypeMethodDescriptionDaemonContext.getController()Gets aDaemonControllerobject that can be used to control theDaemoninstance that thisDaemonContextis passed to. -
Uses of DaemonController in org.apache.commons.daemon.support
Classes in org.apache.commons.daemon.support that implement DaemonControllerModifier and TypeClassDescriptionstatic classA DaemonController that acts on the the globalDaemonLoaderstate.Methods in org.apache.commons.daemon.support that return DaemonControllerMethods in org.apache.commons.daemon.support with parameters of type DaemonControllerModifier and TypeMethodDescriptionvoidDaemonLoader.Context.setController(DaemonController controller) Sets the daemon controller.