|
|||||||||
| Home >> All >> org >> apache >> commons >> [ daemon overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.commons.daemon
Interface DaemonContext

- public interface DaemonContext
Defines a set of methods that a Daemon instance can use to communicate with the Daemon container.
- Version:
- 1.0 (CVS $Revision: 1.3 $)
| 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 |
getController
public DaemonController getController()
- Returns
DaemonControllerobject that can be used to control theDaemoninstance that thisDaemonContextis passed to.
getArguments
public java.lang.String[] getArguments()
- Returns an array of
Stringarguments supplied by the environment. corresponding to the array of arguments given in thepublic static void main()method used as an entry point to most other java programs.
|
|||||||||
| Home >> All >> org >> apache >> commons >> [ daemon overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC