|
IM-ERP Real Connect | |||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjp.co.intra_mart.foundation.sap.common.auth.SapClient
jp.co.intra_mart.foundation.sap.common.auth.SapClientNoLoadBalancing
public class SapClientNoLoadBalancing
SapClientNoLoadBalancingクラス。
機能は以下の通り。
SapClientManagerから生成することができます。
| 入れ子のクラスの概要 |
|---|
| クラス 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 |
| コンストラクタの詳細 |
|---|
protected SapClientNoLoadBalancing(String serverType,
String client,
String user,
String passwd,
String lang,
String ashost,
String sysnr)
serverType - サーバータイプclient - クライアントuser - ユーザーpasswd - パスワードlang - 言語ashost - 接続先アプリケーションサーバIPアドレスsysnr - システム番号| メソッドの詳細 |
|---|
public String getAshost()
public void setAshost(String ashost)
ashost - 設定する接続先アプリケーションサーバIPアドレスprotected String getDataDestinationName()
SapClient 内の getDataDestinationNameprotected Properties getDesiinationProperties()
SapClient 内の getDesiinationProperties
protected void releaseConnection()
throws com.sap.conn.jco.JCoException
SapClient 内の releaseConnectioncom.sap.conn.jco.JCoException - JCO例外public String getHost()
SapClient 内の getHostpublic String getSysnr()
public void setSysnr(String sysnr)
sysnr - 設定するシステム番号public String toString()
SapClient 内の toString
|
IM-ERP Real Connect | |||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||