ServiceProcessが共通に行うべき処理を行う。
修飾子とタイプ | フィールドと説明 |
---|---|
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
インタフェース内 ServiceProcess
public Key getServiceProcessNameKey()
getServiceProcessNameKey
インタフェース内 ServiceProcess
public java.lang.String getServiceProcessType()
getServiceProcessType
インタフェース内 ServiceProcess
public Key getSessionKey()
getSessionKey
インタフェース内 ServiceProcess
getSessionKey
インタフェース内 ServiceProcessHelper
public Session doProcess(Session session) throws ServiceProcessException, FatalException
doProcess
インタフェース内 ServiceProcess
doProcess
インタフェース内 ServiceProcessHelper
session
- サービス実行セッションServiceProcessException
- サービスプロセス実行で業務的なエラーが発生FatalException
- サービスプロセス実行で致命的エラーが発生public java.lang.String getServiceName()
getServiceName
インタフェース内 ServiceProcess
public Key getServiceNameKey()
getServiceNameKey
インタフェース内 ServiceProcess
public java.lang.String toString()
toString
クラス内 java.lang.Object