|
IM-ERP Real Connect | |||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjp.co.intra_mart.foundation.sap.common.auth.SapClient
jp.co.intra_mart.foundation.sap.common.auth.SapClientWithLoadBalancing
public class SapClientWithLoadBalancing
SAPClientPoolクラス。
機能は以下の通り。
SapClientManagerから生成することができます。
| 入れ子のクラスの概要 |
|---|
| クラス jp.co.intra_mart.foundation.sap.common.auth.SapClient から継承された入れ子のクラス/インタフェース |
|---|
SapClient.MyDestinationDataProvider |
| フィールドの概要 |
|---|
| クラス jp.co.intra_mart.foundation.sap.common.auth.SapClient から継承されたフィールド |
|---|
connection |
| コンストラクタの概要 | |
|---|---|
protected |
SapClientWithLoadBalancing(String serverType,
String client,
String user,
String passwd,
String lang,
String mshost,
String r3name,
String group)
引数にて受け取った接続情報を属性にセットします。 |
| メソッドの概要 | |
|---|---|
protected String |
getDataDestinationName()
接続先名を取得します。 |
protected Properties |
getDesiinationProperties()
接続先情報プロパティを取得します。 |
String |
getGroup()
グループIDを取得します。 |
String |
getHost()
接続先IPアドレスを取得します。 |
String |
getMshost()
接続先メッセージサーバIPアドレスを取得します。 |
String |
getR3name()
SAPシステム名称を取得します。 |
protected void |
releaseConnection()
取得したJCOコネクションの開放を行います。 |
void |
setGroup(String group)
グループIDを設定します。 |
void |
setMshost(String mshost)
接続先メッセージサーバIPアドレスを設定します。 |
void |
setR3name(String r3name)
SAPシステム名称を設定します。 |
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 SapClientWithLoadBalancing(String serverType,
String client,
String user,
String passwd,
String lang,
String mshost,
String r3name,
String group)
serverType - サーバータイプclient - クライアントuser - ユーザーpasswd - パスワードlang - 言語mshost - 接続先メッセージサーバIPアドレスr3name - SAPシステム名称group - グループID| メソッドの詳細 |
|---|
public String getMshost()
public void setMshost(String mshost)
mshost - 設定する接続先メッセージサーバIPアドレスpublic String getR3name()
public void setR3name(String r3name)
r3name - 設定するSAPシステム名称public String getGroup()
public void setGroup(String group)
group - 設定するグループIDprotected 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 toString()
SapClient 内の toString
|
IM-ERP Real Connect | |||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||