public interface DaemonService
Modifier and Type | Method and Description |
---|---|
URL |
getExecutable()
Implement this method so that it returns an URL to the daemon executable resource inside the jar
that contains the implementation of DaemonService.
|
void |
init(DaemonContribution daemon)
This method is called from PolyScope when the daemon service is registered by
PolyScope.
|
void init(DaemonContribution daemon)
DaemonContribution
object control is set by PolyScope. The object can be used to install,
start, stop, and monitor the registered daemon.daemon
- - object that is used to install, control, and monitor the registered daemon.URL getExecutable()
Copyright © 2021. All rights reserved.