A B C D E F G H I J L M P R S T U V W 

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
 
APPLICATION_CONTEXT - クラス のstatic変数jp.terasoluna.fw.batch.executor.AbstractBatchExecutor
アプリケーションコンテキストクラス名.
ARGUMENT_COUNT - クラス のstatic変数jp.terasoluna.fw.batch.executor.AbstractBatchExecutor
バッチ引数の数.
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
コンストラクタ
AsyncBatchExecutor.BatchServantTaskEndTracker - jp.terasoluna.fw.batch.executorのクラス
BatchServantのrunメソッドの終了を検知して、 ジョブ実行時に新たに作成されていたThreadGroupを、破棄候補に加えるためのクラス。
AsyncBatchExecutor.BatchServantTaskEndTracker(BatchServant, ThreadGroup) - クラス のコンストラクタjp.terasoluna.fw.batch.executor.AsyncBatchExecutor.BatchServantTaskEndTracker
コンストラクタ。
availableThreadThresholdCount - クラス のstatic変数jp.terasoluna.fw.batch.executor.AsyncBatchExecutor
空きスレッド残数閾値
availableThreadThresholdWait - クラス のstatic変数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
 
BatchThreadPoolTaskExecutor - jp.terasoluna.fw.batch.executor.concurrentのクラス
バッチジョブ実行用スレッドプールエグゼキュータ。
BatchThreadPoolTaskExecutor() - クラス のコンストラクタjp.terasoluna.fw.batch.executor.concurrent.BatchThreadPoolTaskExecutor
コンストラクタ
BatchUtil - jp.terasoluna.fw.batch.utilのクラス
バッチ実装用ユーティリティ。
BatchUtil() - クラス のコンストラクタjp.terasoluna.fw.batch.util.BatchUtil
コンストラクタ
BEAN_DEFINITION_ADMIN_CLASSPATH_KEY - クラス のstatic変数jp.terasoluna.fw.batch.executor.AbstractBatchExecutor
管理用Bean定義ファイルを配置するクラスパス.
BEAN_DEFINITION_BUSINESS_CLASSPATH_KEY - クラス のstatic変数jp.terasoluna.fw.batch.executor.AbstractBatchExecutor
業務用Bean定義ファイルを配置するクラスパス.
BEAN_DEFINITION_DATASOURCE - クラス のstatic変数jp.terasoluna.fw.batch.executor.AbstractBatchExecutor
管理用Bean定義(データソース部)
BEAN_DEFINITION_DEFAULT - クラス のstatic変数jp.terasoluna.fw.batch.executor.AbstractBatchExecutor
管理用Bean定義(基本部)
BEAN_MESSAGE_ACCESSOR_DEFAULT - クラス のstatic変数jp.terasoluna.fw.batch.executor.AbstractBatchExecutor
メッセージソースアクセサの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...) - クラス のstaticメソッドjp.terasoluna.fw.batch.util.BatchUtil
汎用文字列結合メソッド。
changeListToArray(List<E>, Class) - クラス のstaticメソッドjp.terasoluna.fw.batch.util.BatchUtil
Listを配列型に変換する Listの中に複数の型が混じっている場合は使用できない
changeStartStatus - クラス の変数jp.terasoluna.fw.batch.executor.AbstractJobBatchExecutor
開始時のステータス変更を行うかどうか
checkEndFile(String) - クラス のstaticメソッドjp.terasoluna.fw.batch.executor.AsyncBatchExecutor
終了フラグファイルチェック
checkTaskQueue(ThreadPoolTaskExecutor) - クラス のstaticメソッドjp.terasoluna.fw.batch.executor.AsyncBatchExecutor
タスクエグゼキュータに空きがあるかチェック
cl - クラス のstatic変数jp.terasoluna.fw.batch.executor.AbstractBatchExecutor
クラスローダ.
closeApplicationContext(ApplicationContext) - クラス のメソッドjp.terasoluna.fw.batch.executor.AbstractBatchExecutor
ApplicationContextをクローズする.
closeQuietly(Channel) - クラス のstaticメソッドjp.terasoluna.fw.batch.util.FastFileUtility
Channelをクローズする。
closeQuietly(FileInputStream) - クラス のstaticメソッドjp.terasoluna.fw.batch.util.FastFileUtility
FileInputStreamをクローズする。
closeQuietly(FileOutputStream) - クラス のstaticメソッドjp.terasoluna.fw.batch.util.FastFileUtility
FileOutputStreamをクローズする。
closeRootApplicationContext(ApplicationContext) - クラス のstaticメソッドjp.terasoluna.fw.batch.executor.AsyncBatchExecutor
ApplicationContextをクローズする.
commitRestartTransaction(PlatformTransactionManager, TransactionStatus) - クラス のstaticメソッドjp.terasoluna.fw.batch.util.BatchUtil
トランザクションをコミットさせ、トランザクションを再度開始させる
commitRestartTransaction(PlatformTransactionManager, TransactionStatus, Log) - クラス のstaticメソッドjp.terasoluna.fw.batch.util.BatchUtil
トランザクションをコミットさせ、トランザクションを再度開始させる
commitRestartTransaction(PlatformTransactionManager, TransactionStatus, TransactionDefinition) - クラス のstaticメソッドjp.terasoluna.fw.batch.util.BatchUtil
トランザクションをコミットさせ、トランザクションを再度開始させる
commitRestartTransaction(PlatformTransactionManager, TransactionStatus, TransactionDefinition, Log) - クラス のstaticメソッドjp.terasoluna.fw.batch.util.BatchUtil
トランザクションをコミットさせ、トランザクションを再度開始させる
commitTransaction(PlatformTransactionManager, TransactionStatus) - クラス のstaticメソッドjp.terasoluna.fw.batch.util.BatchUtil
トランザクションをコミットさせる コネクションのコミットを行う
commitTransaction(PlatformTransactionManager, TransactionStatus, Log) - クラス のstaticメソッドjp.terasoluna.fw.batch.util.BatchUtil
トランザクションをコミットさせる コネクションのコミットを行う
commitTransactions(Map<?, ?>, Map<String, TransactionStatus>) - クラス のstaticメソッドjp.terasoluna.fw.batch.util.BatchUtil
トランザクションをコミットさせる
commitTransactions(Map<?, ?>, Map<String, TransactionStatus>, Log) - クラス のstaticメソッドjp.terasoluna.fw.batch.util.BatchUtil
トランザクションをコミットさせる
convertBLogicParam(BatchJobData) - クラス のメソッドjp.terasoluna.fw.batch.executor.AbstractBatchExecutor
バッチジョブレコードデータをBLogicParamに変換する
copyFile(String, String) - クラス のstaticメソッドjp.terasoluna.fw.batch.util.FastFileUtility
ファイルをコピーする。
createException(String) - 例外 のstaticメソッドjp.terasoluna.fw.batch.exception.BatchException
BatchExceptionのファクトリメソッド
createException(String, Object...) - 例外 のstaticメソッドjp.terasoluna.fw.batch.exception.BatchException
BatchExceptionのファクトリメソッド
createException(String, Throwable) - 例外 のstaticメソッドjp.terasoluna.fw.batch.exception.BatchException
BatchExceptionのファクトリメソッド
createException(String, Throwable, Object...) - 例外 のstaticメソッドjp.terasoluna.fw.batch.exception.BatchException
BatchExceptionのファクトリメソッド

D

DAL025001 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
DAL025001 = insideStartTransaction
DAL025002 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
DAL025002 = insideCommitTransaction
DAL025003 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
DAL025003 = insideRollbackTransaction
DAL025004 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
DAL025004 = insideCommitRestartTransaction
DAL025005 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
DAL025005 = insideRollbackRestartTransaction
DAL025006 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
DAL025006 = insideEndTransaction
DAL025007 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
DAL025007 = outsideStartTransaction
DAL025008 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
DAL025008 = outsideCommitTransaction
DAL025009 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
DAL025009 = outsideRollbackTransaction
DAL025010 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
DAL025010 = outsideCommitRestartTransaction
DAL025011 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
DAL025011 = outsideCommitRestartTransaction
DAL025012 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
DAL025012 = outsideEndTransaction
DAL025013 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
DAL025013 = NonBlockingCollectorFactory is null.
DAL025014 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
DAL025014 = PlatformTransactionManager is null.
DAL025015 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
DAL025015 = Worker is null.
DAL025016 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
DAL025016 = ValidationResultInspector is null.
DAL025017 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
DAL025017 = The exception was matched.
DAL025018 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
DAL025018 = ApplicationContext:[{0}]
DAL025019 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
DAL025019 = ApplicationContext is not null.
DAL025020 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
DAL025020 = Default bean file:{0}
DAL025021 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
DAL025021 = batchStatus:{0}
DAL025022 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
DAL025022 = startTransaction
DAL025023 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
DAL025023 = update status jobSequenceId:{0} changeStatus:{1}
DAL025024 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
DAL025024 = commitTransaction
DAL025025 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
DAL025025 = endTransaction
DAL025026 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
DAL025026 = jobSequenceId:[{0}]
DAL025027 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
DAL025027 = tg:[{0}] t:[{1}]
DAL025028 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
DAL025028 = task wait.
DAL025029 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
DAL025029 = task shutdown.
DAL025030 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
DAL025030 = task shutdown after.
DAL025031 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
DAL025031 = AsyncBatchExecutor WAIT ENDS activeCount:[{0}]
DAL025032 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
DAL025032 = activeCount:[{0}] corePoolSize:[{1}] maxPoolSize:[{2}] poolSize:[{3}] activeCount:[{4}] taskCount:[{5}] queueSize:[{6}] remainingCapacity:[{7}]
DAL025033 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
DAL025033 = startTransaction:{0}
DAL025034 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
DAL025034 = TransactionDefinition:(propagation:[{0}] isolation:[{1}] timeout:[{2}] readonly:[{3}] name:[{4}]
DAL025035 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
DAL025035 = CurrentConnection(start):{0}
DAL025036 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
DAL025036 = CurrentConnection(start):{0},{1}
DAL025037 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
DAL025037 = commitTransaction:{0}
DAL025038 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
DAL025038 = CurrentConnection(commit):{0}
DAL025039 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
DAL025039 = commitTransaction:{0},{1}
DAL025040 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
DAL025040 = endTransaction:{0}
DAL025041 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
DAL025041 = CurrentConnection(release):{0}
DAL025042 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
DAL025042 = endTransaction:{0},{1}
DAL025043 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
DAL025043 = MessageAccessor is not found.
DAL025044 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
DAL025044 = param={0}
DAL025045 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
DAL025045 = CurrentConnection(end):{0}
DAL025046 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
DAL025046 = setSavepoint:{0}
DAL025047 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
DAL025047 = CurrentConnection(setSavepoint):{0}
DAL025048 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
DAL025048 = releaseSavepoint:{0}
DAL025049 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
DAL025049 = CurentConnection(releaseSavepoint):{0}
DAL025050 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
DAL025050 = rollbackSavepoint:{0}
DAL025051 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
DAL025051 = CurrentConnection(rollback(savepoint)):{0}
DAL025052 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
DAL025052 = rollback:{0}
DAL025053 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
DAL025053 = CurrentConnection(rollback):{0}
DAL025054 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
DAL025054 = Sub ThreadGroups Info before destroy ...
DAL025055 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
DAL025055 = Sub ThreadGroups Info after destroy ...
DAL025056 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
DAL025056 = Sub ThreadGroups[{0}]:(name:[{1}] parent.name:[{2}])
DAL025057 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
DAL025057 = Sub ThreadGroups num:{0}
DAL025058 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
DAL025058 = Destroy candidate ThreadGroup:(name:[{0}] activeCount:[{1}]) -> destroy is executed
DAL025059 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
DAL025059 = Destroy candidate ThreadGroup:(name:[{0}] activeCount:[{1}]) -> destroy is not executed
DEFAULT_AVAILABLE_THREADTHRESHOLD_COUNT - クラス のstatic変数jp.terasoluna.fw.batch.executor.AsyncBatchExecutor
空きスレッド残数閾値のデフォルト値
DEFAULT_AVAILABLE_THREADTHRESHOLD_WAIT - クラス のstatic変数jp.terasoluna.fw.batch.executor.AsyncBatchExecutor
空きスレッド残数閾値以下の場合のウェイト時間(ミリ秒)のデフォルト値
DEFAULT_BLOGIC_BEAN_NAME_SUFFIX - クラス のstatic変数jp.terasoluna.fw.batch.executor.AbstractBatchExecutor
BLogicのBean名に付与する接尾語.
DEFAULT_BLOGIC_EXCEPTION_HANDLER_BEAN_NAME - クラス のstatic変数jp.terasoluna.fw.batch.executor.AbstractBatchExecutor
デフォルトの例外ハンドラのBean名.
DEFAULT_BLOGIC_EXCEPTION_HANDLER_BEAN_NAME_SUFFIX - クラス のstatic変数jp.terasoluna.fw.batch.executor.AbstractBatchExecutor
例外ハンドラのBean名に付与する接尾語.
DEFAULT_EXCEPTION_HANDLER_STATUS - クラス のstatic変数jp.terasoluna.fw.batch.exception.handler.DefaultExceptionHandler
デフォルト例外ハンドラのリターンコード.
DEFAULT_EXECUTE_RETRY_COUNTMAX - クラス のstatic変数jp.terasoluna.fw.batch.executor.AsyncBatchExecutor
ジョブ実行リトライ回数のデフォルト値
DEFAULT_EXECUTE_RETRY_INTERVAL - クラス のstatic変数jp.terasoluna.fw.batch.executor.AsyncBatchExecutor
ジョブ実行リトライ間隔(ミリ秒)のデフォルト値
DEFAULT_EXECUTOR_END_MONITORING_FILE - クラス のstatic変数jp.terasoluna.fw.batch.executor.AbstractJobBatchExecutor
Executorの常駐モード時の終了フラグ監視ファイル(フルパスで記述)のデフォルト値
DEFAULT_EXECUTOR_JOB_TERMINATE_WAIT_INTERVAL_TIME - クラス のstatic変数jp.terasoluna.fw.batch.executor.AbstractJobBatchExecutor
Executorのジョブ終了待ちチェック間隔(ミリ秒)のデフォルト値
DEFAULT_EXECUTOR_LOOP_INTERVAL_TIME - クラス のstatic変数jp.terasoluna.fw.batch.executor.AbstractJobBatchExecutor
Executorの常駐モード時のジョブリスト取得間隔(ミリ秒)のデフォルト値
DEFAULT_EXECUTOR_QUEUE_CHECK_INTERVAL_TIME - クラス のstatic変数jp.terasoluna.fw.batch.executor.AbstractJobBatchExecutor
Executorのスレッドキューサイズチェック間隔(ミリ秒)のデフォルト値
DEFAULT_JOB_AFTER_GC - クラス のstatic変数jp.terasoluna.fw.batch.executor.AbstractJobBatchExecutor
ジョブ実行後にGCを行う(true/false)のデフォルト値
DEFAULT_JOB_INTERVAL_TIME - クラス のstatic変数jp.terasoluna.fw.batch.executor.AbstractJobBatchExecutor
ジョブの実行間隔(ミリ秒)のデフォルト値
defaultApplicationContext - クラス の変数jp.terasoluna.fw.batch.executor.AbstractBatchExecutor
システム用アプリケーションコンテキスト.
DefaultExceptionHandler - jp.terasoluna.fw.batch.exception.handlerのクラス
例外ハンドラのデフォルト実装.
DefaultExceptionHandler() - クラス のコンストラクタjp.terasoluna.fw.batch.exception.handler.DefaultExceptionHandler
 
destroyCandidateThreadGroupList - クラス のstatic変数jp.terasoluna.fw.batch.executor.AsyncBatchExecutor
破棄候補の(activeCountが0になったら破棄してよい)ThreadGroupのList。
destroyThreadGroupsIfPossible() - クラス のstaticメソッドjp.terasoluna.fw.batch.executor.AsyncBatchExecutor
破棄候補の各ThreadGroupのアクティブスレッド数を検査し、 アクティブスレッド数が0のThreadGroupのdestroyメソッドを実行する。
doMain(BLogicParam) - クラス のメソッドjp.terasoluna.fw.batch.blogic.AbstractTransactionBLogic
主処理.

E

EAL025001 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
EAL025001 = At the end of the transaction error.
EAL025002 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
EAL025002 = Classloader cannot be taken.
EAL025003 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
EAL025003 = Bean definition default file name is undefined.
EAL025004 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
EAL025004 = Default application context not found. defaultAppContextName:[{0}]
EAL025005 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
EAL025005 = MessageAccessor bean not found. beanName:[{0}]{1}
EAL025006 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
EAL025006 = ApplicationContext is null. batchBeanFileName:[{0}]
EAL025007 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
EAL025007 = Unregistered batch.
EAL025008 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
EAL025008 = ApplicationContext is null.
EAL025009 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
EAL025009 = BLogic bean not found. beanName:[{0}]
EAL025010 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
EAL025010 = Object is null.
EAL025011 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
EAL025011 = setMethod Error.
EAL025012 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
EAL025012 = getMethod Error.
EAL025013 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
EAL025013 = ClassNotFoundException
EAL025014 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
EAL025014 = SecurityException
EAL025015 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
EAL025015 = NoSuchMethodException
EAL025016 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
EAL025016 = Default application context not found. defaultAppContextName:[{0}],dataSourceAppContextName:[{1}]
EAL025017 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
EAL025017 = QueryDAO bean not found. beanName:[{0}]
EAL025018 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
EAL025018 = UpdateDAO bean not found. beanName:[{0}]
EAL025019 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
EAL025019 = TransactionManager bean not found. beanName:[{0}]
EAL025020 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
EAL025020 = queryDAO is null.
EAL025021 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
EAL025021 = updateDAO is null.
EAL025022 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
EAL025022 = transactionManager is null.
EAL025023 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
EAL025023 = System sqlMapClient is null.
EAL025024 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
EAL025024 = Job Record Not Found.
EAL025025 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
EAL025025 = Job status update error.
EAL025026 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
EAL025026 = Job record Not Found. jobSequenceId:{0}
EAL025027 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
EAL025027 = updateBatchStatus Error.
EAL025028 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
EAL025028 = endTransaction error.
EAL025029 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
EAL025029 = ThreadPoolTaskExecutor bean not found. beanName:[{0}]
EAL025030 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
EAL025030 = BatchServant not found. bean name:[{0}]
EAL025031 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
EAL025031 = AsyncBatchExecutor ABNORMAL END
EAL025032 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
EAL025032 = IllegalArgumentException
EAL025033 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
EAL025033 = IllegalAccessException
EAL025034 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
EAL025034 = InvocationTargetException
EAL025035 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
EAL025035 = srcFile is null.
EAL025036 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
EAL025036 = newFile is null.
EAL025037 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
EAL025037 = {0} is not exist.
EAL025038 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
EAL025038 = File control operation was failed.
EAL025039 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
EAL025039 = batchExecutor.selectJobTable error.
EAL025040 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
EAL025040 = batchExecutor.selectJob error.
EAL025041 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
EAL025041 = batchExecutor.updateJobTable error.
EAL025042 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
EAL025042 = batchExecutor.updateJobTable update count error.
EAL025043 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
EAL025043 = batchExecutor.currentTimeReader error.
EAL025044 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
EAL025044 = batchExecutor.currentTimeReader error.
EAL025045 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
EAL025045 = CurrentConnection(end):{0}
EAL025046 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
EAL025046 = {0} parameter is unusual.
EAL025047 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
EAL025047 = Thread starting went wrong.
EAL025048 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
EAL025048 = startTransaction failure:{0}
EAL025049 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
EAL025049 = Job Record Query Error.
EAL025050 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
EAL025050 = Job status update error when update job status to EXECUTING(1).
ENABLE_JOBCOMPONENT_ANNOTATION - クラス のstatic変数jp.terasoluna.fw.batch.executor.AbstractBatchExecutor
JobComponentアノテーション有効化フラグ取得キー.
enableJobComponentAnnotation - クラス の変数jp.terasoluna.fw.batch.executor.AbstractBatchExecutor
JobComponentアノテーション有効化フラグ
endBatchStatus(String, BLogicResult, QueryDAO, UpdateDAO, PlatformTransactionManager) - クラス のメソッドjp.terasoluna.fw.batch.executor.AbstractJobBatchExecutor
ジョブステータス更新(ジョブ終了).
endTransaction(PlatformTransactionManager, TransactionStatus) - クラス のstaticメソッドjp.terasoluna.fw.batch.util.BatchUtil
トランザクションを終了させる(未コミット時ロールバック)
endTransaction(PlatformTransactionManager, TransactionStatus, Log) - クラス のstaticメソッドjp.terasoluna.fw.batch.util.BatchUtil
トランザクションを終了させる(未コミット時ロールバック)
endTransactions(Map<?, ?>, Map<String, TransactionStatus>) - クラス のstaticメソッドjp.terasoluna.fw.batch.util.BatchUtil
トランザクションを終了させる(未コミット時ロールバック)
endTransactions(Map<?, ?>, Map<String, TransactionStatus>, Log) - クラス のstaticメソッドjp.terasoluna.fw.batch.util.BatchUtil
トランザクションを終了させる(未コミット時ロールバック)
ENV_BLOGIC_APP_STATUS - クラス のstatic変数jp.terasoluna.fw.batch.executor.AbstractBatchExecutor
環境変数:業務ステータス.
ENV_CUR_APP_STATUS - クラス のstatic変数jp.terasoluna.fw.batch.executor.AbstractBatchExecutor
環境変数:ステータス.
ENV_JOB_APP_CD - クラス のstatic変数jp.terasoluna.fw.batch.executor.AbstractBatchExecutor
環境変数:ジョブ業務コード.
ENV_JOB_ARG_MAX - クラス のstatic変数jp.terasoluna.fw.batch.executor.AbstractBatchExecutor
環境変数:引数の最大個数.
ENV_JOB_ARG_NM - クラス のstatic変数jp.terasoluna.fw.batch.executor.AbstractBatchExecutor
環境変数:引数.
ENV_JOB_ARG_NM1 - クラス のstatic変数jp.terasoluna.fw.batch.executor.AbstractBatchExecutor
環境変数:引数1.
ENV_JOB_ARG_NM10 - クラス のstatic変数jp.terasoluna.fw.batch.executor.AbstractBatchExecutor
環境変数:引数10.
ENV_JOB_ARG_NM11 - クラス のstatic変数jp.terasoluna.fw.batch.executor.AbstractBatchExecutor
環境変数:引数11.
ENV_JOB_ARG_NM12 - クラス のstatic変数jp.terasoluna.fw.batch.executor.AbstractBatchExecutor
環境変数:引数12.
ENV_JOB_ARG_NM13 - クラス のstatic変数jp.terasoluna.fw.batch.executor.AbstractBatchExecutor
環境変数:引数13.
ENV_JOB_ARG_NM14 - クラス のstatic変数jp.terasoluna.fw.batch.executor.AbstractBatchExecutor
環境変数:引数14.
ENV_JOB_ARG_NM15 - クラス のstatic変数jp.terasoluna.fw.batch.executor.AbstractBatchExecutor
環境変数:引数15.
ENV_JOB_ARG_NM16 - クラス のstatic変数jp.terasoluna.fw.batch.executor.AbstractBatchExecutor
環境変数:引数16.
ENV_JOB_ARG_NM17 - クラス のstatic変数jp.terasoluna.fw.batch.executor.AbstractBatchExecutor
環境変数:引数17.
ENV_JOB_ARG_NM18 - クラス のstatic変数jp.terasoluna.fw.batch.executor.AbstractBatchExecutor
環境変数:引数18.
ENV_JOB_ARG_NM19 - クラス のstatic変数jp.terasoluna.fw.batch.executor.AbstractBatchExecutor
環境変数:引数19.
ENV_JOB_ARG_NM2 - クラス のstatic変数jp.terasoluna.fw.batch.executor.AbstractBatchExecutor
環境変数:引数2.
ENV_JOB_ARG_NM20 - クラス のstatic変数jp.terasoluna.fw.batch.executor.AbstractBatchExecutor
環境変数:引数20.
ENV_JOB_ARG_NM3 - クラス のstatic変数jp.terasoluna.fw.batch.executor.AbstractBatchExecutor
環境変数:引数3.
ENV_JOB_ARG_NM4 - クラス のstatic変数jp.terasoluna.fw.batch.executor.AbstractBatchExecutor
環境変数:引数4.
ENV_JOB_ARG_NM5 - クラス のstatic変数jp.terasoluna.fw.batch.executor.AbstractBatchExecutor
環境変数:引数5.
ENV_JOB_ARG_NM6 - クラス のstatic変数jp.terasoluna.fw.batch.executor.AbstractBatchExecutor
環境変数:引数6.
ENV_JOB_ARG_NM7 - クラス のstatic変数jp.terasoluna.fw.batch.executor.AbstractBatchExecutor
環境変数:引数7.
ENV_JOB_ARG_NM8 - クラス のstatic変数jp.terasoluna.fw.batch.executor.AbstractBatchExecutor
環境変数:引数8.
ENV_JOB_ARG_NM9 - クラス のstatic変数jp.terasoluna.fw.batch.executor.AbstractBatchExecutor
環境変数:引数9.
ENV_JOB_BEAN_DEFINITION_PATH - クラス のstatic変数jp.terasoluna.fw.batch.executor.AbstractBatchExecutor
環境変数:bean定義ファイルパス.
ENV_JOB_SEQ_ID - クラス のstatic変数jp.terasoluna.fw.batch.executor.AbstractBatchExecutor
環境変数:ジョブシーケンスコード.
EVENT_STATUS_NORMAL_TERMINATION - クラス のstatic変数jp.terasoluna.fw.batch.constants.EventConstants
ステータス変更契機:正常終了時.
EVENT_STATUS_START - クラス のstatic変数jp.terasoluna.fw.batch.constants.EventConstants
ステータス変更契機:起動時.
EventConstants - jp.terasoluna.fw.batch.constantsのクラス
イベント定数定義クラス。
EventConstants() - クラス のコンストラクタjp.terasoluna.fw.batch.constants.EventConstants
 
ExceptionHandler - jp.terasoluna.fw.batch.exception.handlerのインタフェース
例外ハンドラインタフェース.
exceptionToStatusMap - クラス の変数jp.terasoluna.fw.batch.exception.handler.DefaultExceptionHandler
例外クラスと返却するステータス値のマップ
Bean定義に例外の型と対応するステータス値とのマッピングを定義することで、例外ごとに返却するステータス値を変えることができる。
execute(BLogicParam) - クラス のメソッドjp.terasoluna.fw.batch.blogic.AbstractTransactionBLogic
バッチ処理実行メソッド.
execute(BLogicParam) - インタフェース のメソッドjp.terasoluna.fw.batch.blogic.BLogic
バッチ処理実行メソッド.
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
バッチクラス実行.
executeJob(AsyncBatchExecutor, ApplicationContext, ThreadPoolTaskExecutor, String, BatchJobListResult) - クラス のstaticメソッドjp.terasoluna.fw.batch.executor.AsyncBatchExecutor
バッチ処理実行.
executeRetryCountMax - クラス のstatic変数jp.terasoluna.fw.batch.executor.AsyncBatchExecutor
ジョブ実行リトライ回数
executeRetryInterval - クラス のstatic変数jp.terasoluna.fw.batch.executor.AsyncBatchExecutor
ジョブ実行リトライ間隔(ミリ秒)
EXECUTOR_END_MONITORING_FILE - クラス のstatic変数jp.terasoluna.fw.batch.executor.AbstractJobBatchExecutor
Executorの常駐モード時の終了フラグ監視ファイル(フルパスで記述)取得用キー.
EXECUTOR_JOB_TERMINATE_WAIT_INTERVAL_TIME - クラス のstatic変数jp.terasoluna.fw.batch.executor.AbstractJobBatchExecutor
Executorのジョブ終了待ちチェック間隔(ミリ秒)取得用キー.
executorEndMonitoringFile - クラス の変数jp.terasoluna.fw.batch.executor.AbstractJobBatchExecutor
Executorの常駐モード時の終了フラグ監視ファイル(フルパスで記述)
executorJobTerminateWaitIntervalTime - クラス の変数jp.terasoluna.fw.batch.executor.AbstractJobBatchExecutor
Executorのジョブ終了待ちチェック間隔(ミリ秒)
executorMain(String[]) - クラス のstaticメソッドjp.terasoluna.fw.batch.executor.AsyncBatchExecutor
エグゼキュータメインメソッド.

F

FastFileUtility - jp.terasoluna.fw.batch.utilのクラス
ファイルコピーを高速に行うユーティリティ。
FastFileUtility() - クラス のコンストラクタjp.terasoluna.fw.batch.util.FastFileUtility
 
FIELD_JOB_ARG - クラス のstatic変数jp.terasoluna.fw.batch.executor.AbstractBatchExecutor
バッチ引数のフィールド名.
findAnnotationOnBean(String, Class<A>) - クラス のメソッドjp.terasoluna.fw.batch.annotation.util.GenericBeanFactoryAccessorEx
 

G

GenericBeanFactoryAccessorEx - jp.terasoluna.fw.batch.annotation.utilのクラス
GenericBeanFactoryAccessorの拡張クラス。
GenericBeanFactoryAccessorEx(ListableBeanFactory) - クラス のコンストラクタjp.terasoluna.fw.batch.annotation.util.GenericBeanFactoryAccessorEx
コンストラクタ
getAddDateTime() - クラス のメソッドjp.terasoluna.fw.batch.executor.vo.BatchJobData
フィールド[addDateTime]のゲッターメソッド 項目の型 [java.sql.Timestamp]
登録日時(ミリ秒)
getApplicationContext(String...) - クラス のstaticメソッドjp.terasoluna.fw.batch.executor.AbstractBatchExecutor
アプリケーションコンテキスト取得.
getBeanFileName(String, BatchJobData) - クラス のメソッドjp.terasoluna.fw.batch.executor.AbstractBatchExecutor
Bean定義ファイル名取得.
getBeansWithAnnotation(Class<? extends Annotation>) - クラス のメソッドjp.terasoluna.fw.batch.annotation.util.GenericBeanFactoryAccessorEx
 
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) - クラス のstaticメソッドjp.terasoluna.fw.batch.util.JobUtil
非推奨です。
getCurrentThreadGroupApplicationContext() - クラス のstaticメソッドjp.terasoluna.fw.batch.executor.ThreadGroupApplicationContextHolder
ApplicationContextを取得する.
getCurrentTime(QueryDAO) - クラス のstaticメソッドjp.terasoluna.fw.batch.util.JobUtil
非推奨です。
getDataSourceBeanFileName() - クラス のstaticメソッドjp.terasoluna.fw.batch.executor.AbstractBatchExecutor
管理用Bean定義(データソース部)ファイル名を取得する。
getDefaultApplicationContext() - クラス のメソッドjp.terasoluna.fw.batch.executor.AbstractBatchExecutor
システム用アプリケーションコンテキスト取得.
getDefaultBeanFileName() - クラス のstaticメソッドjp.terasoluna.fw.batch.executor.AbstractBatchExecutor
管理用Bean定義(基本部)ファイル名を取得する。
getDefaultExceptionHandlerBeanName() - クラス のメソッドjp.terasoluna.fw.batch.executor.AbstractBatchExecutor
デフォルトの例外ハンドラのBean名を取得する.
getDefaultMessageSourceResolvableList(Errors) - クラス のstaticメソッドjp.terasoluna.fw.batch.util.ValidationUtil
ErrorsからDefaultMessageSourceResolvableのリストを取得する
getenv(String) - クラス のstaticメソッドjp.terasoluna.fw.batch.util.JobUtil
指定された環境変数の値を取得する.
getExceptionHandlerBeanName(String) - クラス のメソッドjp.terasoluna.fw.batch.executor.AbstractBatchExecutor
例外ハンドラのBean名を取得する.
getExecutorEndMonitoringFile() - クラス のメソッドjp.terasoluna.fw.batch.executor.AbstractJobBatchExecutor
Executorの常駐モード時の終了フラグ監視ファイル(フルパスで記述)
getExecutorJobTerminateWaitIntervalTime() - クラス のメソッドjp.terasoluna.fw.batch.executor.AbstractJobBatchExecutor
Executorのジョブ終了待ちチェック間隔(ミリ秒)
getFieldErrorList(Errors) - クラス のstaticメソッドjp.terasoluna.fw.batch.util.ValidationUtil
ErrorsからFieldErrorのリストを取得する
getForUpdate() - クラス のメソッドjp.terasoluna.fw.batch.executor.vo.BatchJobManagementParam
フィールド[forUpdate]のゲッターメソッド 項目の型 [boolean]
FOR UPDATEフラグ
getInfoLogEndMsg(String) - クラス のstaticメソッドjp.terasoluna.fw.batch.util.BatchUtil
インフォログの終了メッセージを取得する。
getInfoLogStartMsg(String) - クラス のstaticメソッドjp.terasoluna.fw.batch.util.BatchUtil
インフォログの開始メッセージを取得する。
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
ログ出力用文字列作成
getMemoryInfo() - クラス のstaticメソッドjp.terasoluna.fw.batch.util.BatchUtil
Java 仮想マシンのメモリ総容量、使用量、 使用を試みる最大メモリ容量の情報を返します。
getMessage(String, Object[]) - インタフェース のメソッドjp.terasoluna.fw.batch.message.MessageAccessor
メッセージを取得する。
getMessage(String, Object[]) - クラス のメソッドjp.terasoluna.fw.batch.message.MessageAccessorImpl
メッセージを取得する。
getMessage(String) - クラス のstaticメソッドjp.terasoluna.fw.batch.util.MessageUtil
コードに応じたメッセージを返却する
getMessage(String, Object[]) - クラス のstaticメソッドjp.terasoluna.fw.batch.util.MessageUtil
コードに応じたメッセージを返却する
getMessageId() - 例外 のメソッドjp.terasoluna.fw.batch.exception.BatchException
メッセージIDを取得.
getMethod(Object, String) - クラス のメソッドjp.terasoluna.fw.batch.executor.AbstractBatchExecutor
パラメータ設定.
getObjectErrorList(Errors) - クラス のstaticメソッドjp.terasoluna.fw.batch.util.ValidationUtil
ErrorsからObjectErrorのリストを取得する
getProperties(String, String) - クラス のstaticメソッドjp.terasoluna.fw.batch.util.BatchUtil
.propertiesファイルからグループキー指定で値を取り出す グループキーに合致したキーに対して昇順ソートを行ってから 返却リストへ値をセットしている
getResult() - クラス のメソッドjp.terasoluna.fw.batch.executor.concurrent.BatchServantImpl
ジョブ実行ステータス
getSysQueryDAO() - クラス のメソッドjp.terasoluna.fw.batch.executor.AbstractBatchExecutor
システム用queryDAO定義(ステータス参照・更新用)
getSysTransactionManager() - クラス のメソッドjp.terasoluna.fw.batch.executor.AbstractBatchExecutor
システム用transactionManager定義(ステータス参照・更新用)
getSysUpdateDAO() - クラス のメソッドjp.terasoluna.fw.batch.executor.AbstractBatchExecutor
システム用updateDAO定義(ステータス参照・更新用)
getThreadGroupApplicationContext(ThreadGroup) - クラス のstaticメソッドjp.terasoluna.fw.batch.executor.ThreadGroupApplicationContextHolder
ApplicationContextを取得する.
getThreadMessage() - クラス のメソッドjp.terasoluna.fw.batch.executor.AbstractBatchExecutor
スレッドグループとスレッド名を返すメソッド.
getTransactionDefinition() - クラス のstaticメソッドjp.terasoluna.fw.batch.util.BatchUtil
デフォルトのTransactionDefinitionを取得する
getTransactionDefinition(int, int, int, boolean) - クラス のstaticメソッドjp.terasoluna.fw.batch.util.BatchUtil
デフォルトの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

IAL025001 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
IAL025001 = BATCH START jobSequenceId:[{0}]
IAL025002 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
IAL025002 = Job status update error.
IAL025003 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
IAL025003 = BATCH END jobSequenceId:[{0}] blogicStatus:[{1}]
IAL025004 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
IAL025004 = ステータスが判定基準外(ジョブシーケンスコード:{0} blogicの戻り値:{1} イベント:{2} ジョブレコードのステータス値:{3} 判定:{4})
IAL025005 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
IAL025005 = AsyncBatchExecutor START
IAL025006 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
IAL025006 = jobAppCd:[{0}]
IAL025007 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
IAL025007 = QueryDAO is null.
IAL025008 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
IAL025008 = UpdateDAO is null.
IAL025009 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
IAL025009 = BatchTaskExecutor not found.
IAL025010 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
IAL025010 = Job status update error.
IAL025011 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
IAL025011 = End flag file discovery.
IAL025012 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
IAL025012 = Interrupt is received. exception message:[{0}]
IAL025013 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
IAL025013 = AsyncBatchExecutor END
IAL025014 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
IAL025014 = SyncBatchExecutor START
IAL025015 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
IAL025015 = SyncBatchExecutor END blogicStatus:[{0}]
IAL025016 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
IAL025016 = PlatformTransactionManager is null.
IAL025017 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
IAL025017 = retry: {0} ms, retryMax : {1} ms, retryReset : {2} ms, retryInterval : {3}
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, BatchJobData) - クラス のメソッド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 - クラス のstatic変数jp.terasoluna.fw.batch.executor.AbstractJobBatchExecutor
ジョブの実行間隔(ミリ秒)取得用キー.
JOB_STATUS_EXECUTING - クラス のstatic変数jp.terasoluna.fw.batch.constants.JobStatusConstants
ジョブステータス:実行中.
JOB_STATUS_FAILURE - クラス のstatic変数jp.terasoluna.fw.batch.constants.JobStatusConstants
ジョブステータス:失敗.
JOB_STATUS_PROCESSED - クラス のstatic変数jp.terasoluna.fw.batch.constants.JobStatusConstants
ジョブステータス:処理済.
JOB_STATUS_UNEXECUTION - クラス のstatic変数jp.terasoluna.fw.batch.constants.JobStatusConstants
ジョブステータス:未実施.
JobComponent - jp.terasoluna.fw.batch.annotationの注釈型
ジョブのビジネスロジックに付与するアノテーション。
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.annotation - パッケージ jp.terasoluna.fw.batch.annotation
アノテーション
jp.terasoluna.fw.batch.annotation.util - パッケージ jp.terasoluna.fw.batch.annotation.util
アノテーションユーティリティ
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.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

logActiveThreadGroupsInfo() - クラス のstaticメソッドjp.terasoluna.fw.batch.executor.AsyncBatchExecutor
アクティブThreadGroupsの情報をデバッグログ出力する。
LogId - jp.terasoluna.fw.batch.constantsのクラス
This file was automatically generated.
LogId() - クラス のコンストラクタjp.terasoluna.fw.batch.constants.LogId
 
logOutputTaskExecutor(Log, ThreadPoolTaskExecutor) - クラス のstaticメソッドjp.terasoluna.fw.batch.executor.AsyncBatchExecutor
スレッドプールタスクエグゼキュータのステータスをデバッグログに出力

M

main(String[]) - クラス のstaticメソッドjp.terasoluna.fw.batch.executor.AsyncBatchExecutor
メインメソッド.
main(String[]) - クラス のstaticメソッドjp.terasoluna.fw.batch.executor.SyncBatchExecutor
メインメソッド.
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 - クラス のstatic変数jp.terasoluna.fw.batch.executor.AbstractBatchExecutor
Bean定義ファイル名.

R

releaseSavepoint(TransactionStatus, Object) - クラス のstaticメソッドjp.terasoluna.fw.batch.util.BatchUtil
セーブポイントをリリースする
releaseSavepoint(TransactionStatus, Object, Log) - クラス のstaticメソッドjp.terasoluna.fw.batch.util.BatchUtil
セーブポイントをリリースする
removeApplicationContext() - クラス のstaticメソッドjp.terasoluna.fw.batch.executor.ThreadGroupApplicationContextHolder
ApplicationContextを削除する.
removeMessageAccessor() - クラス のstaticメソッドjp.terasoluna.fw.batch.util.MessageUtil
メッセージソースアクセサを削除する.
REPLACE_STRING_JOB_APP_CD - クラス のstatic変数jp.terasoluna.fw.batch.executor.AbstractBatchExecutor
置換文字列:ジョブ業務コード
REPLACE_STRING_JOB_APP_CD_LOWER - クラス のstatic変数jp.terasoluna.fw.batch.executor.AbstractBatchExecutor
置換文字列:ジョブ業務コード(小文字)
REPLACE_STRING_JOB_APP_CD_UPPER - クラス のstatic変数jp.terasoluna.fw.batch.executor.AbstractBatchExecutor
置換文字列:ジョブ業務コード(大文字)
REPLACE_STRING_JOB_ARG - クラス のstatic変数jp.terasoluna.fw.batch.executor.AbstractBatchExecutor
置換文字列:引数.
REPLACE_STRING_JOB_ARG_MAX - クラス のstatic変数jp.terasoluna.fw.batch.executor.AbstractBatchExecutor
置換文字列:引数の最大個数.
REPLACE_STRING_PREFIX - クラス のstatic変数jp.terasoluna.fw.batch.executor.AbstractBatchExecutor
置換文字列接頭語
REPLACE_STRING_SUFFIX - クラス のstatic変数jp.terasoluna.fw.batch.executor.AbstractBatchExecutor
置換文字列接尾語
replaceString(String, String, BatchJobData) - クラス のメソッドjp.terasoluna.fw.batch.executor.AbstractBatchExecutor
置換文字列を置換する
RetryableExecuteException - jp.terasoluna.fw.batch.executorの例外
非同期バッチエグゼキュータ内のリトライ可能例外。
RetryableExecuteException(Throwable) - 例外 のコンストラクタjp.terasoluna.fw.batch.executor.RetryableExecuteException
コンストラクタ。
rollbackRestartTransaction(PlatformTransactionManager, TransactionStatus) - クラス のstaticメソッドjp.terasoluna.fw.batch.util.BatchUtil
トランザクションをロールバックさせ、トランザクションを再度開始させる
rollbackRestartTransaction(PlatformTransactionManager, TransactionStatus, Log) - クラス のstaticメソッドjp.terasoluna.fw.batch.util.BatchUtil
トランザクションをロールバックさせ、トランザクションを再度開始させる
rollbackRestartTransaction(PlatformTransactionManager, TransactionStatus, TransactionDefinition) - クラス のstaticメソッドjp.terasoluna.fw.batch.util.BatchUtil
トランザクションをロールバックさせ、トランザクションを再度開始させる
rollbackRestartTransaction(PlatformTransactionManager, TransactionStatus, TransactionDefinition, Log) - クラス のstaticメソッドjp.terasoluna.fw.batch.util.BatchUtil
トランザクションをロールバックさせ、トランザクションを再度開始させる
rollbackSavepoint(TransactionStatus, Object) - クラス のstaticメソッドjp.terasoluna.fw.batch.util.BatchUtil
セーブポイントまでロールバックさせる
rollbackSavepoint(TransactionStatus, Object, Log) - クラス のstaticメソッドjp.terasoluna.fw.batch.util.BatchUtil
セーブポイントまでロールバックさせる
rollbackTransaction(PlatformTransactionManager, TransactionStatus) - クラス のstaticメソッドjp.terasoluna.fw.batch.util.BatchUtil
トランザクション開始までロールバックする。
rollbackTransaction(PlatformTransactionManager, TransactionStatus, Log) - クラス のstaticメソッドjp.terasoluna.fw.batch.util.BatchUtil
トランザクション開始までロールバックする。
run() - クラス のメソッドjp.terasoluna.fw.batch.executor.AsyncBatchExecutor.BatchServantTaskEndTracker
BatchServantのrunメソッドの終了時に、 ジョブ実行時に新たに作成されていたThreadGroupを、破棄候補に加える。
run() - クラス のメソッドjp.terasoluna.fw.batch.executor.concurrent.BatchServantImpl
 

S

selectJob(String, boolean, QueryDAO) - クラス のstaticメソッドjp.terasoluna.fw.batch.util.JobUtil
ジョブ1件取得.
selectJobList(QueryDAO) - クラス のstaticメソッドjp.terasoluna.fw.batch.util.JobUtil
ジョブリスト取得.
selectJobList(QueryDAO, int, int) - クラス のstaticメソッドjp.terasoluna.fw.batch.util.JobUtil
ジョブリスト取得.
selectJobList(String, QueryDAO) - クラス のstaticメソッドjp.terasoluna.fw.batch.util.JobUtil
ジョブリスト取得.
selectJobList(String, QueryDAO, int, int) - クラス のstaticメソッドjp.terasoluna.fw.batch.util.JobUtil
ジョブリスト取得.
selectJobList(String, List<String>, QueryDAO, int, int) - クラス のstaticメソッドjp.terasoluna.fw.batch.util.JobUtil
ジョブリスト取得.
setAddDateTime(Timestamp) - クラス のメソッドjp.terasoluna.fw.batch.executor.vo.BatchJobData
フィールド [addDateTime]のセッターメソッド 項目の型 [java.sql.Timestamp]
登録日時(ミリ秒)
setApplicationContext(ApplicationContext) - クラス のstaticメソッドjp.terasoluna.fw.batch.executor.ThreadGroupApplicationContextHolder
ApplicationContextを設定する.
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ステータス
setExceptionToStatusMap(Map<Class<? extends Throwable>, Integer>) - クラス のメソッドjp.terasoluna.fw.batch.exception.handler.DefaultExceptionHandler
例外クラスと返却するステータス値のマップを設定する。
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) - クラス のstaticメソッドjp.terasoluna.fw.batch.util.MessageUtil
メッセージソースアクセサを設定する.
setMethod(Object, String, String) - クラス のメソッドjp.terasoluna.fw.batch.executor.AbstractBatchExecutor
パラメータ設定.
setQueueCapacity(int) - クラス のメソッドjp.terasoluna.fw.batch.executor.concurrent.BatchThreadPoolTaskExecutor
 
setSavepoint(TransactionStatus) - クラス のstaticメソッドjp.terasoluna.fw.batch.util.BatchUtil
セーブポイントを設定する
setSavepoint(TransactionStatus, Log) - クラス のstaticメソッドjp.terasoluna.fw.batch.util.BatchUtil
セーブポイントを設定する
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]
更新日時(ミリ秒)
startBatchStatus(String, QueryDAO, UpdateDAO, PlatformTransactionManager) - クラス のメソッドjp.terasoluna.fw.batch.executor.AbstractJobBatchExecutor
ジョブステータス更新(ジョブ開始).
startTransaction(PlatformTransactionManager) - クラス のstaticメソッドjp.terasoluna.fw.batch.util.BatchUtil
トランザクションを開始させる
startTransaction(PlatformTransactionManager, Log) - クラス のstaticメソッドjp.terasoluna.fw.batch.util.BatchUtil
トランザクションを開始させる
startTransaction(PlatformTransactionManager, int, int, int, boolean) - クラス のstaticメソッドjp.terasoluna.fw.batch.util.BatchUtil
トランザクションを開始させる
startTransaction(PlatformTransactionManager, int, int, int, boolean, Log) - クラス のstaticメソッドjp.terasoluna.fw.batch.util.BatchUtil
トランザクションを開始させる
startTransaction(PlatformTransactionManager, TransactionDefinition) - クラス のstaticメソッドjp.terasoluna.fw.batch.util.BatchUtil
トランザクションを開始させる
startTransaction(PlatformTransactionManager, TransactionDefinition, Log) - クラス のstaticメソッドjp.terasoluna.fw.batch.util.BatchUtil
トランザクションを開始させる
startTransactions(TransactionDefinition, Map<?, ?>) - クラス のstaticメソッドjp.terasoluna.fw.batch.util.BatchUtil
トランザクションを開始させる
startTransactions(TransactionDefinition, Map<?, ?>, Log) - クラス のstaticメソッドjp.terasoluna.fw.batch.util.BatchUtil
トランザクションを開始させる
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 - クラス のstatic変数jp.terasoluna.fw.batch.executor.AbstractBatchExecutor
システム用queryDAO定義(ステータス参照・更新用)取得用キー.
SYSTEM_DATASOURCE_TRANSACTION_MANAGER - クラス のstatic変数jp.terasoluna.fw.batch.executor.AbstractBatchExecutor
システム用transactionManager定義(ステータス参照・更新用)取得用キー.
SYSTEM_DATASOURCE_UPDATE_DAO - クラス のstatic変数jp.terasoluna.fw.batch.executor.AbstractBatchExecutor
システム用updateDAO定義(ステータス参照・更新用)取得用キー.
sysTransactionManager - クラス の変数jp.terasoluna.fw.batch.executor.AbstractBatchExecutor
システム用transactionManager定義(ステータス参照・更新用).
sysUpdateDAO - クラス の変数jp.terasoluna.fw.batch.executor.AbstractBatchExecutor
システム用updateDAO定義(ステータス参照・更新用).

T

TAL025001 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
TAL025001 = MessageAccessor was found. {0}
TAL025002 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
TAL025002 = ExceptionHandler bean not found. beanName:[{0}]
TAL025003 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
TAL025003 = Get ApplicationContext.{0}
TAL025004 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
TAL025004 = Set ApplicationContext.{0}
TAL025005 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
TAL025005 = Remove ApplicationContext.{0}
TAL025006 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
TAL025006 = Get MessageAccessor.{0}
TAL025007 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
TAL025007 = Set MessageAccessor.{0}
TAL025008 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
TAL025008 = Remove MessageAccessor.{0}
TAL025009 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
TAL025009 = MessageAccessor was not found. {0}
TAL025010 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
TAL025010 = {0}
THREAD_GROUP_PREFIX - クラス のstatic変数jp.terasoluna.fw.batch.executor.AsyncBatchExecutor
スレッドグループプリフィックス.
THREAD_GROUP_SEPARATOR - クラス のstatic変数jp.terasoluna.fw.batch.executor.AsyncBatchExecutor
スレッドグループセパレータ.
THREAD_NAME_PREFIX - クラス のstatic変数jp.terasoluna.fw.batch.executor.AsyncBatchExecutor
スレッド名プリフィックス.
THREAD_NAME_SEPARATOR - クラス のstatic変数jp.terasoluna.fw.batch.executor.AsyncBatchExecutor
スレッド名セパレータ.
ThreadGroupApplicationContextHolder - jp.terasoluna.fw.batch.executorのクラス
 
ThreadGroupApplicationContextHolder() - クラス のコンストラクタjp.terasoluna.fw.batch.executor.ThreadGroupApplicationContextHolder
コンストラクタ
threadGroupNo - クラス のstatic変数jp.terasoluna.fw.batch.executor.AsyncBatchExecutor
スレッドグループ番号.
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
ジョブステータス更新.
updateJobStatus(String, String, String, String, QueryDAO, UpdateDAO) - クラス のstaticメソッドjp.terasoluna.fw.batch.util.JobUtil
ジョブレコード更新.

V

validate(Validator, Object) - クラス のstaticメソッドjp.terasoluna.fw.batch.util.ValidationUtil
入力チェックを行う
ValidationUtil - jp.terasoluna.fw.batch.utilのクラス
入力チェックユーティリティ。
ValidationUtil() - クラス のコンストラクタjp.terasoluna.fw.batch.util.ValidationUtil
コンストラクタ

W

WAL025001 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
WAL025001 = MessageAccessor bean not found. beanName:[{0}]{1}
WAL025002 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
WAL025002 = bean definition load error.
WAL025003 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
WAL025003 = Bean definition default file name is undefined.
WAL025004 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
WAL025004 = ApplicationContext is null.{0}
WAL025005 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
WAL025005 = MessageAccessor is null.
WAL025006 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
WAL025006 = replace error. value:[{0}] jobAppCd:[{1}]
WAL025007 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
WAL025007 = An exception occurred.
WAL025008 - クラス のstatic変数jp.terasoluna.fw.batch.constants.LogId
WAL025008 = MessageAccessor is null.{0}
A B C D E F G H I J L M P R S T U V W 

Copyright © 2014 NTT DATA Corporation.