Thread.State, Thread.UncaughtExceptionHandlerMAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY| Constructor and Description |
|---|
DelayedRestartTrigger(RunClassInSeparateJvmMachine runClassInSeparateJvmMachine) |
| Modifier and Type | Method and Description |
|---|---|
int |
getAccumulatedTriggerCount() |
int |
getRestartCount() |
long |
getSettleDownMillis() |
void |
run() |
void |
setSettleDownMillis(long settleDownMillis) |
void |
shutdown() |
void |
trigger()
Usually this method is called by an external component that watches
a directory to restart Ninja's dev mode.
|
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, yieldpublic DelayedRestartTrigger(RunClassInSeparateJvmMachine runClassInSeparateJvmMachine)
public void shutdown()
public int getRestartCount()
public int getAccumulatedTriggerCount()
public long getSettleDownMillis()
public void setSettleDownMillis(long settleDownMillis)
public void trigger()
Copyright © 2016. All rights reserved.