public class AbortOnlyServiceProcessLogImpl extends java.lang.Object implements ServiceProcessLog
ServiceProcessLog.ConditionAction| コンストラクタと説明 |
|---|
AbortOnlyServiceProcessLogImpl(ServiceProcess process)
コンストラクタ
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
setAbortException(java.lang.Exception e)
サービス実行中断の原因となった例外を登録する
|
void |
setAfterConditionAction(ServiceProcessLog.ConditionAction action)
サービスプロセス実行終了条件の判定結果に対するアクションを登録する
|
void |
setAfterConditionResult(boolean result)
サービスプロセス実行終了条件の判定結果を登録する
|
void |
setAfterServiceSession(Session session)
サービスプロセス実行後のセッションの内容を登録する
|
void |
setBeforeConditionAction(ServiceProcessLog.ConditionAction action)
サービスプロセス実行前提条件の判定結果に対するアクションを登録する
|
void |
setBeforeConditionResult(boolean result)
サービスプロセス実行前提条件の判定結果を登録する
|
void |
setBeforeServiceSession(Session session)
サービスプロセス実行前のセッションの内容を登録する
|
java.lang.String |
toAbortLog()
サービスプロセス中断(Abort)ログを文字列にして取得する
|
java.lang.String |
toAfterLog()
サービスプロセス実行後ログを文字列にして取得する
|
java.lang.String |
toBeforeLog()
サービスプロセス実行前ログを文字列にして取得する
|
java.lang.String |
toReturnLog()
サービスプロセス中断(Return)ログを文字列にして取得する
|
public AbortOnlyServiceProcessLogImpl(ServiceProcess process)
processNameKey - 対象プロセス名キーpublic void setBeforeConditionResult(boolean result)
setBeforeConditionResult インタフェース内 ServiceProcessLogresult - 判定結果public void setBeforeConditionAction(ServiceProcessLog.ConditionAction action)
setBeforeConditionAction インタフェース内 ServiceProcessLogaction - 判定結果に従ってとられたアクションpublic void setBeforeServiceSession(Session session)
setBeforeServiceSession インタフェース内 ServiceProcessLogsession - 実行前のセッションpublic void setAfterConditionResult(boolean result)
setAfterConditionResult インタフェース内 ServiceProcessLogresult - 判定結果public void setAfterConditionAction(ServiceProcessLog.ConditionAction action)
setAfterConditionAction インタフェース内 ServiceProcessLogaction - 判定結果に従ってとられたアクションpublic void setAfterServiceSession(Session session)
setAfterServiceSession インタフェース内 ServiceProcessLogsession - 実行後のセッションpublic void setAbortException(java.lang.Exception e)
setAbortException インタフェース内 ServiceProcessLoge - 中断理由となった例外public java.lang.String toBeforeLog()
toBeforeLog インタフェース内 ServiceProcessLogpublic java.lang.String toAfterLog()
toAfterLog インタフェース内 ServiceProcessLogpublic java.lang.String toAbortLog()
toAbortLog インタフェース内 ServiceProcessLogpublic java.lang.String toReturnLog()
toReturnLog インタフェース内 ServiceProcessLog