|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Thread
org.gradle.api.plugins.jetty.util.Monitor
class Monitor extends java.lang.Thread
Monitor
Listens for stop commands eg via mvn jetty:stop and causes jetty to stop either by exiting the jvm, or by stopping the Server instances. The choice of behaviour is controlled by either passing true (exit jvm) or false (stop Servers) in the constructor.Field Summary | |
---|---|
boolean |
_kill
|
ServerSocket |
_serverSocket
|
Fields inherited from class java.lang.Thread | |
---|---|
MIN_PRIORITY, NORM_PRIORITY, MAX_PRIORITY |
Constructor Summary | |
Monitor(int port, java.lang.String key, Server[] servers, boolean kill)
|
Method Summary | |
---|---|
void
|
run()
|
Methods inherited from class java.lang.Thread | |
---|---|
currentThread, isInterrupted, toString, run, getName, getThreadGroup, getStackTrace, dumpStack, setPriority, setDaemon, start, yield, sleep, sleep, stop, stop, interrupt, interrupted, destroy, isAlive, suspend, resume, getPriority, setName, activeCount, enumerate, countStackFrames, join, join, join, isDaemon, checkAccess, getContextClassLoader, setContextClassLoader, holdsLock, getAllStackTraces, getId, getState, setDefaultUncaughtExceptionHandler, getDefaultUncaughtExceptionHandler, getUncaughtExceptionHandler, setUncaughtExceptionHandler, hashCode, getClass, equals, wait, wait, wait, notify, notifyAll |
Methods inherited from class java.lang.Object | |
---|---|
hashCode, getClass, equals, toString, wait, wait, wait, notify, notifyAll |
Field Detail |
---|
boolean _kill
ServerSocket _serverSocket
Constructor Detail |
---|
public Monitor(int port, java.lang.String key, Server[] servers, boolean kill)
Method Detail |
---|
public void run()
Groovy Documentation