jp.go.nict.langrid.commons.naming
クラス JNDIUtil

java.lang.Object
  上位を拡張 jp.go.nict.langrid.commons.naming.JNDIUtil

public class JNDIUtil
extends Object

JNDI関連のユーティリティ。

作成者:
Takao Nakaguchi

コンストラクタの概要
JNDIUtil()
           
 
メソッドの概要
static void createSubContextAndBind(Context context, String name, Object value)
          指定された名前のサブコンテキストを作成し、バインドする。
static boolean isDataSourceAvailable(String dataSourceName)
          指定された名前のDataSourceが得られるかどうかを返す。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

JNDIUtil

public JNDIUtil()
メソッドの詳細

isDataSourceAvailable

public static boolean isDataSourceAvailable(String dataSourceName)
指定された名前のDataSourceが得られるかどうかを返す。

パラメータ:
dataSourceName - DataSource名
戻り値:
DataSourceが得られればtrue

createSubContextAndBind

public static void createSubContextAndBind(Context context,
                                           String name,
                                           Object value)
                                    throws NamingException
指定された名前のサブコンテキストを作成し、バインドする。

パラメータ:
context - コンテキスト
name - サブコンテキスト名
value - バインドするリソース
例外:
NamingException - 処理に失敗した