|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CriticalComponent | |
|---|---|
| com.eurotech.framework.watchdog | Provides service for controlling hardware watchdog timer. |
| Uses of CriticalComponent in com.eurotech.framework.watchdog |
|---|
| Methods in com.eurotech.framework.watchdog that return types with arguments of type CriticalComponent | |
|---|---|
List<CriticalComponent> |
WatchdogService.getCriticalComponents()
Returns the list of the currently registered CriticalComponents |
| Methods in com.eurotech.framework.watchdog with parameters of type CriticalComponent | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||