IM-ERP Real Connect

jp.co.intra_mart.foundation.sap.common.auth
クラス SapAuthInfoBundle

java.lang.Object
  上位を拡張 jp.co.intra_mart.foundation.sap.common.auth.SapAuthInfoBundle

public final class SapAuthInfoBundle
extends Object

接続情報初期値取得クラス。
機能は以下の通り。

バージョン:
8.0

メソッドの概要
static String getProperty(String propertyName)
          引数で指定されたプロパティの値を返却します。
static String getProperty(String serverType, String propertyName)
          引数で指定されたプロパティの値を返却します。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

メソッドの詳細

getProperty

public static String getProperty(String propertyName)
                          throws SAPAuthSystemException
引数で指定されたプロパティの値を返却します。

また、プロパティが存在しない場合、nullを返却します。

パラメータ:
propertyName - プロパティ名
戻り値:
プロパティ値またはnull
例外:
SAPAuthSystemException - 認証系システム例外処理

getProperty

public static String getProperty(String serverType,
                                 String propertyName)
                          throws SAPAuthSystemException
引数で指定されたプロパティの値を返却します。

プロパティが存在しない場合、nullを返却します。

パラメータ:
serverType - サーバタイプ
propertyName - プロパティ名
戻り値:
プロパティ値またはnull
例外:
SAPAuthSystemException - 認証系システム例外処理

IM-ERP Real Connect

Copyright (c) 2013 NTT DATA INTRAMART CORPORATION.