public class EventThread
extends java.lang.Thread
| Constructor and Description |
|---|
EventThread(Runner parent,
VirtualMachine vm,
java.lang.String[] excludes,
java.io.PrintWriter writer) |
| Modifier and Type | Method and Description |
|---|---|
void |
run()
Run the event handling thread.
|
void |
setEventRequests(boolean watchFields)
Create the desired event requests, and enable
them so that we will get events.
|
void |
vmDeathEvent(VMDeathEvent event) |
void |
vmDisconnectEvent(VMDisconnectEvent event) |
activeCount, checkAccess, 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, yieldpublic EventThread(Runner parent, VirtualMachine vm, java.lang.String[] excludes, java.io.PrintWriter writer)
public void run()
run in interface java.lang.Runnablerun in class java.lang.Threadpublic void setEventRequests(boolean watchFields)
excludes - Class patterns for which we don't want eventswatchFields - Do we want to watch assignments to fieldspublic void vmDeathEvent(VMDeathEvent event)
public void vmDisconnectEvent(VMDisconnectEvent event)