|
||||||||||
前 次 | フレームあり フレームなし |
BLogicParam を使用しているパッケージ | |
---|---|
jp.terasoluna.fw.batch.blogic | ビジネスロジック関連 |
jp.terasoluna.fw.batch.executor | エグゼキュータ関連 |
jp.terasoluna.fw.batch.blogic での BLogicParam の使用 |
---|
BLogicParam 型のパラメータを持つ jp.terasoluna.fw.batch.blogic のメソッド | |
---|---|
abstract int |
AbstractTransactionBLogic.doMain(BLogicParam param)
主処理. |
int |
BLogic.execute(BLogicParam param)
バッチ処理実行メソッド. |
int |
AbstractTransactionBLogic.execute(BLogicParam param)
バッチ処理実行メソッド. |
jp.terasoluna.fw.batch.executor での BLogicParam の使用 |
---|
BLogicParam を返す jp.terasoluna.fw.batch.executor のメソッド | |
---|---|
protected BLogicParam |
AbstractBatchExecutor.convertBLogicParam(BatchJobData jobRecord)
バッチジョブレコードデータをBLogicParamに変換する |
BLogicParam 型のパラメータを持つ jp.terasoluna.fw.batch.executor のメソッド | |
---|---|
protected BLogicResult |
AbstractBatchExecutor.executeBatchClass(String blogicBeanName,
String exceptionHandlerBeanName,
BLogicParam param,
org.springframework.context.ApplicationContext context)
バッチクラス実行. |
|
||||||||||
前 次 | フレームあり フレームなし |