public interface DaemonContext
| Modifier and Type | Method and Description |
|---|---|
String[] |
getArguments()
Gets 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()
Gets a
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.DaemonController object that can be used to control
the Daemon.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.String arguments supplied by the environment.Copyright © 2002-2025 The Apache Software Foundation. All rights reserved.Apache Commons Daemon | Issue management | Source repository