-
- All Implemented Interfaces:
-
java.lang.Runnable
public final class Watchdog.HandlerChecker implements Runnable
Used for checking status of handle threads and scheduling monitor callbacks.
-
-
Method Summary
Modifier and Type Method Description voidscheduleCheckLocked()intgetCompletionStateLocked()ThreadgetThread()StringgetName()voidrun()voidpauseLocked(String reason)Pause the HandlerChecker. voidresumeLocked(String reason)Resume the HandlerChecker from the last pauseLocked. -
-
Method Detail
-
scheduleCheckLocked
void scheduleCheckLocked()
-
getCompletionStateLocked
int getCompletionStateLocked()
-
run
void run()
-
pauseLocked
void pauseLocked(String reason)
Pause the HandlerChecker.
-
resumeLocked
void resumeLocked(String reason)
Resume the HandlerChecker from the last pauseLocked.
-
-
-
-