|
IM-ERP Real Connect | |||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjp.co.intra_mart.foundation.sap.common.auth.SapClient
jp.co.intra_mart.foundation.sap.common.auth.SapClientPool
jp.co.intra_mart.foundation.sap.common.auth.SapClientPoolWithLoadBalancing
public class SapClientPoolWithLoadBalancing
SAPClientPoolクラス。
機能は以下の通り。
SapClientManagerから生成することができます。
| 入れ子のクラスの概要 |
|---|
| クラス jp.co.intra_mart.foundation.sap.common.auth.SapClient から継承された入れ子のクラス/インタフェース |
|---|
SapClient.MyDestinationDataProvider |
| フィールドの概要 |
|---|
| クラス jp.co.intra_mart.foundation.sap.common.auth.SapClient から継承されたフィールド |
|---|
connection |
| コンストラクタの概要 | |
|---|---|
protected |
SapClientPoolWithLoadBalancing(String serverType,
String client,
String user,
String passwd,
String lang,
String mshost,
String r3name,
String group,
String poolName,
int poolSize,
long waitTime,
long connectionTimeout,
long timeoutCheckPeriod)
引数にて受け取った接続情報を属性にセットします。 |
| メソッドの概要 | |
|---|---|
protected String |
getDataDestinationName()
接続先名を取得します。 |
protected Properties |
getDesiinationProperties()
接続先情報プロパティを取得します。 |
String |
getGroup()
グループIDを取得します。 |
String |
getHost()
接続先IPアドレスを取得します。 |
String |
getMshost()
接続先メッセージサーバIPアドレスを取得します。 |
String |
getR3name()
SAPシステム名称を取得します。 |
String |
toString()
デバッグ用のメソッドです。 |
| クラス jp.co.intra_mart.foundation.sap.common.auth.SapClientPool から継承されたメソッド |
|---|
createClient, getConnectionTimeout, getPoolName, getPoolSize, getTimeoutCheckPeriod, getWaitTime, releaseConnection, setClient, setLang, setPasswd, setUser |
| クラス jp.co.intra_mart.foundation.sap.common.auth.SapClient から継承されたメソッド |
|---|
getAutoCommit, getClient, getDestinationDataProvider, getIdentifier, getJCOClient, getLang, getPasswd, getServerType, getUser, release, setAutoCommit |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| コンストラクタの詳細 |
|---|
protected SapClientPoolWithLoadBalancing(String serverType,
String client,
String user,
String passwd,
String lang,
String mshost,
String r3name,
String group,
String poolName,
int poolSize,
long waitTime,
long connectionTimeout,
long timeoutCheckPeriod)
serverType - サーバータイプclient - クライアントuser - ユーザーpasswd - パスワードlang - 言語mshost - 接続先メッセージサーバIPアドレスr3name - SAPシステム名称group - グループIDpoolName - プール名称poolSize - プール内のコネクション数waitTime - コネクション取得の待機時間connectionTimeout - コネクションのタイムアウトtimeoutCheckPeriod - コネクションのタイムアウトのチェック間隔| メソッドの詳細 |
|---|
public String getMshost()
public String getR3name()
public String getGroup()
public String getHost()
SapClient 内の getHostpublic String toString()
SapClientPool 内の toStringprotected String getDataDestinationName()
SapClient 内の getDataDestinationNameprotected Properties getDesiinationProperties()
SapClient 内の getDesiinationProperties
|
IM-ERP Real Connect | |||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||