Interface DaemonContext
- All Known Implementing Classes:
DaemonLoader.Context
public interface DaemonContext
Defines a set of methods that a Daemon instance can use to
communicate with the Daemon container.
-
Method Summary
-
Method Details
-
getController
DaemonController getController()- Returns:
- A
DaemonControllerobject that can be used to control theDaemoninstance that thisDaemonContextis passed to.
-
getArguments
-