| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CriticalComponent | |
|---|---|
| com.eurotech.framework.emulator.watchdog | |
| com.eurotech.framework.linux.watchdog | |
| com.eurotech.framework.watchdog | |
| Uses of CriticalComponent in com.eurotech.framework.emulator.watchdog | 
|---|
| Methods in com.eurotech.framework.emulator.watchdog that return types with arguments of type CriticalComponent | |
|---|---|
 List<CriticalComponent> | 
WatchdogServiceImpl.getCriticalComponents()
 | 
| Methods in com.eurotech.framework.emulator.watchdog with parameters of type CriticalComponent | |
|---|---|
 void | 
WatchdogServiceImpl.checkin(CriticalComponent criticalService)
 | 
 void | 
WatchdogServiceImpl.registerCriticalService(CriticalComponent criticalComponent)
 | 
 void | 
WatchdogServiceImpl.unregisterCriticalService(CriticalComponent criticalComponent)
 | 
| Uses of CriticalComponent in com.eurotech.framework.linux.watchdog | 
|---|
| Methods in com.eurotech.framework.linux.watchdog that return types with arguments of type CriticalComponent | |
|---|---|
 List<CriticalComponent> | 
WatchdogServiceImpl.getCriticalComponents()
 | 
| Methods in com.eurotech.framework.linux.watchdog with parameters of type CriticalComponent | |
|---|---|
 void | 
WatchdogServiceImpl.checkin(CriticalComponent criticalService)
 | 
 void | 
WatchdogServiceImpl.registerCriticalService(CriticalComponent criticalComponent)
 | 
 void | 
WatchdogServiceImpl.unregisterCriticalService(CriticalComponent criticalComponent)
 | 
| 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 | |||||||||