|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectcom.JRcServer.commons.thread.ExecutionThread
public abstract class ExecutionThread
スレッド実行処理定義.
スレッド実行処理定義をサポートします。
フィールドの概要 | |
---|---|
static int |
STATE_CREATE
スレッドステータス : スレッド生成. |
static int |
STATE_EXECUTION
スレッドステータス : スレッド実施. |
static int |
STATE_NOT
スレッドステータス : 未設定. |
static int |
STATE_START
スレッドステータス : スレッド処理実施. |
static int |
STATE_STARTUP
スレッドステータス : スレッド起動開始. |
static int |
STATE_WAIT_EXECUITON
スレッドステータス : スレッド実施待ち. |
コンストラクタの概要 | |
---|---|
ExecutionThread()
|
メソッドの概要 | |
---|---|
static java.lang.String |
getStateByName(int state)
スレッドステータス文字変換. |
クラス java.lang.Object から継承されたメソッド |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
---|
public static final int STATE_NOT
public static final int STATE_CREATE
public static final int STATE_STARTUP
public static final int STATE_START
public static final int STATE_WAIT_EXECUITON
public static final int STATE_EXECUTION
コンストラクタの詳細 |
---|
public ExecutionThread()
メソッドの詳細 |
---|
public static final java.lang.String getStateByName(int state)
state
- 対象のステータス情報を設定します.
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |