Package | Description |
---|---|
com.eurotech.framework.watchdog |
Provides service for controlling hardware watchdog timer.
|
Modifier and Type | Method and Description |
---|---|
List<CriticalComponent> |
WatchdogService.getCriticalComponents()
Returns the list of the currently registered CriticalComponents
|
Modifier and Type | Method and Description |
---|---|
void |
WatchdogService.checkin(CriticalComponent criticalService)
This method is used to notify the Watchdog Service that a critical service
has 'checked in' and the reboot timer should be reset.
|
void |
WatchdogService.registerCriticalService(CriticalComponent criticalComponent)
Register a critical service with the Critical Service Check-in.
|
void |
WatchdogService.unregisterCriticalService(CriticalComponent criticalComponent)
Unregister a critical service with the Critical Service Check-in.
|
Copyright © 2013. All Rights Reserved.