|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.terasoluna.fw.batch.executor.AbstractBatchExecutor
jp.terasoluna.fw.batch.executor.AbstractJobBatchExecutor
jp.terasoluna.fw.batch.executor.AsyncBatchExecutor
public class AsyncBatchExecutor
非同期バッチエグゼキュータ。
常駐プロセスとして起動し、ジョブ管理テーブルに登録されたジョブを取得し、ジョブの実行をBatchServantクラスに移譲する。
またジョブ管理テーブルにジョブ実行結果を更新する。
AbstractJobBatchExecutor
フィールドの概要 | |
---|---|
static String |
THREAD_GROUP_PREFIX
スレッドグループプリフィックス. |
static String |
THREAD_GROUP_SEPARATOR
スレッドグループセパレータ. |
static String |
THREAD_NAME_PREFIX
スレッド名プリフィックス. |
static String |
THREAD_NAME_SEPARATOR
スレッド名セパレータ. |
コンストラクタの概要 | |
---|---|
protected |
AsyncBatchExecutor()
コンストラクタ |
メソッドの概要 | |
---|---|
protected static boolean |
checkEndFile(String endFilePath)
終了フラグファイルチェック |
protected static boolean |
checkTaskQueue(org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor taskExecutor)
タスクエグゼキュータに空きがあるかチェック |
protected static void |
closeRootApplicationContext(org.springframework.context.ApplicationContext context)
ApplicationContextをクローズする. |
static int |
executorMain(String[] args)
エグゼキュータメインメソッド. |
protected static void |
logOutputTaskExecutor(org.apache.commons.logging.Log log,
org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor taskExec)
スレッドプールタスクエグゼキュータのステータスをデバッグログに出力 |
static void |
main(String[] args)
メインメソッド. |
クラス jp.terasoluna.fw.batch.executor.AbstractJobBatchExecutor から継承されたメソッド |
---|
endBatchStatus, executeBatch, getExecutorEndMonitoringFile, getExecutorJobTerminateWaitIntervalTime, getJobIntervalTime, initDefaultAppContext, initParameter, initSystemDatasourceDao, judgmentStatus, setChangeStartStatus, startBatchStatus, updateBatchStatus |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
---|
public static final String THREAD_GROUP_PREFIX
public static final String THREAD_NAME_PREFIX
public static final String THREAD_GROUP_SEPARATOR
public static final String THREAD_NAME_SEPARATOR
コンストラクタの詳細 |
---|
protected AsyncBatchExecutor()
メソッドの詳細 |
---|
public static void main(String[] args)
args
- public static int executorMain(String[] args)
args
- protected static boolean checkTaskQueue(org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor taskExecutor)
taskExecutor
- タスクエグゼキュータ
protected static boolean checkEndFile(String endFilePath)
endFilePath
- 終了フラグファイルパス
protected static void logOutputTaskExecutor(org.apache.commons.logging.Log log, org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor taskExec)
log
- LogtaskExec
- ThreadPoolTaskExecutorprotected static void closeRootApplicationContext(org.springframework.context.ApplicationContext context)
context
-
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |