org.apache.commons.daemon
public interface DaemonContext
Version: 1.0 (CVS $Revision: 155409 $)
Method Summary | |
---|---|
String[] | getArguments()
Returns an array of 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. |
DaemonController | getController()
Returns DaemonController object that can be used
to control the Daemon instance that this
DaemonContext is passed to. |
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.DaemonController
object that can be used
to control the Daemon
instance that this
DaemonContext
is passed to.