<ExceptionHandler>
セクション:
Service (ジョブスケジュールプロセッサのみ)
必須:
不要
値のタイプ:
Java クラス名
初期設定値:
com.osm.automation.jsproc.JobScheduleProcessorExceptionHandler
製品:
Creo Elements/Direct Manager Java Services
説明
このタグを使用して、カスタマイズした例外ハンドラクラスを追加し、ジョブ実行の問題を処理することができます。com.osm.automation.jsproc.JobScheduleProcessorExceptionHandler クラスの派生クラスでなければなりません。
この例では、タグの有効な設定を示します。
<ExceptionHandler java_class=\u201dcom.acme.jsproc.MyJobScheduleProcessorExceptionHandler\u201d>
<ReportPersistentProblemsAfterMinutes>1440</ReportPersistentProblemsAfterMinutes>
</ExceptionHandler>
これは役に立ちましたか?