public interface ServiceProcessIterator extends ServiceProcess
修飾子とタイプ | メソッドと説明 |
---|---|
Key |
getIteratorItemKey()
繰り返し実行時に繰り返しitemが設定されるsessionKeyを返す。
|
Key |
getSessionKey()
繰り返し後、実行結果が設定されるsessionKeyを返す。
|
java.util.List |
iterator(Session session)
繰り返し処理を実行する
|
doProcess, getServiceName, getServiceNameKey, getServiceProcessName, getServiceProcessNameKey, getServiceProcessType
Key getIteratorItemKey()
Key getSessionKey()
getSessionKey
インタフェース内 ServiceProcess
getSessionKey
インタフェース内 ServiceProcessHelper
java.util.List iterator(Session session) throws ServiceProcessException, FatalException
session
- 実行セッションServiceProcessException
- プロセス実行でエラー発生FatalException
- 致命的なエラー発生