jp.go.nict.langrid.cosee
クラス AbstractEndpointRewriter.Parameters

java.lang.Object
  上位を拡張 jp.go.nict.langrid.cosee.AbstractEndpointRewriter.Parameters
含まれているクラス:
AbstractEndpointRewriter

@ParameterConfig(prefix="langrid.")
public static class AbstractEndpointRewriter.Parameters
extends Object

パラメータ。

バージョン:
$Revision: 12765 $
作成者:
Takao Nakaguchi, $Author: mori $

フィールドの概要
 String coreNodeUrl
          コアノードのURL。
 int sidCapacity
          サービスIDキャッシュの容量。
 int sidTtlSeconds
          サービスIDキャッシュの有効秒数。
 int tnsCapacity
          targetNamespaceキャッシュの容量。
 int tnsTtlSeconds
          targetNamespaceキャッシュの有効秒数。
 
コンストラクタの概要
AbstractEndpointRewriter.Parameters()
           
 
メソッドの概要
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

coreNodeUrl

@Parameter(defaultValue="http:/")
public String coreNodeUrl
コアノードのURL。


tnsCapacity

@Parameter(name="targetNamespaceCacheSize",
           defaultValue="200")
public int tnsCapacity
targetNamespaceキャッシュの容量。


tnsTtlSeconds

@Parameter(name="targetNamespaceCacheTtlSec",
           defaultValue="600")
public int tnsTtlSeconds
targetNamespaceキャッシュの有効秒数。


sidCapacity

@Parameter(name="serviceIdCacheSize",
           defaultValue="200")
public int sidCapacity
サービスIDキャッシュの容量。


sidTtlSeconds

@Parameter(name="serviceIdCacheTtlSec",
           defaultValue="600")
public int sidTtlSeconds
サービスIDキャッシュの有効秒数。

コンストラクタの詳細

AbstractEndpointRewriter.Parameters

public AbstractEndpointRewriter.Parameters()