|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Defines a set of methods that a Daemon instance can use to communicate with the Daemon container.
Method Summary | |
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. |
Method Detail |
public DaemonController getController()
DaemonController
object that can be used
to control the Daemon
instance that this
DaemonContext
is passed to.
public 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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |