static class Shell.WaitJoin extends Thread
Thread.State, Thread.UncaughtExceptionHandler
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
コンストラクタと説明 |
---|
Shell.WaitJoin(long wait,
Process prcs)
コンストラクター
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
run()
Thread の run() メソッド
コンストラクタで指定のミリ秒だけウェイトし、それが経過すると、
指定のプロセスを強制終了(destroy)させます。
|
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, yield
Shell.WaitJoin(long wait, Process prcs)
wait
- long ウェイトする時間(ミリ秒)prcs
- Process 強制終了(destroy) させるプロセスWebアプリケーションフレームワーク openGionCopyright (c) 2009 The openGion Project.