public interface CriticalComponent
WatchdogService
. If the CriticalComponent goes for a time period of greater
than this timeout, based on the (@link WatchdogService } configuration it will perform some action
(such as rebooting the system).Modifier and Type | Method and Description |
---|---|
String |
getCriticalComponentName()
The unique identifier for this CriticalComponent
|
int |
getCriticalComponentTimeout()
The maximum amount of time in milliseconds that the CriticalComponent should check in
with the
WatchdogService before the WatchdogService reboots the device. |
String getCriticalComponentName()
WatchdogService
int getCriticalComponentTimeout()
WatchdogService
before the WatchdogService reboots the device.Copyright © 2014. All Rights Reserved.