概要
パッケージ
クラス
使用
階層ツリー
非推奨 API
索引
ヘルプ
前 次
フレームあり
フレームなし
すべてのクラス
A
B
C
D
E
F
G
H
I
J
L
M
P
R
S
T
U
V
A
AbstractBatchExecutor
-
jp.terasoluna.fw.batch.executor
の クラス
同期バッチエグゼキュータ抽象クラス。
AbstractBatchExecutor()
- クラス jp.terasoluna.fw.batch.executor.
AbstractBatchExecutor
のコンストラクタ
コンストラクタ
AbstractBLogic
-
jp.terasoluna.fw.batch.blogic
の クラス
ビジネスロジック抽象クラス。
AbstractBLogic()
- クラス jp.terasoluna.fw.batch.blogic.
AbstractBLogic
のコンストラクタ
AbstractJobBatchExecutor
-
jp.terasoluna.fw.batch.executor
の クラス
非同期バッチエグゼキュータ抽象クラス。
AbstractJobBatchExecutor()
- クラス jp.terasoluna.fw.batch.executor.
AbstractJobBatchExecutor
のコンストラクタ
コンストラクタ
AbstractTransactionBLogic
-
jp.terasoluna.fw.batch.blogic
の クラス
トランザクション管理を行うビジネスロジック抽象クラス。
AbstractTransactionBLogic()
- クラス jp.terasoluna.fw.batch.blogic.
AbstractTransactionBLogic
のコンストラクタ
addBatch(String, Object)
- インタフェース jp.terasoluna.fw.batch.dao.support.
BatchUpdateSupport
のメソッド
バッチ実行用SQLを追加する。
addBatch(String, Object)
- クラス jp.terasoluna.fw.batch.dao.support.
BatchUpdateSupportImpl
のメソッド
APPLICATION_CONTEXT
- クラス jp.terasoluna.fw.batch.executor.
AbstractBatchExecutor
の static 変数
アプリケーションコンテキストクラス名.
ARGUMENT_COUNT
- クラス jp.terasoluna.fw.batch.executor.
AbstractBatchExecutor
の static 変数
バッチ引数の数.
argumentCopy(Object, Object, String)
- クラス jp.terasoluna.fw.batch.executor.
AbstractBatchExecutor
のメソッド
引数フィールド(1〜20)コピー.
AsyncBatchExecutor
-
jp.terasoluna.fw.batch.executor
の クラス
非同期バッチエグゼキュータ。
AsyncBatchExecutor()
- クラス jp.terasoluna.fw.batch.executor.
AsyncBatchExecutor
のコンストラクタ
コンストラクタ
B
BatchException
-
jp.terasoluna.fw.batch.exception
の 例外
バッチ例外。
BatchException()
- 例外 jp.terasoluna.fw.batch.exception.
BatchException
のコンストラクタ
BatchExceptionを生成する
BatchException(String)
- 例外 jp.terasoluna.fw.batch.exception.
BatchException
のコンストラクタ
BatchExceptionを生成する
BatchException(String, Throwable)
- 例外 jp.terasoluna.fw.batch.exception.
BatchException
のコンストラクタ
BatchExceptionを生成する
BatchException(Throwable)
- 例外 jp.terasoluna.fw.batch.exception.
BatchException
のコンストラクタ
BatchExceptionを生成する
BatchException(String, String)
- 例外 jp.terasoluna.fw.batch.exception.
BatchException
のコンストラクタ
BatchExceptionを生成する
BatchException(String, String, Throwable)
- 例外 jp.terasoluna.fw.batch.exception.
BatchException
のコンストラクタ
BatchExceptionを生成する
BatchException(String, String, Object...)
- 例外 jp.terasoluna.fw.batch.exception.
BatchException
のコンストラクタ
BatchExceptionを生成する
BatchException(String, String, Throwable, Object...)
- 例外 jp.terasoluna.fw.batch.exception.
BatchException
のコンストラクタ
BatchExceptionを生成する
BatchExecutor
-
jp.terasoluna.fw.batch.executor
の インタフェース
バッチエグゼキュータインタフェース。
BatchJobData
-
jp.terasoluna.fw.batch.executor.vo
の クラス
ジョブ実行時のパラメータ。
BatchJobData()
- クラス jp.terasoluna.fw.batch.executor.vo.
BatchJobData
のコンストラクタ
BatchJobListParam
-
jp.terasoluna.fw.batch.executor.vo
の クラス
ジョブリスト取得用DAOの入力パラメータ。
BatchJobListParam()
- クラス jp.terasoluna.fw.batch.executor.vo.
BatchJobListParam
のコンストラクタ
BatchJobListResult
-
jp.terasoluna.fw.batch.executor.vo
の クラス
ジョブリスト取得用DAOの出力パラメータ。
BatchJobListResult()
- クラス jp.terasoluna.fw.batch.executor.vo.
BatchJobListResult
のコンストラクタ
BatchJobManagementParam
-
jp.terasoluna.fw.batch.executor.vo
の クラス
ジョブ1件取得用DAOの入力パラメータ。
BatchJobManagementParam()
- クラス jp.terasoluna.fw.batch.executor.vo.
BatchJobManagementParam
のコンストラクタ
BatchJobManagementUpdateParam
-
jp.terasoluna.fw.batch.executor.vo
の クラス
ジョブレコード更新用DAOの入力パラメータ。
BatchJobManagementUpdateParam()
- クラス jp.terasoluna.fw.batch.executor.vo.
BatchJobManagementUpdateParam
のコンストラクタ
BatchServant
-
jp.terasoluna.fw.batch.executor.concurrent
の インタフェース
バッチサーバントインタフェース。
BatchServantImpl
-
jp.terasoluna.fw.batch.executor.concurrent
の クラス
バッチサーバント実装クラス。
BatchServantImpl()
- クラス jp.terasoluna.fw.batch.executor.concurrent.
BatchServantImpl
のコンストラクタ
batchSqlsMap
- クラス jp.terasoluna.fw.batch.dao.support.
BatchUpdateSupportImpl
の変数
バッチ実行SQLを保持する.
BatchThreadPoolTaskExecutor
-
jp.terasoluna.fw.batch.executor.concurrent
の クラス
バッチジョブ実行用スレッドプールエグゼキュータ。
BatchThreadPoolTaskExecutor()
- クラス jp.terasoluna.fw.batch.executor.concurrent.
BatchThreadPoolTaskExecutor
のコンストラクタ
コンストラクタ
BatchUpdateExecutor
-
jp.terasoluna.fw.batch.dao.support
の クラス
バッチ更新一括実行クラス
BatchUpdateExecutor()
- クラス jp.terasoluna.fw.batch.dao.support.
BatchUpdateExecutor
のコンストラクタ
BatchUpdateResult
-
jp.terasoluna.fw.batch.dao.support
の クラス
バッチ更新実行結果クラス
BatchUpdateResult()
- クラス jp.terasoluna.fw.batch.dao.support.
BatchUpdateResult
のコンストラクタ
コンストラクタ
BatchUpdateResult(BatchUpdateSupport, Integer)
- クラス jp.terasoluna.fw.batch.dao.support.
BatchUpdateResult
のコンストラクタ
コンストラクタ
BatchUpdateResult(BatchUpdateSupport, Throwable)
- クラス jp.terasoluna.fw.batch.dao.support.
BatchUpdateResult
のコンストラクタ
コンストラクタ
BatchUpdateSupport
-
jp.terasoluna.fw.batch.dao.support
の インタフェース
バッチ更新サポートインタフェース
BatchUpdateSupportImpl
-
jp.terasoluna.fw.batch.dao.support
の クラス
バッチ更新サポートクラス
本クラスを利用すことでUpdateDAOのバッチ更新処理の実行をSqlID毎に整列された状態で行うことができる。
BatchUpdateSupportImpl()
- クラス jp.terasoluna.fw.batch.dao.support.
BatchUpdateSupportImpl
のコンストラクタ
バッジ更新サポートクラスコンストラクタ.
BatchUpdateSupportImpl(UpdateDAO)
- クラス jp.terasoluna.fw.batch.dao.support.
BatchUpdateSupportImpl
のコンストラクタ
バッジ更新サポートクラスコンストラクタ.
BatchUpdateSupportImpl(UpdateDAO, Comparator<String>)
- クラス jp.terasoluna.fw.batch.dao.support.
BatchUpdateSupportImpl
のコンストラクタ
バッジ更新サポートクラスコンストラクタ.
BatchUtil
-
jp.terasoluna.fw.batch.util
の クラス
バッチ実装用ユーティリティ。
BatchUtil()
- クラス jp.terasoluna.fw.batch.util.
BatchUtil
のコンストラクタ
BEAN_DEFINITION_ADMIN_CLASSPATH_KEY
- クラス jp.terasoluna.fw.batch.executor.
AbstractBatchExecutor
の static 変数
管理用Bean定義ファイルを配置するクラスパス.
BEAN_DEFINITION_BUSINESS_CLASSPATH_KEY
- クラス jp.terasoluna.fw.batch.executor.
AbstractBatchExecutor
の static 変数
業務用Bean定義ファイルを配置するクラスパス.
BEAN_DEFINITION_DATASOURCE
- クラス jp.terasoluna.fw.batch.executor.
AbstractBatchExecutor
の static 変数
管理用Bean定義(データソース部)
BEAN_DEFINITION_DEFAULT
- クラス jp.terasoluna.fw.batch.executor.
AbstractBatchExecutor
の static 変数
管理用Bean定義(基本部)
BEAN_MESSAGE_ACCESSOR_DEFAULT
- クラス jp.terasoluna.fw.batch.executor.
AbstractBatchExecutor
の static 変数
メッセージソースアクセサのBean名取得キー.
BLogic
-
jp.terasoluna.fw.batch.blogic
の インタフェース
ビジネスロジックインタフェース。
BLogicParam
-
jp.terasoluna.fw.batch.blogic.vo
の クラス
ビジネスロジックの入力パラメータ。
BLogicParam()
- クラス jp.terasoluna.fw.batch.blogic.vo.
BLogicParam
のコンストラクタ
BLogicResult
-
jp.terasoluna.fw.batch.executor.vo
の クラス
ビジネスロジック実行結果パラメータ。
BLogicResult()
- クラス jp.terasoluna.fw.batch.executor.vo.
BLogicResult
のコンストラクタ
blogicStatus
- クラス jp.terasoluna.fw.batch.executor.vo.
BLogicResult
の変数
ビジネスロジックの戻り値
blogicThrowable
- クラス jp.terasoluna.fw.batch.executor.vo.
BLogicResult
の変数
ビジネスロジックで発生した例外
C
cat(Object...)
- クラス jp.terasoluna.fw.batch.util.
BatchUtil
の static メソッド
汎用文字列結合メソッド。
changeListToArray(List<E>, Class)
- クラス jp.terasoluna.fw.batch.util.
BatchUtil
の static メソッド
Listを配列型に変換する Listの中に複数の型が混じっている場合は使用できない
changeStartStatus
- クラス jp.terasoluna.fw.batch.executor.
AbstractJobBatchExecutor
の変数
開始時のステータス変更を行うかどうか
cl
- クラス jp.terasoluna.fw.batch.executor.
AbstractBatchExecutor
の static 変数
クラスローダ.
clear()
- インタフェース jp.terasoluna.fw.batch.dao.support.
BatchUpdateSupport
のメソッド
バッチ実行SQLリストの内容を削除する。
clear()
- クラス jp.terasoluna.fw.batch.dao.support.
BatchUpdateSupportImpl
のメソッド
clearAll(Object)
- クラス jp.terasoluna.fw.batch.dao.support.
BatchUpdateExecutor
の static メソッド
バッチ更新リストクリア.
closeApplicationContext(ApplicationContext)
- クラス jp.terasoluna.fw.batch.executor.
AbstractBatchExecutor
のメソッド
ApplicationContextをクローズする.
commitTransaction(PlatformTransactionManager, TransactionStatus)
- クラス jp.terasoluna.fw.batch.util.
BatchUtil
の static メソッド
トランザクションをコミットさせる コネクションのコミットを行う
commitTransaction(PlatformTransactionManager, TransactionStatus, Log)
- クラス jp.terasoluna.fw.batch.util.
BatchUtil
の static メソッド
トランザクションをコミットさせる コネクションのコミットを行う
commitTransactions(Map<?, ?>, Map<String, TransactionStatus>)
- クラス jp.terasoluna.fw.batch.util.
BatchUtil
の static メソッド
トランザクションをコミットさせる
commitTransactions(Map<?, ?>, Map<String, TransactionStatus>, Log)
- クラス jp.terasoluna.fw.batch.util.
BatchUtil
の static メソッド
トランザクションをコミットさせる
comparator
- クラス jp.terasoluna.fw.batch.dao.support.
BatchUpdateSupportImpl
の変数
SqlIDをソートする時に使用するComparator
convertBLogicParam(BatchJobData)
- クラス jp.terasoluna.fw.batch.executor.
AbstractBatchExecutor
のメソッド
バッチジョブレコードデータをBLogicParamに変換する
copyFile(String, String)
- クラス jp.terasoluna.fw.batch.util.
FastFileUtility
の static メソッド
ファイルをコピーする。
count
- クラス jp.terasoluna.fw.batch.dao.support.
BatchUpdateSupportImpl
の変数
バッチ実行SQL登録件数
createException(String)
- 例外 jp.terasoluna.fw.batch.exception.
BatchException
の static メソッド
BatchExceptionのファクトリメソッド
createException(String, Object...)
- 例外 jp.terasoluna.fw.batch.exception.
BatchException
の static メソッド
BatchExceptionのファクトリメソッド
createException(String, Throwable)
- 例外 jp.terasoluna.fw.batch.exception.
BatchException
の static メソッド
BatchExceptionのファクトリメソッド
createException(String, Throwable, Object...)
- 例外 jp.terasoluna.fw.batch.exception.
BatchException
の static メソッド
BatchExceptionのファクトリメソッド
D
DEFAULT_BLOGIC_BEAN_NAME_SUFFIX
- クラス jp.terasoluna.fw.batch.executor.
AbstractBatchExecutor
の static 変数
BLogicのBean名に付与する接尾語.
DEFAULT_BLOGIC_EXCEPTION_HANDLER_BEAN_NAME
- クラス jp.terasoluna.fw.batch.executor.
AbstractBatchExecutor
の static 変数
デフォルトの例外ハンドラのBean名.
DEFAULT_BLOGIC_EXCEPTION_HANDLER_BEAN_NAME_SUFFIX
- クラス jp.terasoluna.fw.batch.executor.
AbstractBatchExecutor
の static 変数
例外ハンドラのBean名に付与する接尾語.
DEFAULT_EXCEPTION_HANDLER_STATUS
- クラス jp.terasoluna.fw.batch.exception.handler.
DefaultExceptionHandler
の static 変数
デフォルト例外ハンドラのリターンコード.
DEFAULT_EXECUTOR_END_MONITORING_FILE
- クラス jp.terasoluna.fw.batch.executor.
AbstractJobBatchExecutor
の static 変数
Executorの常駐モード時の終了フラグ監視ファイル(フルパスで記述)のデフォルト値
DEFAULT_EXECUTOR_JOB_TERMINATE_WAIT_INTERVAL_TIME
- クラス jp.terasoluna.fw.batch.executor.
AbstractJobBatchExecutor
の static 変数
Executorのジョブ終了待ちチェック間隔(ミリ秒)のデフォルト値
DEFAULT_EXECUTOR_LOOP_INTERVAL_TIME
- クラス jp.terasoluna.fw.batch.executor.
AbstractJobBatchExecutor
の static 変数
Executorの常駐モード時のジョブリスト取得間隔(ミリ秒)のデフォルト値
DEFAULT_EXECUTOR_QUEUE_CHECK_INTERVAL_TIME
- クラス jp.terasoluna.fw.batch.executor.
AbstractJobBatchExecutor
の static 変数
Executorのスレッドキューサイズチェック間隔(ミリ秒)のデフォルト値
DEFAULT_JOB_AFTER_GC
- クラス jp.terasoluna.fw.batch.executor.
AbstractJobBatchExecutor
の static 変数
ジョブ実行後にGCを行う(true/false)のデフォルト値
DEFAULT_JOB_INTERVAL_TIME
- クラス jp.terasoluna.fw.batch.executor.
AbstractJobBatchExecutor
の static 変数
ジョブの実行間隔(ミリ秒)のデフォルト値
defaultApplicationContext
- クラス jp.terasoluna.fw.batch.executor.
AbstractBatchExecutor
の変数
システム用アプリケーションコンテキスト.
DefaultExceptionHandler
-
jp.terasoluna.fw.batch.exception.handler
の クラス
例外ハンドラのデフォルト実装.
DefaultExceptionHandler()
- クラス jp.terasoluna.fw.batch.exception.handler.
DefaultExceptionHandler
のコンストラクタ
doMain(BLogicParam)
- クラス jp.terasoluna.fw.batch.blogic.
AbstractTransactionBLogic
のメソッド
主処理.
E
endBatchStatus(String, BLogicResult, QueryDAO, UpdateDAO, PlatformTransactionManager)
- クラス jp.terasoluna.fw.batch.executor.
AbstractJobBatchExecutor
のメソッド
ジョブステータス更新(ジョブ終了).
endTransaction(PlatformTransactionManager, TransactionStatus)
- クラス jp.terasoluna.fw.batch.util.
BatchUtil
の static メソッド
トランザクションを終了させる(未コミット時ロールバック)
endTransaction(PlatformTransactionManager, TransactionStatus, Log)
- クラス jp.terasoluna.fw.batch.util.
BatchUtil
の static メソッド
トランザクションを終了させる(未コミット時ロールバック)
endTransactions(Map<?, ?>, Map<String, TransactionStatus>)
- クラス jp.terasoluna.fw.batch.util.
BatchUtil
の static メソッド
トランザクションを終了させる(未コミット時ロールバック)
endTransactions(Map<?, ?>, Map<String, TransactionStatus>, Log)
- クラス jp.terasoluna.fw.batch.util.
BatchUtil
の static メソッド
トランザクションを終了させる(未コミット時ロールバック)
ENV_BLOGIC_APP_STATUS
- クラス jp.terasoluna.fw.batch.executor.
AbstractBatchExecutor
の static 変数
環境変数:業務ステータス.
ENV_CUR_APP_STATUS
- クラス jp.terasoluna.fw.batch.executor.
AbstractBatchExecutor
の static 変数
環境変数:ステータス.
ENV_JOB_APP_CD
- クラス jp.terasoluna.fw.batch.executor.
AbstractBatchExecutor
の static 変数
環境変数:ジョブ業務コード.
ENV_JOB_ARG_MAX
- クラス jp.terasoluna.fw.batch.executor.
AbstractBatchExecutor
の static 変数
環境変数:引数の最大個数.
ENV_JOB_ARG_NM
- クラス jp.terasoluna.fw.batch.executor.
AbstractBatchExecutor
の static 変数
環境変数:引数.
ENV_JOB_ARG_NM1
- クラス jp.terasoluna.fw.batch.executor.
AbstractBatchExecutor
の static 変数
環境変数:引数1.
ENV_JOB_ARG_NM10
- クラス jp.terasoluna.fw.batch.executor.
AbstractBatchExecutor
の static 変数
環境変数:引数10.
ENV_JOB_ARG_NM11
- クラス jp.terasoluna.fw.batch.executor.
AbstractBatchExecutor
の static 変数
環境変数:引数11.
ENV_JOB_ARG_NM12
- クラス jp.terasoluna.fw.batch.executor.
AbstractBatchExecutor
の static 変数
環境変数:引数12.
ENV_JOB_ARG_NM13
- クラス jp.terasoluna.fw.batch.executor.
AbstractBatchExecutor
の static 変数
環境変数:引数13.
ENV_JOB_ARG_NM14
- クラス jp.terasoluna.fw.batch.executor.
AbstractBatchExecutor
の static 変数
環境変数:引数14.
ENV_JOB_ARG_NM15
- クラス jp.terasoluna.fw.batch.executor.
AbstractBatchExecutor
の static 変数
環境変数:引数15.
ENV_JOB_ARG_NM16
- クラス jp.terasoluna.fw.batch.executor.
AbstractBatchExecutor
の static 変数
環境変数:引数16.
ENV_JOB_ARG_NM17
- クラス jp.terasoluna.fw.batch.executor.
AbstractBatchExecutor
の static 変数
環境変数:引数17.
ENV_JOB_ARG_NM18
- クラス jp.terasoluna.fw.batch.executor.
AbstractBatchExecutor
の static 変数
環境変数:引数18.
ENV_JOB_ARG_NM19
- クラス jp.terasoluna.fw.batch.executor.
AbstractBatchExecutor
の static 変数
環境変数:引数19.
ENV_JOB_ARG_NM2
- クラス jp.terasoluna.fw.batch.executor.
AbstractBatchExecutor
の static 変数
環境変数:引数2.
ENV_JOB_ARG_NM20
- クラス jp.terasoluna.fw.batch.executor.
AbstractBatchExecutor
の static 変数
環境変数:引数20.
ENV_JOB_ARG_NM3
- クラス jp.terasoluna.fw.batch.executor.
AbstractBatchExecutor
の static 変数
環境変数:引数3.
ENV_JOB_ARG_NM4
- クラス jp.terasoluna.fw.batch.executor.
AbstractBatchExecutor
の static 変数
環境変数:引数4.
ENV_JOB_ARG_NM5
- クラス jp.terasoluna.fw.batch.executor.
AbstractBatchExecutor
の static 変数
環境変数:引数5.
ENV_JOB_ARG_NM6
- クラス jp.terasoluna.fw.batch.executor.
AbstractBatchExecutor
の static 変数
環境変数:引数6.
ENV_JOB_ARG_NM7
- クラス jp.terasoluna.fw.batch.executor.
AbstractBatchExecutor
の static 変数
環境変数:引数7.
ENV_JOB_ARG_NM8
- クラス jp.terasoluna.fw.batch.executor.
AbstractBatchExecutor
の static 変数
環境変数:引数8.
ENV_JOB_ARG_NM9
- クラス jp.terasoluna.fw.batch.executor.
AbstractBatchExecutor
の static 変数
環境変数:引数9.
ENV_JOB_BEAN_DEFINITION_PATH
- クラス jp.terasoluna.fw.batch.executor.
AbstractBatchExecutor
の static 変数
環境変数:bean定義ファイルパス.
ENV_JOB_SEQ_ID
- クラス jp.terasoluna.fw.batch.executor.
AbstractBatchExecutor
の static 変数
環境変数:ジョブシーケンスコード.
ERROR_UPDATE_DAO_IS_NULL
- インタフェース jp.terasoluna.fw.batch.dao.support.
BatchUpdateSupport
の static 変数
UpdateDAOがnullのときのエラーステータス
EVENT_STATUS_NORMAL_TERMINATION
- クラス jp.terasoluna.fw.batch.constants.
EventConstants
の static 変数
ステータス変更契機:正常終了時.
EVENT_STATUS_START
- クラス jp.terasoluna.fw.batch.constants.
EventConstants
の static 変数
ステータス変更契機:起動時.
EventConstants
-
jp.terasoluna.fw.batch.constants
の クラス
イベント定数定義クラス。
EventConstants()
- クラス jp.terasoluna.fw.batch.constants.
EventConstants
のコンストラクタ
ExceptionHandler
-
jp.terasoluna.fw.batch.exception.handler
の インタフェース
例外ハンドラインタフェース.
execute(BLogicParam)
- クラス jp.terasoluna.fw.batch.blogic.
AbstractTransactionBLogic
のメソッド
バッチ処理実行メソッド.
execute(BLogicParam)
- インタフェース jp.terasoluna.fw.batch.blogic.
BLogic
のメソッド
バッチ処理実行メソッド.
executeBatch(Object, UpdateDAO)
- クラス jp.terasoluna.fw.batch.dao.support.
BatchUpdateExecutor
の static メソッド
バッチ更新一括実行.
executeBatch()
- インタフェース jp.terasoluna.fw.batch.dao.support.
BatchUpdateSupport
のメソッド
バッチ実行を行う。
executeBatch(UpdateDAO)
- インタフェース jp.terasoluna.fw.batch.dao.support.
BatchUpdateSupport
のメソッド
バッチ実行を行う。
executeBatch(UpdateDAO, Comparator<String>)
- インタフェース jp.terasoluna.fw.batch.dao.support.
BatchUpdateSupport
のメソッド
バッチ実行を行う。
executeBatch()
- クラス jp.terasoluna.fw.batch.dao.support.
BatchUpdateSupportImpl
のメソッド
executeBatch(UpdateDAO)
- クラス jp.terasoluna.fw.batch.dao.support.
BatchUpdateSupportImpl
のメソッド
executeBatch(UpdateDAO, Comparator<String>)
- クラス jp.terasoluna.fw.batch.dao.support.
BatchUpdateSupportImpl
のメソッド
executeBatch(BatchJobData)
- クラス jp.terasoluna.fw.batch.executor.
AbstractBatchExecutor
のメソッド
executeBatch(String)
- クラス jp.terasoluna.fw.batch.executor.
AbstractJobBatchExecutor
のメソッド
バッチ実行.
executeBatch(BatchJobData)
- インタフェース jp.terasoluna.fw.batch.executor.
BatchExecutor
のメソッド
バッチ実行.
executeBatchClass(String, String, BLogicParam, ApplicationContext)
- クラス jp.terasoluna.fw.batch.executor.
AbstractBatchExecutor
のメソッド
バッチクラス実行.
EXECUTOR_END_MONITORING_FILE
- クラス jp.terasoluna.fw.batch.executor.
AbstractJobBatchExecutor
の static 変数
Executorの常駐モード時の終了フラグ監視ファイル(フルパスで記述)取得用キー.
EXECUTOR_JOB_TERMINATE_WAIT_INTERVAL_TIME
- クラス jp.terasoluna.fw.batch.executor.
AbstractJobBatchExecutor
の static 変数
Executorのジョブ終了待ちチェック間隔(ミリ秒)取得用キー.
executorEndMonitoringFile
- クラス jp.terasoluna.fw.batch.executor.
AbstractJobBatchExecutor
の変数
Executorの常駐モード時の終了フラグ監視ファイル(フルパスで記述)
executorJobTerminateWaitIntervalTime
- クラス jp.terasoluna.fw.batch.executor.
AbstractJobBatchExecutor
の変数
Executorのジョブ終了待ちチェック間隔(ミリ秒)
F
FastFileUtility
-
jp.terasoluna.fw.batch.util
の クラス
ファイルコピーを高速に行うユーティリティ。
FastFileUtility()
- クラス jp.terasoluna.fw.batch.util.
FastFileUtility
のコンストラクタ
G
getAddDateTime()
- クラス jp.terasoluna.fw.batch.executor.vo.
BatchJobData
のメソッド
フィールド[addDateTime]のゲッターメソッド 項目の型 [java.sql.Timestamp]
登録日時(ミリ秒)
getApplicationContext(String...)
- クラス jp.terasoluna.fw.batch.executor.
AbstractBatchExecutor
の static メソッド
アプリケーションコンテキスト取得.
getBeanFileName(String)
- クラス jp.terasoluna.fw.batch.executor.
AbstractBatchExecutor
のメソッド
Bean定義ファイル名取得.
getBLogicAppStatus()
- クラス jp.terasoluna.fw.batch.executor.vo.
BatchJobData
のメソッド
フィールド[blogicAppStatus]のゲッターメソッド 項目の型 [java.lang.String]
BLogicステータス
getBLogicAppStatus()
- クラス jp.terasoluna.fw.batch.executor.vo.
BatchJobManagementUpdateParam
のメソッド
フィールド[BLogicAppStatus]のゲッターメソッド 項目の型 [java.lang.String]
BLogicステータス
getBlogicBeanName(String)
- クラス jp.terasoluna.fw.batch.executor.
AbstractBatchExecutor
のメソッド
実行するBLogicのBean名を取得する.
getBlogicStatus()
- クラス jp.terasoluna.fw.batch.executor.vo.
BLogicResult
のメソッド
ビジネスロジックの戻り値
getBlogicThrowable()
- クラス jp.terasoluna.fw.batch.executor.vo.
BLogicResult
のメソッド
ビジネスロジックで発生した例外
getCurAppStatus()
- クラス jp.terasoluna.fw.batch.executor.vo.
BatchJobData
のメソッド
フィールド[curAppStatus]のゲッターメソッド 項目の型 [java.lang.String]
ステータス
getCurAppStatus()
- クラス jp.terasoluna.fw.batch.executor.vo.
BatchJobManagementUpdateParam
のメソッド
フィールド[curAppStatus]のゲッターメソッド 項目の型 [java.lang.String]
ステータスリスト
getCurAppStatusList()
- クラス jp.terasoluna.fw.batch.executor.vo.
BatchJobListParam
のメソッド
フィールド[curAppStatusList]のゲッターメソッド 項目の型 [java.util.List]
ステータスリスト
getCurrentDate(QueryDAO)
- クラス jp.terasoluna.fw.batch.util.
JobUtil
の static メソッド
カレント日付を取得する.
getCurrentTime(QueryDAO)
- クラス jp.terasoluna.fw.batch.util.
JobUtil
の static メソッド
カレント時刻を取得する.
getDataSourceBeanFileName()
- クラス jp.terasoluna.fw.batch.executor.
AbstractBatchExecutor
の static メソッド
管理用Bean定義(データソース部)ファイル名を取得する。
getDefaultApplicationContext()
- クラス jp.terasoluna.fw.batch.executor.
AbstractBatchExecutor
のメソッド
システム用アプリケーションコンテキスト取得.
getDefaultBeanFileName()
- クラス jp.terasoluna.fw.batch.executor.
AbstractBatchExecutor
の static メソッド
管理用Bean定義(基本部)ファイル名を取得する。
getDefaultExceptionHandlerBeanName()
- クラス jp.terasoluna.fw.batch.executor.
AbstractBatchExecutor
のメソッド
デフォルトの例外ハンドラのBean名を取得する.
getDefaultMessageSourceResolvableList(Errors)
- クラス jp.terasoluna.fw.batch.util.
ValidationUtil
の static メソッド
ErrorsからDefaultMessageSourceResolvableのリストを取得する
getenv(String)
- クラス jp.terasoluna.fw.batch.util.
JobUtil
の static メソッド
指定された環境変数の値を取得する.
getExceptionHandlerBeanName(String)
- クラス jp.terasoluna.fw.batch.executor.
AbstractBatchExecutor
のメソッド
例外ハンドラのBean名を取得する.
getExecuteBatchException()
- クラス jp.terasoluna.fw.batch.dao.support.
BatchUpdateResult
のメソッド
バッチ更新実行時に発生した例外.
getExecuteBatchResult()
- クラス jp.terasoluna.fw.batch.dao.support.
BatchUpdateResult
のメソッド
バッチ更新実行結果.
getExecuteBatchUpdateSupport()
- クラス jp.terasoluna.fw.batch.dao.support.
BatchUpdateResult
のメソッド
バッチ更新実行に使用したバッチ更新サポート.
getExecutorEndMonitoringFile()
- クラス jp.terasoluna.fw.batch.executor.
AbstractJobBatchExecutor
のメソッド
Executorの常駐モード時の終了フラグ監視ファイル(フルパスで記述)
getExecutorJobTerminateWaitIntervalTime()
- クラス jp.terasoluna.fw.batch.executor.
AbstractJobBatchExecutor
のメソッド
Executorのジョブ終了待ちチェック間隔(ミリ秒)
getFieldErrorList(Errors)
- クラス jp.terasoluna.fw.batch.util.
ValidationUtil
の static メソッド
ErrorsからFieldErrorのリストを取得する
getForUpdate()
- クラス jp.terasoluna.fw.batch.executor.vo.
BatchJobManagementParam
のメソッド
フィールド[forUpdate]のゲッターメソッド 項目の型 [boolean]
FOR UPDATEフラグ
getInfoLogEndMsg(String)
- クラス jp.terasoluna.fw.batch.util.
BatchUtil
の static メソッド
インフォログの終了メッセージを取得する。
getInfoLogStartMsg(String)
- クラス jp.terasoluna.fw.batch.util.
BatchUtil
の static メソッド
インフォログの開始メッセージを取得する。
getJobAppCd()
- クラス jp.terasoluna.fw.batch.blogic.vo.
BLogicParam
のメソッド
フィールド[fJobAppCd]のゲッターメソッド.
getJobAppCd()
- クラス jp.terasoluna.fw.batch.executor.vo.
BatchJobData
のメソッド
フィールド[jobAppCd]のゲッターメソッド 項目の型 [java.lang.String]
ジョブ業務コード
getJobAppCd()
- クラス jp.terasoluna.fw.batch.executor.vo.
BatchJobListParam
のメソッド
フィールド[jobAppCd]のゲッターメソッド 項目の型 [java.lang.String]
ジョブ業務コード
getJobArgNm1()
- クラス jp.terasoluna.fw.batch.blogic.vo.
BLogicParam
のメソッド
フィールド[jobArgNm1]のゲッターメソッド.
getJobArgNm1()
- クラス jp.terasoluna.fw.batch.executor.vo.
BatchJobData
のメソッド
フィールド[jobArgNm1]のゲッターメソッド 項目の型 [java.lang.String]
引数1
getJobArgNm10()
- クラス jp.terasoluna.fw.batch.blogic.vo.
BLogicParam
のメソッド
フィールド[jobArgNm10]のゲッターメソッド.
getJobArgNm10()
- クラス jp.terasoluna.fw.batch.executor.vo.
BatchJobData
のメソッド
フィールド[jobArgNm10]のゲッターメソッド 項目の型 [java.lang.String]
引数10
getJobArgNm11()
- クラス jp.terasoluna.fw.batch.blogic.vo.
BLogicParam
のメソッド
フィールド[jobArgNm11]のゲッターメソッド.
getJobArgNm11()
- クラス jp.terasoluna.fw.batch.executor.vo.
BatchJobData
のメソッド
フィールド[jobArgNm11]のゲッターメソッド 項目の型 [java.lang.String]
引数11
getJobArgNm12()
- クラス jp.terasoluna.fw.batch.blogic.vo.
BLogicParam
のメソッド
フィールド[jobArgNm12]のゲッターメソッド.
getJobArgNm12()
- クラス jp.terasoluna.fw.batch.executor.vo.
BatchJobData
のメソッド
フィールド[jobArgNm12]のゲッターメソッド 項目の型 [java.lang.String]
引数12
getJobArgNm13()
- クラス jp.terasoluna.fw.batch.blogic.vo.
BLogicParam
のメソッド
フィールド[jobArgNm13]のゲッターメソッド.
getJobArgNm13()
- クラス jp.terasoluna.fw.batch.executor.vo.
BatchJobData
のメソッド
フィールド[jobArgNm13]のゲッターメソッド 項目の型 [java.lang.String]
引数13
getJobArgNm14()
- クラス jp.terasoluna.fw.batch.blogic.vo.
BLogicParam
のメソッド
フィールド[jobArgNm14]のゲッターメソッド.
getJobArgNm14()
- クラス jp.terasoluna.fw.batch.executor.vo.
BatchJobData
のメソッド
フィールド[jobArgNm14]のゲッターメソッド 項目の型 [java.lang.String]
引数14
getJobArgNm15()
- クラス jp.terasoluna.fw.batch.blogic.vo.
BLogicParam
のメソッド
フィールド[jobArgNm15]のゲッターメソッド.
getJobArgNm15()
- クラス jp.terasoluna.fw.batch.executor.vo.
BatchJobData
のメソッド
フィールド[jobArgNm15]のゲッターメソッド 項目の型 [java.lang.String]
引数15
getJobArgNm16()
- クラス jp.terasoluna.fw.batch.blogic.vo.
BLogicParam
のメソッド
フィールド[jobArgNm16]のゲッターメソッド.
getJobArgNm16()
- クラス jp.terasoluna.fw.batch.executor.vo.
BatchJobData
のメソッド
フィールド[jobArgNm16]のゲッターメソッド 項目の型 [java.lang.String]
引数16
getJobArgNm17()
- クラス jp.terasoluna.fw.batch.blogic.vo.
BLogicParam
のメソッド
フィールド[jobArgNm17]のゲッターメソッド.
getJobArgNm17()
- クラス jp.terasoluna.fw.batch.executor.vo.
BatchJobData
のメソッド
フィールド[jobArgNm17]のゲッターメソッド 項目の型 [java.lang.String]
引数17
getJobArgNm18()
- クラス jp.terasoluna.fw.batch.blogic.vo.
BLogicParam
のメソッド
フィールド[jobArgNm18]のゲッターメソッド.
getJobArgNm18()
- クラス jp.terasoluna.fw.batch.executor.vo.
BatchJobData
のメソッド
フィールド[jobArgNm18]のゲッターメソッド 項目の型 [java.lang.String]
引数18
getJobArgNm19()
- クラス jp.terasoluna.fw.batch.blogic.vo.
BLogicParam
のメソッド
フィールド[jobArgNm19]のゲッターメソッド.
getJobArgNm19()
- クラス jp.terasoluna.fw.batch.executor.vo.
BatchJobData
のメソッド
フィールド[jobArgNm19]のゲッターメソッド 項目の型 [java.lang.String]
引数19
getJobArgNm2()
- クラス jp.terasoluna.fw.batch.blogic.vo.
BLogicParam
のメソッド
フィールド[jobArgNm2]のゲッターメソッド.
getJobArgNm2()
- クラス jp.terasoluna.fw.batch.executor.vo.
BatchJobData
のメソッド
フィールド[jobArgNm2]のゲッターメソッド 項目の型 [java.lang.String]
引数2
getJobArgNm20()
- クラス jp.terasoluna.fw.batch.blogic.vo.
BLogicParam
のメソッド
フィールド[jobArgNm20]のゲッターメソッド.
getJobArgNm20()
- クラス jp.terasoluna.fw.batch.executor.vo.
BatchJobData
のメソッド
フィールド[jobArgNm20]のゲッターメソッド 項目の型 [java.lang.String]
引数20
getJobArgNm3()
- クラス jp.terasoluna.fw.batch.blogic.vo.
BLogicParam
のメソッド
フィールド[jobArgNm3]のゲッターメソッド.
getJobArgNm3()
- クラス jp.terasoluna.fw.batch.executor.vo.
BatchJobData
のメソッド
フィールド[jobArgNm3]のゲッターメソッド 項目の型 [java.lang.String]
引数3
getJobArgNm4()
- クラス jp.terasoluna.fw.batch.blogic.vo.
BLogicParam
のメソッド
フィールド[jobArgNm4]のゲッターメソッド.
getJobArgNm4()
- クラス jp.terasoluna.fw.batch.executor.vo.
BatchJobData
のメソッド
フィールド[jobArgNm4]のゲッターメソッド 項目の型 [java.lang.String]
引数4
getJobArgNm5()
- クラス jp.terasoluna.fw.batch.blogic.vo.
BLogicParam
のメソッド
フィールド[jobArgNm5]のゲッターメソッド.
getJobArgNm5()
- クラス jp.terasoluna.fw.batch.executor.vo.
BatchJobData
のメソッド
フィールド[jobArgNm5]のゲッターメソッド 項目の型 [java.lang.String]
引数5
getJobArgNm6()
- クラス jp.terasoluna.fw.batch.blogic.vo.
BLogicParam
のメソッド
フィールド[jobArgNm6]のゲッターメソッド.
getJobArgNm6()
- クラス jp.terasoluna.fw.batch.executor.vo.
BatchJobData
のメソッド
フィールド[jobArgNm6]のゲッターメソッド 項目の型 [java.lang.String]
引数6
getJobArgNm7()
- クラス jp.terasoluna.fw.batch.blogic.vo.
BLogicParam
のメソッド
フィールド[jobArgNm7]のゲッターメソッド.
getJobArgNm7()
- クラス jp.terasoluna.fw.batch.executor.vo.
BatchJobData
のメソッド
フィールド[jobArgNm7]のゲッターメソッド 項目の型 [java.lang.String]
引数7
getJobArgNm8()
- クラス jp.terasoluna.fw.batch.blogic.vo.
BLogicParam
のメソッド
フィールド[jobArgNm8]のゲッターメソッド.
getJobArgNm8()
- クラス jp.terasoluna.fw.batch.executor.vo.
BatchJobData
のメソッド
フィールド[jobArgNm8]のゲッターメソッド 項目の型 [java.lang.String]
引数8
getJobArgNm9()
- クラス jp.terasoluna.fw.batch.blogic.vo.
BLogicParam
のメソッド
フィールド[jobArgNm9]のゲッターメソッド.
getJobArgNm9()
- クラス jp.terasoluna.fw.batch.executor.vo.
BatchJobData
のメソッド
フィールド[jobArgNm9]のゲッターメソッド 項目の型 [java.lang.String]
引数9
getJobIntervalTime()
- クラス jp.terasoluna.fw.batch.executor.
AbstractJobBatchExecutor
のメソッド
ジョブの実行間隔(ミリ秒)
getJobSequenceId()
- クラス jp.terasoluna.fw.batch.blogic.vo.
BLogicParam
のメソッド
フィールド[jobSequenceId]のゲッターメソッド.
getJobSequenceId()
- クラス jp.terasoluna.fw.batch.executor.concurrent.
BatchServantImpl
のメソッド
ジョブシーケンスコード
getJobSequenceId()
- クラス jp.terasoluna.fw.batch.executor.vo.
BatchJobData
のメソッド
フィールド[jobSequenceId]のゲッターメソッド 項目の型 [java.lang.String]
ジョブシーケンスコード
getJobSequenceId()
- クラス jp.terasoluna.fw.batch.executor.vo.
BatchJobListResult
のメソッド
フィールド[jobSequenceId]のゲッターメソッド 項目の型 [java.lang.String]
ジョブシーケンスコード
getJobSequenceId()
- クラス jp.terasoluna.fw.batch.executor.vo.
BatchJobManagementParam
のメソッド
フィールド[jobSequenceId]のゲッターメソッド 項目の型 [java.lang.String]
ジョブシーケンスコード
getJobSequenceId()
- クラス jp.terasoluna.fw.batch.executor.vo.
BatchJobManagementUpdateParam
のメソッド
フィールド[jobSequenceId]のゲッターメソッド 項目の型 [java.lang.String]
ジョブシーケンスコード
getLogMessage()
- 例外 jp.terasoluna.fw.batch.exception.
BatchException
のメソッド
ログ出力用文字列作成
getMessage(String, Object[])
- インタフェース jp.terasoluna.fw.batch.message.
MessageAccessor
のメソッド
メッセージを取得する。
getMessage(String, Object[])
- クラス jp.terasoluna.fw.batch.message.
MessageAccessorImpl
のメソッド
メッセージを取得する。
getMessage(String)
- クラス jp.terasoluna.fw.batch.util.
MessageUtil
の static メソッド
コードに応じたメッセージを返却する
getMessage(String, Object[])
- クラス jp.terasoluna.fw.batch.util.
MessageUtil
の static メソッド
コードに応じたメッセージを返却する
getMessageId()
- 例外 jp.terasoluna.fw.batch.exception.
BatchException
のメソッド
メッセージIDを取得.
getMethod(Object, String)
- クラス jp.terasoluna.fw.batch.executor.
AbstractBatchExecutor
のメソッド
パラメータ設定.
getObjectErrorList(Errors)
- クラス jp.terasoluna.fw.batch.util.
ValidationUtil
の static メソッド
ErrorsからObjectErrorのリストを取得する
getProperties(String, String)
- クラス jp.terasoluna.fw.batch.util.
BatchUtil
の static メソッド
.propertiesファイルからグループキー指定で値を取り出す グループキーに合致したキーに対して昇順ソートを行ってから 返却リストへ値をセットしている
getResult()
- クラス jp.terasoluna.fw.batch.executor.concurrent.
BatchServantImpl
のメソッド
ジョブ実行ステータス
getSqlHolderList()
- インタフェース jp.terasoluna.fw.batch.dao.support.
BatchUpdateSupport
のメソッド
SQL-IDで整列されたSqlHolderリストを取得する。
getSqlHolderList(Comparator<String>)
- インタフェース jp.terasoluna.fw.batch.dao.support.
BatchUpdateSupport
のメソッド
SQL-IDで整列されたSqlHolderリストを取得する。
getSqlHolderList()
- クラス jp.terasoluna.fw.batch.dao.support.
BatchUpdateSupportImpl
のメソッド
getSqlHolderList(Comparator<String>)
- クラス jp.terasoluna.fw.batch.dao.support.
BatchUpdateSupportImpl
のメソッド
getSysQueryDAO()
- クラス jp.terasoluna.fw.batch.executor.
AbstractBatchExecutor
のメソッド
システム用queryDAO定義(ステータス参照・更新用)
getSysTransactionManager()
- クラス jp.terasoluna.fw.batch.executor.
AbstractBatchExecutor
のメソッド
システム用transactionManager定義(ステータス参照・更新用)
getSysUpdateDAO()
- クラス jp.terasoluna.fw.batch.executor.
AbstractBatchExecutor
のメソッド
システム用updateDAO定義(ステータス参照・更新用)
getTransactionDefinition()
- クラス jp.terasoluna.fw.batch.util.
BatchUtil
の static メソッド
デフォルトのTransactionDefinitionを取得する
getUpdDateTime()
- クラス jp.terasoluna.fw.batch.executor.vo.
BatchJobData
のメソッド
フィールド[updDateTime]のゲッターメソッド 項目の型 [java.sql.Timestamp]
更新日時(ミリ秒)
getUpdDateTime()
- クラス jp.terasoluna.fw.batch.executor.vo.
BatchJobManagementUpdateParam
のメソッド
フィールド[updDateTime]のゲッターメソッド 項目の型 [java.sql.Timestamp]
更新日時(ミリ秒)
H
handleThrowableException(Throwable)
- クラス jp.terasoluna.fw.batch.exception.handler.
DefaultExceptionHandler
のメソッド
handleThrowableException(Throwable)
- インタフェース jp.terasoluna.fw.batch.exception.handler.
ExceptionHandler
のメソッド
ビジネスロジック例外時のハンドリング
I
init()
- クラス jp.terasoluna.fw.batch.executor.
AbstractBatchExecutor
のメソッド
初期化
initDefaultAppContext()
- クラス jp.terasoluna.fw.batch.executor.
AbstractBatchExecutor
のメソッド
管理用に用いられるApplicationContextを初期化する.
initDefaultAppContext()
- クラス jp.terasoluna.fw.batch.executor.
AbstractJobBatchExecutor
のメソッド
initDefaultErrorMessage()
- クラス jp.terasoluna.fw.batch.executor.
AbstractBatchExecutor
のメソッド
エラーメッセージの初期化.
initJobAppContext(String)
- クラス jp.terasoluna.fw.batch.executor.
AbstractBatchExecutor
のメソッド
ジョブ用ApplicationContextを初期化する.
initParameter()
- クラス jp.terasoluna.fw.batch.executor.
AbstractJobBatchExecutor
のメソッド
初期化
initSystemDatasourceDao()
- クラス jp.terasoluna.fw.batch.executor.
AbstractBatchExecutor
のメソッド
システム共通で用いられるDAOをBean定義ファイルから取得する.
initSystemDatasourceDao()
- クラス jp.terasoluna.fw.batch.executor.
AbstractJobBatchExecutor
のメソッド
J
JOB_INTERVAL_TIME
- クラス jp.terasoluna.fw.batch.executor.
AbstractJobBatchExecutor
の static 変数
ジョブの実行間隔(ミリ秒)取得用キー.
JOB_STATUS_EXECUTING
- クラス jp.terasoluna.fw.batch.constants.
JobStatusConstants
の static 変数
ジョブステータス:実行中.
JOB_STATUS_FAILURE
- クラス jp.terasoluna.fw.batch.constants.
JobStatusConstants
の static 変数
ジョブステータス:失敗.
JOB_STATUS_PROCESSED
- クラス jp.terasoluna.fw.batch.constants.
JobStatusConstants
の static 変数
ジョブステータス:処理済.
JOB_STATUS_UNEXECUTION
- クラス jp.terasoluna.fw.batch.constants.
JobStatusConstants
の static 変数
ジョブステータス:未実施.
jobIntervalTime
- クラス jp.terasoluna.fw.batch.executor.
AbstractJobBatchExecutor
の変数
ジョブの実行間隔(ミリ秒)
JobStatusConstants
-
jp.terasoluna.fw.batch.constants
の クラス
ジョブステータス用定数定義クラス。
JobStatusConstants()
- クラス jp.terasoluna.fw.batch.constants.
JobStatusConstants
のコンストラクタ
JobUtil
-
jp.terasoluna.fw.batch.util
の クラス
ジョブ管理情報関連ユーティリティ。
JobUtil()
- クラス jp.terasoluna.fw.batch.util.
JobUtil
のコンストラクタ
jp.terasoluna.fw.batch.blogic
- パッケージ jp.terasoluna.fw.batch.blogic
ビジネスロジック関連
jp.terasoluna.fw.batch.blogic.vo
- パッケージ jp.terasoluna.fw.batch.blogic.vo
ビジネスロジック関連のバリューオブジェクト
jp.terasoluna.fw.batch.constants
- パッケージ jp.terasoluna.fw.batch.constants
定数関連
jp.terasoluna.fw.batch.dao.support
- パッケージ jp.terasoluna.fw.batch.dao.support
jp.terasoluna.fw.batch.exception
- パッケージ jp.terasoluna.fw.batch.exception
例外関連
jp.terasoluna.fw.batch.exception.handler
- パッケージ jp.terasoluna.fw.batch.exception.handler
例外ハンドラ関連
jp.terasoluna.fw.batch.executor
- パッケージ jp.terasoluna.fw.batch.executor
エグゼキュータ関連
jp.terasoluna.fw.batch.executor.concurrent
- パッケージ jp.terasoluna.fw.batch.executor.concurrent
エグゼキュータ関連 非同期処理用
jp.terasoluna.fw.batch.executor.vo
- パッケージ jp.terasoluna.fw.batch.executor.vo
エグゼキュータ関連のバリューオブジェクト
jp.terasoluna.fw.batch.message
- パッケージ jp.terasoluna.fw.batch.message
メッセージ関連
jp.terasoluna.fw.batch.util
- パッケージ jp.terasoluna.fw.batch.util
ユーティリティ関連
judgmentStatus(BatchJobData, String, String, String)
- クラス jp.terasoluna.fw.batch.executor.
AbstractJobBatchExecutor
のメソッド
ジョブステータスの更新判定メソッド イベントコードとジョブステータスを確認し、ジョブステータスの更新が必要か判定を行う。
L
lock
- クラス jp.terasoluna.fw.batch.dao.support.
BatchUpdateSupportImpl
の変数
ロックオブジェクト
M
main(String[])
- クラス jp.terasoluna.fw.batch.executor.
AsyncBatchExecutor
の static メソッド
メインメソッド.
main(String[])
- クラス jp.terasoluna.fw.batch.executor.
SyncBatchExecutor
の static メソッド
メインメソッド.
MessageAccessor
-
jp.terasoluna.fw.batch.message
の インタフェース
メッセージを取得するインタフェース。
MessageAccessorImpl
-
jp.terasoluna.fw.batch.message
の クラス
Spring Frameworkが提供している機能を利用して、メッセージを取得するクラス。
MessageAccessorImpl()
- クラス jp.terasoluna.fw.batch.message.
MessageAccessorImpl
のコンストラクタ
MessageUtil
-
jp.terasoluna.fw.batch.util
の クラス
メッセージ管理ユーティリティ。
MessageUtil()
- クラス jp.terasoluna.fw.batch.util.
MessageUtil
のコンストラクタ
P
PROPERTY_BEAN_FILENAME_SUFFIX
- クラス jp.terasoluna.fw.batch.executor.
AbstractBatchExecutor
の static 変数
Bean定義ファイル名.
R
releaseSavepoint(TransactionStatus, Object)
- クラス jp.terasoluna.fw.batch.util.
BatchUtil
の static メソッド
セーブポイントをリリースする
releaseSavepoint(TransactionStatus, Object, Log)
- クラス jp.terasoluna.fw.batch.util.
BatchUtil
の static メソッド
セーブポイントをリリースする
rollbackSavepoint(TransactionStatus, Object)
- クラス jp.terasoluna.fw.batch.util.
BatchUtil
の static メソッド
セーブポイントまでロールバックさせる
rollbackSavepoint(TransactionStatus, Object, Log)
- クラス jp.terasoluna.fw.batch.util.
BatchUtil
の static メソッド
セーブポイントまでロールバックさせる
rollbackTransaction(PlatformTransactionManager, TransactionStatus)
- クラス jp.terasoluna.fw.batch.util.
BatchUtil
の static メソッド
トランザクション開始までロールバックする。
rollbackTransaction(PlatformTransactionManager, TransactionStatus, Log)
- クラス jp.terasoluna.fw.batch.util.
BatchUtil
の static メソッド
トランザクション開始までロールバックする。
run()
- クラス jp.terasoluna.fw.batch.executor.concurrent.
BatchServantImpl
のメソッド
S
selectJob(String, boolean, QueryDAO)
- クラス jp.terasoluna.fw.batch.util.
JobUtil
の static メソッド
ジョブ1件取得.
selectJobList(QueryDAO)
- クラス jp.terasoluna.fw.batch.util.
JobUtil
の static メソッド
ジョブリスト取得.
selectJobList(QueryDAO, int, int)
- クラス jp.terasoluna.fw.batch.util.
JobUtil
の static メソッド
ジョブリスト取得.
selectJobList(String, QueryDAO)
- クラス jp.terasoluna.fw.batch.util.
JobUtil
の static メソッド
ジョブリスト取得.
selectJobList(String, QueryDAO, int, int)
- クラス jp.terasoluna.fw.batch.util.
JobUtil
の static メソッド
ジョブリスト取得.
selectJobList(String, List<String>, QueryDAO, int, int)
- クラス jp.terasoluna.fw.batch.util.
JobUtil
の static メソッド
ジョブリスト取得.
setAddDateTime(Timestamp)
- クラス jp.terasoluna.fw.batch.executor.vo.
BatchJobData
のメソッド
フィールド [addDateTime]のセッターメソッド 項目の型 [java.sql.Timestamp]
登録日時(ミリ秒)
setBLogicAppStatus(String)
- クラス jp.terasoluna.fw.batch.executor.vo.
BatchJobManagementUpdateParam
のメソッド
フィールド [errAppStatus]のセッターメソッド 項目の型 [java.lang.String]
BLogicステータス
setBlogicStatus(int)
- クラス jp.terasoluna.fw.batch.executor.vo.
BLogicResult
のメソッド
ビジネスロジックの戻り値
setBlogicThrowable(Throwable)
- クラス jp.terasoluna.fw.batch.executor.vo.
BLogicResult
のメソッド
ビジネスロジックで発生した例外
setChangeStartStatus(boolean)
- クラス jp.terasoluna.fw.batch.executor.
AbstractJobBatchExecutor
のメソッド
開始時のステータス変更を行うかどうか
setCurAppStatus(String)
- クラス jp.terasoluna.fw.batch.executor.vo.
BatchJobData
のメソッド
フィールド [curAppStatus]のセッターメソッド 項目の型 [java.lang.String]
ステータス
setCurAppStatus(String)
- クラス jp.terasoluna.fw.batch.executor.vo.
BatchJobManagementUpdateParam
のメソッド
フィールド [curAppStatus]のセッターメソッド 項目の型 [java.lang.String]
ステータスリスト
setCurAppStatusList(List<String>)
- クラス jp.terasoluna.fw.batch.executor.vo.
BatchJobListParam
のメソッド
フィールド [curAppStatusList]のセッターメソッド 項目の型 [java.util.List]
ステータスリスト
setErrAppStatus(String)
- クラス jp.terasoluna.fw.batch.executor.vo.
BatchJobData
のメソッド
フィールド [blogicAppStatus]のセッターメソッド 項目の型 [java.lang.String]
BLogicステータス
setExecuteBatchException(Throwable)
- クラス jp.terasoluna.fw.batch.dao.support.
BatchUpdateResult
のメソッド
バッチ更新実行時に発生した例外.
setExecuteBatchResult(Integer)
- クラス jp.terasoluna.fw.batch.dao.support.
BatchUpdateResult
のメソッド
バッチ更新実行結果.
setExecuteBatchUpdateSupport(BatchUpdateSupport)
- クラス jp.terasoluna.fw.batch.dao.support.
BatchUpdateResult
のメソッド
バッチ更新実行に使用したバッチ更新サポート.
setForUpdate(boolean)
- クラス jp.terasoluna.fw.batch.executor.vo.
BatchJobManagementParam
のメソッド
フィールド [forUpdate]のセッターメソッド 項目の型 [boolean]
FOR UPDATEフラグ
setJobAppCd(String)
- クラス jp.terasoluna.fw.batch.blogic.vo.
BLogicParam
のメソッド
フィールド [jobAppCd]のセッターメソッド.
setJobAppCd(String)
- クラス jp.terasoluna.fw.batch.executor.vo.
BatchJobData
のメソッド
フィールド [jobAppCd]のセッターメソッド 項目の型 [java.lang.String]
ジョブ業務コード
setJobAppCd(String)
- クラス jp.terasoluna.fw.batch.executor.vo.
BatchJobListParam
のメソッド
フィールド [jobAppCd]のセッターメソッド 項目の型 [java.lang.String]
ジョブ業務コード
setJobArgNm1(String)
- クラス jp.terasoluna.fw.batch.blogic.vo.
BLogicParam
のメソッド
フィールド [jobArgNm1]のセッターメソッド.
setJobArgNm1(String)
- クラス jp.terasoluna.fw.batch.executor.vo.
BatchJobData
のメソッド
フィールド [jobArgNm1]のセッターメソッド 項目の型 [java.lang.String]
引数1
setJobArgNm10(String)
- クラス jp.terasoluna.fw.batch.blogic.vo.
BLogicParam
のメソッド
フィールド [jobArgNm10]のセッターメソッド.
setJobArgNm10(String)
- クラス jp.terasoluna.fw.batch.executor.vo.
BatchJobData
のメソッド
フィールド [jobArgNm10]のセッターメソッド 項目の型 [java.lang.String]
引数10
setJobArgNm11(String)
- クラス jp.terasoluna.fw.batch.blogic.vo.
BLogicParam
のメソッド
フィールド [jobArgNm11]のセッターメソッド.
setJobArgNm11(String)
- クラス jp.terasoluna.fw.batch.executor.vo.
BatchJobData
のメソッド
フィールド [jobArgNm11]のセッターメソッド 項目の型 [java.lang.String]
引数11
setJobArgNm12(String)
- クラス jp.terasoluna.fw.batch.blogic.vo.
BLogicParam
のメソッド
フィールド [jobArgNm12]のセッターメソッド.
setJobArgNm12(String)
- クラス jp.terasoluna.fw.batch.executor.vo.
BatchJobData
のメソッド
フィールド [jobArgNm12]のセッターメソッド 項目の型 [java.lang.String]
引数12
setJobArgNm13(String)
- クラス jp.terasoluna.fw.batch.blogic.vo.
BLogicParam
のメソッド
フィールド [jobArgNm13]のセッターメソッド.
setJobArgNm13(String)
- クラス jp.terasoluna.fw.batch.executor.vo.
BatchJobData
のメソッド
フィールド [jobArgNm13]のセッターメソッド 項目の型 [java.lang.String]
引数13
setJobArgNm14(String)
- クラス jp.terasoluna.fw.batch.blogic.vo.
BLogicParam
のメソッド
フィールド [jobArgNm14]のセッターメソッド.
setJobArgNm14(String)
- クラス jp.terasoluna.fw.batch.executor.vo.
BatchJobData
のメソッド
フィールド [jobArgNm14]のセッターメソッド 項目の型 [java.lang.String]
引数14
setJobArgNm15(String)
- クラス jp.terasoluna.fw.batch.blogic.vo.
BLogicParam
のメソッド
フィールド [jobArgNm15]のセッターメソッド.
setJobArgNm15(String)
- クラス jp.terasoluna.fw.batch.executor.vo.
BatchJobData
のメソッド
フィールド [jobArgNm15]のセッターメソッド 項目の型 [java.lang.String]
引数15
setJobArgNm16(String)
- クラス jp.terasoluna.fw.batch.blogic.vo.
BLogicParam
のメソッド
フィールド [jobArgNm16]のセッターメソッド.
setJobArgNm16(String)
- クラス jp.terasoluna.fw.batch.executor.vo.
BatchJobData
のメソッド
フィールド [jobArgNm16]のセッターメソッド 項目の型 [java.lang.String]
引数16
setJobArgNm17(String)
- クラス jp.terasoluna.fw.batch.blogic.vo.
BLogicParam
のメソッド
フィールド [jobArgNm17]のセッターメソッド.
setJobArgNm17(String)
- クラス jp.terasoluna.fw.batch.executor.vo.
BatchJobData
のメソッド
フィールド [jobArgNm17]のセッターメソッド 項目の型 [java.lang.String]
引数17
setJobArgNm18(String)
- クラス jp.terasoluna.fw.batch.blogic.vo.
BLogicParam
のメソッド
フィールド [jobArgNm18]のセッターメソッド.
setJobArgNm18(String)
- クラス jp.terasoluna.fw.batch.executor.vo.
BatchJobData
のメソッド
フィールド [jobArgNm18]のセッターメソッド 項目の型 [java.lang.String]
引数18
setJobArgNm19(String)
- クラス jp.terasoluna.fw.batch.blogic.vo.
BLogicParam
のメソッド
フィールド [jobArgNm19]のセッターメソッド.
setJobArgNm19(String)
- クラス jp.terasoluna.fw.batch.executor.vo.
BatchJobData
のメソッド
フィールド [jobArgNm19]のセッターメソッド 項目の型 [java.lang.String]
引数19
setJobArgNm2(String)
- クラス jp.terasoluna.fw.batch.blogic.vo.
BLogicParam
のメソッド
フィールド [jobArgNm2]のセッターメソッド.
setJobArgNm2(String)
- クラス jp.terasoluna.fw.batch.executor.vo.
BatchJobData
のメソッド
フィールド [jobArgNm2]のセッターメソッド 項目の型 [java.lang.String]
引数2
setJobArgNm20(String)
- クラス jp.terasoluna.fw.batch.blogic.vo.
BLogicParam
のメソッド
フィールド [jobArgNm20]のセッターメソッド.
setJobArgNm20(String)
- クラス jp.terasoluna.fw.batch.executor.vo.
BatchJobData
のメソッド
フィールド [jobArgNm20]のセッターメソッド 項目の型 [java.lang.String]
引数20
setJobArgNm3(String)
- クラス jp.terasoluna.fw.batch.blogic.vo.
BLogicParam
のメソッド
フィールド [jobArgNm3]のセッターメソッド.
setJobArgNm3(String)
- クラス jp.terasoluna.fw.batch.executor.vo.
BatchJobData
のメソッド
フィールド [jobArgNm3]のセッターメソッド 項目の型 [java.lang.String]
引数3
setJobArgNm4(String)
- クラス jp.terasoluna.fw.batch.blogic.vo.
BLogicParam
のメソッド
フィールド [jobArgNm4]のセッターメソッド.
setJobArgNm4(String)
- クラス jp.terasoluna.fw.batch.executor.vo.
BatchJobData
のメソッド
フィールド [jobArgNm4]のセッターメソッド 項目の型 [java.lang.String]
引数4
setJobArgNm5(String)
- クラス jp.terasoluna.fw.batch.blogic.vo.
BLogicParam
のメソッド
フィールド [jobArgNm5]のセッターメソッド.
setJobArgNm5(String)
- クラス jp.terasoluna.fw.batch.executor.vo.
BatchJobData
のメソッド
フィールド [jobArgNm5]のセッターメソッド 項目の型 [java.lang.String]
引数5
setJobArgNm6(String)
- クラス jp.terasoluna.fw.batch.blogic.vo.
BLogicParam
のメソッド
フィールド [jobArgNm6]のセッターメソッド.
setJobArgNm6(String)
- クラス jp.terasoluna.fw.batch.executor.vo.
BatchJobData
のメソッド
フィールド [jobArgNm6]のセッターメソッド 項目の型 [java.lang.String]
引数6
setJobArgNm7(String)
- クラス jp.terasoluna.fw.batch.blogic.vo.
BLogicParam
のメソッド
フィールド [jobArgNm7]のセッターメソッド.
setJobArgNm7(String)
- クラス jp.terasoluna.fw.batch.executor.vo.
BatchJobData
のメソッド
フィールド [jobArgNm7]のセッターメソッド 項目の型 [java.lang.String]
引数7
setJobArgNm8(String)
- クラス jp.terasoluna.fw.batch.blogic.vo.
BLogicParam
のメソッド
フィールド [jobArgNm8]のセッターメソッド.
setJobArgNm8(String)
- クラス jp.terasoluna.fw.batch.executor.vo.
BatchJobData
のメソッド
フィールド [jobArgNm8]のセッターメソッド 項目の型 [java.lang.String]
引数8
setJobArgNm9(String)
- クラス jp.terasoluna.fw.batch.blogic.vo.
BLogicParam
のメソッド
フィールド [jobArgNm9]のセッターメソッド.
setJobArgNm9(String)
- クラス jp.terasoluna.fw.batch.executor.vo.
BatchJobData
のメソッド
フィールド [jobArgNm9]のセッターメソッド 項目の型 [java.lang.String]
引数9
setJobSequenceId(String)
- クラス jp.terasoluna.fw.batch.blogic.vo.
BLogicParam
のメソッド
フィールド [jobSequenceId]のセッターメソッド.
setJobSequenceId(String)
- インタフェース jp.terasoluna.fw.batch.executor.concurrent.
BatchServant
のメソッド
ジョブシーケンスコードを設定する
setJobSequenceId(String)
- クラス jp.terasoluna.fw.batch.executor.concurrent.
BatchServantImpl
のメソッド
setJobSequenceId(String)
- クラス jp.terasoluna.fw.batch.executor.vo.
BatchJobData
のメソッド
フィールド [jobSequenceId]のセッターメソッド 項目の型 [java.lang.String]
ジョブシーケンスコード
setJobSequenceId(String)
- クラス jp.terasoluna.fw.batch.executor.vo.
BatchJobListResult
のメソッド
フィールド [jobSequenceId]のセッターメソッド 項目の型 [java.lang.String]
ジョブシーケンスコード
setJobSequenceId(String)
- クラス jp.terasoluna.fw.batch.executor.vo.
BatchJobManagementParam
のメソッド
フィールド [jobSequenceId]のセッターメソッド 項目の型 [java.lang.String]
ジョブシーケンスコード
setJobSequenceId(String)
- クラス jp.terasoluna.fw.batch.executor.vo.
BatchJobManagementUpdateParam
のメソッド
フィールド [jobSequenceId]のセッターメソッド 項目の型 [java.lang.String]
ジョブシーケンスコード
setMessageAccessor(MessageAccessor)
- クラス jp.terasoluna.fw.batch.util.
MessageUtil
の static メソッド
メッセージソースアクセサを設定する.
setMethod(Object, String, String)
- クラス jp.terasoluna.fw.batch.executor.
AbstractBatchExecutor
のメソッド
パラメータ設定.
setQueueCapacity(int)
- クラス jp.terasoluna.fw.batch.executor.concurrent.
BatchThreadPoolTaskExecutor
のメソッド
setSavepoint(TransactionStatus)
- クラス jp.terasoluna.fw.batch.util.
BatchUtil
の static メソッド
セーブポイントを設定する
setSavepoint(TransactionStatus, Log)
- クラス jp.terasoluna.fw.batch.util.
BatchUtil
の static メソッド
セーブポイントを設定する
setUpdDateTime(Timestamp)
- クラス jp.terasoluna.fw.batch.executor.vo.
BatchJobData
のメソッド
フィールド [updDateTime]のセッターメソッド 項目の型 [java.sql.Timestamp]
更新日時(ミリ秒)
setUpdDateTime(Timestamp)
- クラス jp.terasoluna.fw.batch.executor.vo.
BatchJobManagementUpdateParam
のメソッド
フィールド [updDateTime]のセッターメソッド 項目の型 [java.sql.Timestamp]
更新日時(ミリ秒)
size()
- インタフェース jp.terasoluna.fw.batch.dao.support.
BatchUpdateSupport
のメソッド
バッチ実行SQLリストの登録件数を取得する。
size()
- クラス jp.terasoluna.fw.batch.dao.support.
BatchUpdateSupportImpl
のメソッド
startBatchStatus(String, QueryDAO, UpdateDAO, PlatformTransactionManager)
- クラス jp.terasoluna.fw.batch.executor.
AbstractJobBatchExecutor
のメソッド
ジョブステータス更新(ジョブ開始).
startTransaction(PlatformTransactionManager)
- クラス jp.terasoluna.fw.batch.util.
BatchUtil
の static メソッド
トランザクションを開始させる
startTransaction(PlatformTransactionManager, Log)
- クラス jp.terasoluna.fw.batch.util.
BatchUtil
の static メソッド
トランザクションを開始させる
startTransaction(PlatformTransactionManager, TransactionDefinition)
- クラス jp.terasoluna.fw.batch.util.
BatchUtil
の static メソッド
トランザクションを開始させる
startTransaction(PlatformTransactionManager, TransactionDefinition, Log)
- クラス jp.terasoluna.fw.batch.util.
BatchUtil
の static メソッド
トランザクションを開始させる
startTransactions(TransactionDefinition, Map<?, ?>)
- クラス jp.terasoluna.fw.batch.util.
BatchUtil
の static メソッド
トランザクションを開始させる
startTransactions(TransactionDefinition, Map<?, ?>, Log)
- クラス jp.terasoluna.fw.batch.util.
BatchUtil
の static メソッド
トランザクションを開始させる
SyncBatchExecutor
-
jp.terasoluna.fw.batch.executor
の クラス
同期バッチエグゼキュータ。
SyncBatchExecutor()
- クラス jp.terasoluna.fw.batch.executor.
SyncBatchExecutor
のコンストラクタ
コンストラクタ
sysQueryDAO
- クラス jp.terasoluna.fw.batch.executor.
AbstractBatchExecutor
の変数
システム用queryDAO定義(ステータス参照・更新用).
SYSTEM_DATASOURCE_QUERY_DAO
- クラス jp.terasoluna.fw.batch.executor.
AbstractBatchExecutor
の static 変数
システム用queryDAO定義(ステータス参照・更新用)取得用キー.
SYSTEM_DATASOURCE_TRANSACTION_MANAGER
- クラス jp.terasoluna.fw.batch.executor.
AbstractBatchExecutor
の static 変数
システム用transactionManager定義(ステータス参照・更新用)取得用キー.
SYSTEM_DATASOURCE_UPDATE_DAO
- クラス jp.terasoluna.fw.batch.executor.
AbstractBatchExecutor
の static 変数
システム用updateDAO定義(ステータス参照・更新用)取得用キー.
sysTransactionManager
- クラス jp.terasoluna.fw.batch.executor.
AbstractBatchExecutor
の変数
システム用transactionManager定義(ステータス参照・更新用).
sysUpdateDAO
- クラス jp.terasoluna.fw.batch.executor.
AbstractBatchExecutor
の変数
システム用updateDAO定義(ステータス参照・更新用).
T
toString()
- クラス jp.terasoluna.fw.batch.blogic.vo.
BLogicParam
のメソッド
このバリューオブジェクトの文字列表現を取得します。.
toString()
- クラス jp.terasoluna.fw.batch.executor.vo.
BatchJobData
のメソッド
このバリューオブジェクトの文字列表現を取得します。
toString()
- クラス jp.terasoluna.fw.batch.executor.vo.
BatchJobListParam
のメソッド
このバリューオブジェクトの文字列表現を取得します。
toString()
- クラス jp.terasoluna.fw.batch.executor.vo.
BatchJobListResult
のメソッド
このバリューオブジェクトの文字列表現を取得します。
toString()
- クラス jp.terasoluna.fw.batch.executor.vo.
BatchJobManagementParam
のメソッド
このバリューオブジェクトの文字列表現を取得します。
toString()
- クラス jp.terasoluna.fw.batch.executor.vo.
BatchJobManagementUpdateParam
のメソッド
このバリューオブジェクトの文字列表現を取得します。
U
updateBatchStatus(String, String, String, QueryDAO, UpdateDAO, PlatformTransactionManager)
- クラス jp.terasoluna.fw.batch.executor.
AbstractJobBatchExecutor
のメソッド
ジョブステータス更新.
updateDAO
- クラス jp.terasoluna.fw.batch.dao.support.
BatchUpdateSupportImpl
の変数
UpdateDAO
updateJobStatus(String, String, String, String, QueryDAO, UpdateDAO)
- クラス jp.terasoluna.fw.batch.util.
JobUtil
の static メソッド
ジョブレコード更新.
V
validate(Validator, Object)
- クラス jp.terasoluna.fw.batch.util.
ValidationUtil
の static メソッド
入力チェックを行う
ValidationUtil
-
jp.terasoluna.fw.batch.util
の クラス
入力チェックユーティリティ。
ValidationUtil()
- クラス jp.terasoluna.fw.batch.util.
ValidationUtil
のコンストラクタ
A
B
C
D
E
F
G
H
I
J
L
M
P
R
S
T
U
V
概要
パッケージ
クラス
使用
階層ツリー
非推奨 API
索引
ヘルプ
前 次
フレームあり
フレームなし
すべてのクラス
Copyright © 2011. All Rights Reserved.