public interface DaemonContext
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getArguments() |
DaemonController |
getController() |
DaemonController getController()
DaemonController
object that can be used to control
the Daemon
instance that this DaemonContext
is passed to.java.lang.String[] getArguments()
String
arguments supplied by the environment
corresponding to the array of arguments given in the
public static void main()
method used as an entry
point to most other java programs.