<< Click to Display Table of Contents >>

OZSchedulerUserDefinedPostTaskExecuteEx


Method Detail

postTaskExecuteSuccess

boolean postTaskExecuteSuccess(oz.util.SortProperties configMap, oz.util.SortProperties exportMap, OZUDEPostTarget target, org.apache.log4j.Category cat) throws OZSchedulerUDEException

タスク実行に成功した場合、その次に実行させる後処理プログラムを実行します。

Parameters:

configMap : タスクを実行するConfig Properties。postTaskExecuteを実行するにはConfig Propertiesにude.classnameを設定する必要があります。

exportMap : タスクを実行するExport Properties

target : タスクの実行後結果オブジェクト

cat : 実行ログ

postTaskExecuteFail

boolean postTaskExecuteFail(oz.util.SortProperties configMap, oz.util.SortProperties exportMap, OZUDEPostTarget target, org.apache.log4j.Category cat) throws OZSchedulerUDEException

タスク実行に失敗した場合、その次に実行させる後処理プログラムを実行します。

Parameters:

configMap : タスクを実行するConfig Properties。postTaskExecuteを実行するにはConfig Propertiesにude.classnameを設定する必要があります。

exportMap : タスクを実行するExport Properties

target : タスクの実行後結果オブジェクト

cat : 実行ログ