<< Click to Display Table of Contents >>

OZSchedulerUserDefinedPostTaskExecuteEx

This interface provides a method to execute specific functions after successful completion of task execution.


Method Detail

postTaskExecuteSuccess

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

If successful execution of the task, and then run the post-processing program to be executed next.

Parameters:

configMap - Config Properties

exportMap - Export Properties

target - Target

cat - Execution log

postTaskExecuteFail

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

If failed execution of the task, and then run the post-processing program to be executed next.

Parameters:

configMap - Config Properties

exportMap - Export Properties

target - Target

cat - Execution log