@Service public class Kernel extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private RunLevelController |
controller |
Constructor and Description |
---|
Kernel(RunLevelController controller,
KernelListener listener) |
Modifier and Type | Method and Description |
---|---|
void |
shutdown() |
void |
startup() |
private final RunLevelController controller
@Inject public Kernel(RunLevelController controller, KernelListener listener)