Package org.apache.commons.daemon
Interface DaemonContext
-
- All Known Implementing Classes:
DaemonLoader.Context
public interface DaemonContext
Defines a set of methods that a Daemon instance can use to communicate with the Daemon container.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String[]
getArguments()
DaemonController
getController()
-
-
-
Method Detail
-
getController
DaemonController getController()
- Returns:
- A
DaemonController
object that can be used to control theDaemon
instance that thisDaemonContext
is passed to.
-
-