public abstract class ThreadBootstrapper extends Thread implements Bootstrapper
Thread.State, Thread.UncaughtExceptionHandlerMAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY| Constructor and Description |
|---|
ThreadBootstrapper() |
| Modifier and Type | Method and Description |
|---|---|
Config |
getConfig() |
void |
interrupt()
Interrupt thread and close bootstrapper
|
void |
prepare(Config config,
List<Listener> listeners) |
void |
update(SourceSystem sourceSystem,
String bootstrapperConfig) |
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, run, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yieldequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitclose, initpublic void prepare(Config config, List<Listener> listeners) throws Exception
prepare in interface BootstrapperExceptionpublic void update(SourceSystem sourceSystem, String bootstrapperConfig)
update in interface Bootstrapperpublic void interrupt()
public Config getConfig()
getConfig in interface BootstrapperCopyright © 2017–2018. All rights reserved.