org.eclipse.jetty.server
类 ShutdownMonitor.ShutdownMonitorThread

java.lang.Object
  继承者 java.lang.Thread
      继承者 org.eclipse.jetty.server.ShutdownMonitor.ShutdownMonitorThread
所有已实现的接口:
Runnable
包容类:
ShutdownMonitor

public class ShutdownMonitor.ShutdownMonitorThread
extends Thread

ShutdownMonitorThread Thread for listening to STOP.PORT for command to stop Jetty. If ShowndownMonitor.exitVm is true, then Sytem.exit will also be called after the stop.


嵌套类摘要
 
从类 java.lang.Thread 继承的嵌套类/接口
Thread.State, Thread.UncaughtExceptionHandler
 
字段摘要
 
从类 java.lang.Thread 继承的字段
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
构造方法摘要
ShutdownMonitor.ShutdownMonitorThread()
           
 
方法摘要
 void run()
           
 void start()
           
 
从类 java.lang.Thread 继承的方法
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, stop, stop, suspend, toString, yield
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

ShutdownMonitor.ShutdownMonitorThread

public ShutdownMonitor.ShutdownMonitorThread()
方法详细信息

run

public void run()
指定者:
接口 Runnable 中的 run
覆盖:
Thread 中的 run

start

public void start()
覆盖:
Thread 中的 start


Copyright © 2013. All Rights Reserved.