public class ServiceProcessLoopSchema
extends java.lang.Object
implements java.io.Serializable
コンストラクタと説明 |
---|
ServiceProcessLoopSchema(Key serviceNameKey,
Key processNamekey,
Key sessionValueKey,
Key counterKey,
java.lang.String initialString,
java.lang.String updateString,
ServiceProcessLoopCondition loopCondition,
ServiceProcess serviceProcess,
Resource resource)
コンストラクタ
|
修飾子とタイプ | メソッドと説明 |
---|---|
Key |
getCounterKey()
ループカウンタのセッションキーを返す
|
java.lang.String |
getInitialString()
ループパラメータの初期値を表す文字列を返す
|
SessionValueProducer |
getInitialValueProducer()
ループパラメータの初期値を取得するためのServiceSessionValueProducerを取得する
|
PathContextFactory |
getPathContextFactory()
PathContextFactoryを取得する
|
Key |
getServiceNameKey()
サービス名キーを返す
|
ServiceProcess |
getServiceProcess()
繰り返し対象のプロセスを返す
|
ServiceProcessLoopCondition |
getServiceProcessLoopCondition()
ループ継続条件を取得する
|
Key |
getServiceProcessNameKey()
サービスプロセス名キーを返す
|
Key |
getSessionKey()
ループパラメータのセッションキーを返す
|
java.lang.String |
getUpdateString()
ループパラメータの更新値を表す文字列を返す
|
SessionValueProducer |
getUpdateValueProducer()
ループパラメータの更新値を取得するためのServiceSessionValueProducerを取得する
|
java.lang.String |
toString()
このオブジェクトの文字列表現を返す
|
public ServiceProcessLoopSchema(Key serviceNameKey, Key processNamekey, Key sessionValueKey, Key counterKey, java.lang.String initialString, java.lang.String updateString, ServiceProcessLoopCondition loopCondition, ServiceProcess serviceProcess, Resource resource)
serviceNameKey
- サービス名キーprocessNamekey
- プロセス名キーsessionValueKey
- ループパラメータのセッションキーcounterKey
- ループカウンタの格納セッションキーinitialString
- ループパラメータの初期値を表す文字列updateString
- ループパラメータの更新値を表す文字列loopCondition
- ループ継続条件pathContextFactory
- PathContextのFactorypublic Key getServiceNameKey()
public Key getServiceProcessNameKey()
public Key getSessionKey()
public Key getCounterKey()
public java.lang.String getInitialString()
public SessionValueProducer getInitialValueProducer()
public SessionValueProducer getUpdateValueProducer()
public java.lang.String getUpdateString()
public ServiceProcessLoopCondition getServiceProcessLoopCondition()
public ServiceProcess getServiceProcess()
public PathContextFactory getPathContextFactory()
public java.lang.String toString()
toString
クラス内 java.lang.Object