public class ServiceProcessLoopImpl extends java.lang.Object implements ServiceProcessLoop, java.io.Serializable
コンストラクタと説明 |
---|
ServiceProcessLoopImpl(ServiceProcessLoopSchema schema)
コンストラクタ
|
修飾子とタイプ | メソッドと説明 |
---|---|
Session |
doProcess(Session session)
Processを実行する。
|
java.lang.String |
getServiceName()
サービス名を返す
|
Key |
getServiceNameKey()
サービス名キーを返す
|
java.lang.String |
getServiceProcessName()
サービスプロセス名を返す
|
Key |
getServiceProcessNameKey()
サービスプロセス名(Key)を返す
|
java.lang.String |
getServiceProcessType()
サービスプロセスのタイプ名を返す
|
Key |
getSessionKey()
SessionVlaueに値を設定するか否か、また設定する際のキーを取得する。
|
Session |
loop(Session session)
繰り返し処理を実行する
|
java.lang.String |
toString()
このオブジェクトの文字列表現を返す
|
public ServiceProcessLoopImpl(ServiceProcessLoopSchema schema)
schema
- public Session loop(Session session) throws ServiceProcessException, FatalException
loop
インタフェース内 ServiceProcessLoop
session
- 実行セッションServiceProcessException
- プロセス実行でエラー発生FatalException
- 致命的なエラー発生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 getServiceProcessName()
getServiceProcessName
インタフェース内 ServiceProcess
public Key getServiceProcessNameKey()
getServiceProcessNameKey
インタフェース内 ServiceProcess
public java.lang.String getServiceProcessType()
getServiceProcessType
インタフェース内 ServiceProcess
public Key getSessionKey()
getSessionKey
インタフェース内 ServiceProcess
getSessionKey
インタフェース内 ServiceProcessHelper
public java.lang.String toString()
toString
クラス内 java.lang.Object