private static final class TargetChangeListener.GridThread extends Thread
Thread.State, Thread.UncaughtExceptionHandler| Modifier and Type | Field and Description |
|---|---|
private ErrorEvent |
ee
The target error for time, type and target name.
|
private PropertySupplying |
prop
The caller.
|
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY| Modifier | Constructor and Description |
|---|---|
protected |
GridThread(PropertySupplying pb,
ErrorEvent tp)
Copies the target to the appropriate field.
|
| Modifier and Type | Method and Description |
|---|---|
void |
run()
On execution, grab the time of the error, the error class and the
target name and call a remote prcedure with that.
|
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, yieldprivate ErrorEvent ee
private PropertySupplying prop
protected GridThread(PropertySupplying pb, ErrorEvent tp)