
public interface HasLifecycle
| Modifier and Type | Method and Description |
|---|---|
default void |
init()
This method is called from the top level Subsystem during the initialization
phase.
|
default void |
postStart()
once all hardware components have been started this method is invoked.
|
default void |
shutdownNow()
This object is ready to perform end of life operations.
|
default void |
start()
This method is called from the top level Subsystem when it is being started.
|
default void init()
default void start()
default void postStart()
throws HardwareException
HardwareExceptiondefault void shutdownNow()
Copyright © 2016 LSST. All rights reserved.