protected static class RuntimePlatform.EventProviderThread extends Thread
Thread class used to start RuntimeEventProviders.
Note: this class is protected for testing purposes, and should not be called by client code.
Thread.State, Thread.UncaughtExceptionHandlerMAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY| Constructor and Description |
|---|
EventProviderThread(RuntimeEventProvider runtimeEventProvider)
Constructs a new
RuntimePlatform.EventProviderThread to run the provided runtimeEventProvider |
| Modifier and Type | Method and Description |
|---|---|
RuntimeEventProvider |
getRuntimeEventProvider()
Returns the
RuntimeEventProvider run by this Thread. |
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, run, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yieldpublic EventProviderThread(RuntimeEventProvider runtimeEventProvider)
RuntimePlatform.EventProviderThread to run the provided runtimeEventProviderruntimeEventProvider - the RuntimeEventProvider to runpublic RuntimeEventProvider getRuntimeEventProvider()
RuntimeEventProvider run by this Thread.RuntimeEventProvider run by this ThreadCopyright © 2020 SOM Research Lab. All rights reserved.