DaemonLoader.Context
public interface DaemonContext
Modifier and Type | Method | Description |
---|---|---|
java.lang.String[] |
getArguments() |
Returns an array of
String arguments supplied by
the environment. |
DaemonController |
getController() |
Returns
DaemonController object that can be used
to control the Daemon instance that this
DaemonContext is passed to. |
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.Copyright (c) 2002-2013 - Apache Software Foundation