jp.go.nict.langrid.servicesupervisor.invocationprocessor.executor
クラス ExecutorParams

java.lang.Object
  上位を拡張 jp.go.nict.langrid.servicesupervisor.invocationprocessor.executor.ExecutorParams

@ParameterConfig(prefix="langrid.")
public class ExecutorParams
extends Object

Executorのパラメータ。

作成者:
Takao Nakaguchi

フィールドの概要
 String activeBpelAppAuthKey
          Active BPELのアプリケーション認証キー。
 String activeBpelServicesUrl
          Active BPELのサービス提供URL。
 int atomicServiceConnectionTimeout
          原子サービス実行時の接続タイムアウトミリ秒数。
 int atomicServiceReadTimeout
          原子サービス実行時の読み出しタイムアウトミリ秒数。
 int compositeServiceConnectionTimeout
          複合サービス実行時の接続タイムアウトミリ秒数。
 int compositeServiceReadTimeout
          複合サービス実行時の読み出しタイムアウトミリ秒数。
 URL compositeServiceTransferURL
          複合サービス転送先URL。
 String defaultProtocol
          サービス呼出のデフォルトプロトコル。
 int interGridCallConnectionTimeout
          グリッド間呼出実行時の接続タイムアウトミリ秒数。
 int interGridCallReadTimeout
          グリッド間呼出実行時の読み出しタイムアウトミリ秒数。
 String javaEngineAppAuthKey
           
 int maxCallNest
          最大呼び出しネスト数。
 boolean webappTimeoutEnabled
           
 
コンストラクタの概要
ExecutorParams()
           
 
メソッドの概要
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

activeBpelServicesUrl

@Parameter
public String activeBpelServicesUrl
Active BPELのサービス提供URL。(例: http://localhost/active-bpel/services)


activeBpelAppAuthKey

@Parameter
public String activeBpelAppAuthKey
Active BPELのアプリケーション認証キー。


javaEngineAppAuthKey

@Parameter
public String javaEngineAppAuthKey

maxCallNest

@Parameter(defaultValue="16")
public int maxCallNest
最大呼び出しネスト数。


webappTimeoutEnabled

@Parameter(defaultValue="false")
public boolean webappTimeoutEnabled

atomicServiceConnectionTimeout

@Parameter(defaultValue="10000")
public int atomicServiceConnectionTimeout
原子サービス実行時の接続タイムアウトミリ秒数。


atomicServiceReadTimeout

@Parameter(defaultValue="10000")
public int atomicServiceReadTimeout
原子サービス実行時の読み出しタイムアウトミリ秒数。


compositeServiceConnectionTimeout

@Parameter(defaultValue="10000")
public int compositeServiceConnectionTimeout
複合サービス実行時の接続タイムアウトミリ秒数。


compositeServiceReadTimeout

@Parameter(defaultValue="10000")
public int compositeServiceReadTimeout
複合サービス実行時の読み出しタイムアウトミリ秒数。


compositeServiceTransferURL

@Parameter
public URL compositeServiceTransferURL
複合サービス転送先URL。


interGridCallConnectionTimeout

@Parameter(defaultValue="10000")
public int interGridCallConnectionTimeout
グリッド間呼出実行時の接続タイムアウトミリ秒数。


interGridCallReadTimeout

@Parameter(defaultValue="30000")
public int interGridCallReadTimeout
グリッド間呼出実行時の読み出しタイムアウトミリ秒数。


defaultProtocol

@Parameter(defaultValue="SOAP_RPC_ENCODED")
public String defaultProtocol
サービス呼出のデフォルトプロトコル。

コンストラクタの詳細

ExecutorParams

public ExecutorParams()