IM-ERP Real Connect

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

java.lang.Object
  上位を拡張 jp.co.intra_mart.foundation.sap.common.auth.SapClient
      上位を拡張 jp.co.intra_mart.foundation.sap.common.auth.SapClientNoLoadBalancing
すべての実装されたインタフェース:
Serializable

public class SapClientNoLoadBalancing
extends SapClient

SapClientNoLoadBalancingクラス。
機能は以下の通り。

本クラスのインスタンスは、SapClientManagerから生成することができます。

導入されたバージョン:
6.1
バージョン:
8.0
関連項目:
直列化された形式

入れ子のクラスの概要
 
クラス jp.co.intra_mart.foundation.sap.common.auth.SapClient から継承された入れ子のクラス/インタフェース
SapClient.MyDestinationDataProvider
 
フィールドの概要
 
クラス jp.co.intra_mart.foundation.sap.common.auth.SapClient から継承されたフィールド
connection
 
コンストラクタの概要
protected SapClientNoLoadBalancing(String serverType, String client, String user, String passwd, String lang, String ashost, String sysnr)
          引数にて受け取った接続情報を属性にセットします。
 
メソッドの概要
 String getAshost()
          接続先アプリケーションサーバIPアドレスを取得します。
protected  String getDataDestinationName()
          接続先情報プロパティを取得します。
protected  Properties getDesiinationProperties()
          接続先情報プロパティを取得します。
 String getHost()
          接続先IPアドレスを取得します。
 String getSysnr()
          システム番号を取得します。
protected  void releaseConnection()
          取得したJCOコネクションの開放を行います。
 void setAshost(String ashost)
          接続先アプリケーションサーバIPアドレスを設定します。
 void setSysnr(String sysnr)
          システム番号を設定します。
 String toString()
          デバッグ用のメソッドです。
 
クラス jp.co.intra_mart.foundation.sap.common.auth.SapClient から継承されたメソッド
createClient, getAutoCommit, getClient, getDestinationDataProvider, getIdentifier, getJCOClient, getLang, getPasswd, getServerType, getUser, release, setAutoCommit, setClient, setLang, setPasswd, setUser
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

SapClientNoLoadBalancing

protected SapClientNoLoadBalancing(String serverType,
                                   String client,
                                   String user,
                                   String passwd,
                                   String lang,
                                   String ashost,
                                   String sysnr)
引数にて受け取った接続情報を属性にセットします。

パラメータ:
serverType - サーバータイプ
client - クライアント
user - ユーザー
passwd - パスワード
lang - 言語
ashost - 接続先アプリケーションサーバIPアドレス
sysnr - システム番号
メソッドの詳細

getAshost

public String getAshost()
接続先アプリケーションサーバIPアドレスを取得します。

戻り値:
ashost 設定した接続先アプリケーションサーバIPアドレス

setAshost

public void setAshost(String ashost)
接続先アプリケーションサーバIPアドレスを設定します。

パラメータ:
ashost - 設定する接続先アプリケーションサーバIPアドレス

getDataDestinationName

protected String getDataDestinationName()
接続先情報プロパティを取得します。

定義:
クラス SapClient 内の getDataDestinationName
戻り値:
デフォルトの宛先

getDesiinationProperties

protected Properties getDesiinationProperties()
接続先情報プロパティを取得します。

定義:
クラス SapClient 内の getDesiinationProperties
戻り値:
接続情報プロパティ

releaseConnection

protected void releaseConnection()
                          throws com.sap.conn.jco.JCoException
取得したJCOコネクションの開放を行います。

定義:
クラス SapClient 内の releaseConnection
例外:
com.sap.conn.jco.JCoException - JCO例外

getHost

public String getHost()
接続先IPアドレスを取得します。

定義:
クラス SapClient 内の getHost
戻り値:
String 接続先IPアドレス

getSysnr

public String getSysnr()
システム番号を取得します。

戻り値:
sysnr 設定したシステム番号

setSysnr

public void setSysnr(String sysnr)
システム番号を設定します。

パラメータ:
sysnr - 設定するシステム番号

toString

public String toString()
デバッグ用のメソッドです。

オーバーライド:
クラス SapClient 内の toString
戻り値:
value すべての属性の値

IM-ERP Real Connect

Copyright (c) 2013 NTT DATA INTRAMART CORPORATION.