private class Activation.GroupEntry.Watchdog extends Thread
Thread.State, Thread.UncaughtExceptionHandler
Modifier and Type | Field and Description |
---|---|
private boolean |
canInterrupt |
private long |
groupIncarnation |
private Process |
groupProcess |
private boolean |
shouldQuit |
private boolean |
shouldRestart |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
Constructor and Description |
---|
Activation.GroupEntry.Watchdog() |
Modifier and Type | Method and Description |
---|---|
(package private) void |
dispose()
Marks this thread as one that is no longer needed.
|
(package private) void |
noRestart()
Marks this thread as no longer needing to restart objects.
|
void |
run() |
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
private Process groupProcess
private long groupIncarnation
private boolean canInterrupt
private boolean shouldQuit
private boolean shouldRestart
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.