com.JRcServer.commons.thread
クラス ExecutionThread

java.lang.Object
  上位を拡張 com.JRcServer.commons.thread.ExecutionThread
直系の既知のサブクラス:
DataMonitorBase, TObjectManager, UMountMonitor

public abstract class ExecutionThread
extends java.lang.Object

スレッド実行処理定義.

スレッド実行処理定義をサポートします。

導入されたバージョン:
JRcCommons 1.00
バージョン:
1.0.0 2003/10/27
作成者:
masahito suzuki

フィールドの概要
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
 

フィールドの詳細

STATE_NOT

public static final int STATE_NOT
スレッドステータス : 未設定.

関連項目:
定数フィールド値

STATE_CREATE

public static final int STATE_CREATE
スレッドステータス : スレッド生成.

関連項目:
定数フィールド値

STATE_STARTUP

public static final int STATE_STARTUP
スレッドステータス : スレッド起動開始.

関連項目:
定数フィールド値

STATE_START

public static final int STATE_START
スレッドステータス : スレッド処理実施.

関連項目:
定数フィールド値

STATE_WAIT_EXECUITON

public static final int STATE_WAIT_EXECUITON
スレッドステータス : スレッド実施待ち.

関連項目:
定数フィールド値

STATE_EXECUTION

public static final int STATE_EXECUTION
スレッドステータス : スレッド実施.

関連項目:
定数フィールド値
コンストラクタの詳細

ExecutionThread

public ExecutionThread()
メソッドの詳細

getStateByName

public static final java.lang.String getStateByName(int state)
スレッドステータス文字変換.

スレッドステータス内容を文字列に変換します.

パラメータ:
state - 対象のステータス情報を設定します.
戻り値:
String 変換された文字列が返されます.