public class ServiceProcessBase extends java.lang.Object implements ServiceProcess, java.io.Serializable
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected boolean |
debugFlag
デバッグフラグ
|
protected static org.apache.commons.logging.Log |
log
ロガー
|
protected ServiceProcess |
process
実行プロセス
|
| コンストラクタと説明 |
|---|
ServiceProcessBase(ServiceProcess serviceProcess,
ServiceProcessErrorHandler handler,
ServiceProcessCondition beforeCondition,
ServiceProcessCondition afterCondition,
boolean debugFlag)
コンストラクタ
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Session |
doProcess(Session session)
Processを実行する。
|
java.lang.String |
getServiceName()
サービス名を返す
|
Key |
getServiceNameKey()
サービス名(Key)返す
|
java.lang.String |
getServiceProcessName()
サービスプロセス名を返す
|
Key |
getServiceProcessNameKey()
サービスプロセス名(Key)を返す
|
java.lang.String |
getServiceProcessType()
サービスプロセスのタイプ名を返す
|
Key |
getSessionKey()
SessionVlaueに値を設定するか否か、また設定する際のキーを取得する。
|
java.lang.String |
toString()
サービスプロセスの文字列表現を返す
|
protected ServiceProcess process
protected boolean debugFlag
protected static final org.apache.commons.logging.Log log
public ServiceProcessBase(ServiceProcess serviceProcess, ServiceProcessErrorHandler handler, ServiceProcessCondition beforeCondition, ServiceProcessCondition afterCondition, boolean debugFlag)
serviceProcess - 実行プロセスhandler - エラーハンドラbeforeCondition - 前提条件afterCondition - 終了条件debugFlag - デバッグフラグpublic java.lang.String getServiceProcessName()
getServiceProcessName インタフェース内 ServiceProcesspublic Key getServiceProcessNameKey()
getServiceProcessNameKey インタフェース内 ServiceProcesspublic java.lang.String getServiceProcessType()
getServiceProcessType インタフェース内 ServiceProcesspublic Key getSessionKey()
getSessionKey インタフェース内 ServiceProcessgetSessionKey インタフェース内 ServiceProcessHelperpublic Session doProcess(Session session) throws ServiceProcessException, FatalException
doProcess インタフェース内 ServiceProcessdoProcess インタフェース内 ServiceProcessHelpersession - サービス実行セッションServiceProcessException - サービスプロセス実行で業務的なエラーが発生FatalException - サービスプロセス実行で致命的エラーが発生public java.lang.String getServiceName()
getServiceName インタフェース内 ServiceProcesspublic Key getServiceNameKey()
getServiceNameKey インタフェース内 ServiceProcesspublic java.lang.String toString()
toString クラス内 java.lang.Object