org.apache.commons.daemon.support
Class DaemonLoader.Context
java.lang.Object
org.apache.commons.daemon.support.DaemonLoader.Context
- All Implemented Interfaces:
- DaemonContext
- Enclosing class:
- DaemonLoader
public static class DaemonLoader.Context
- extends Object
- implements DaemonContext
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DaemonLoader.Context
public DaemonLoader.Context()
getController
public DaemonController getController()
- Description copied from interface:
DaemonContext
- Returns
DaemonController
object that can be used
to control the Daemon
instance that this
DaemonContext
is passed to.
- Specified by:
getController
in interface DaemonContext
setController
public void setController(DaemonController controller)
getArguments
public String[] getArguments()
- Description copied from interface:
DaemonContext
- 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.
- Specified by:
getArguments
in interface DaemonContext
setArguments
public void setArguments(String[] args)
Copyright © 2003-2010 Apache Software Foundation. All Rights Reserved.