|
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.SapClientPoolNoLoadBalancing
public class SapClientPoolNoLoadBalancing
SAPClientPoolクラス。
機能は以下の通り。
SapClientManagerから生成することができます。
| 入れ子のクラスの概要 |
|---|
| クラス jp.co.intra_mart.foundation.sap.common.auth.SapClient から継承された入れ子のクラス/インタフェース |
|---|
SapClient.MyDestinationDataProvider |
| フィールドの概要 |
|---|
| クラス jp.co.intra_mart.foundation.sap.common.auth.SapClient から継承されたフィールド |
|---|
connection |
| コンストラクタの概要 | |
|---|---|
protected |
SapClientPoolNoLoadBalancing(String serverType,
String client,
String user,
String passwd,
String lang,
String ashost,
String sysnr,
String poolName,
int poolSize,
long waitTime,
long connectionTimeout,
long timeoutCheckPeriod)
引数にて受け取った接続情報を属性にセットします。 |
| メソッドの概要 | |
|---|---|
String |
getAshost()
接続先サーバIPアドレスを取得します。 |
protected String |
getDataDestinationName()
接続先名を取得します。 |
protected Properties |
getDesiinationProperties()
接続先情報プロパティを取得します。 |
String |
getHost()
接続先IPアドレスを取得します。 |
String |
getSysnr()
システム番号を取得します。 |
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 SapClientPoolNoLoadBalancing(String serverType,
String client,
String user,
String passwd,
String lang,
String ashost,
String sysnr,
String poolName,
int poolSize,
long waitTime,
long connectionTimeout,
long timeoutCheckPeriod)
serverType - サーバータイプclient - クライアントuser - ユーザーpasswd - パスワードlang - 言語ashost - 接続先サーバIPアドレスsysnr - システム番号poolName - プール名称poolSize - プール内のコネクション数waitTime - コネクション取得の待機時間connectionTimeout - コネクションのタイムアウトtimeoutCheckPeriod - コネクションのタイムアウトのチェック間隔| メソッドの詳細 |
|---|
public String getAshost()
public String getHost()
SapClient 内の getHostpublic String getSysnr()
public String toString()
SapClientPool 内の toStringprotected String getDataDestinationName()
SapClient 内の getDataDestinationNameprotected Properties getDesiinationProperties()
SapClient 内の getDesiinationProperties
|
IM-ERP Real Connect | |||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||