|
IM-ERP Real Connect | |||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjp.co.intra_mart.foundation.sap.common.auth.SapClient
jp.co.intra_mart.foundation.sap.common.auth.SapClientPool
public abstract class SapClientPool
SAPClientPoolクラス。
機能は以下の通り。
| 入れ子のクラスの概要 |
|---|
| クラス jp.co.intra_mart.foundation.sap.common.auth.SapClient から継承された入れ子のクラス/インタフェース |
|---|
SapClient.MyDestinationDataProvider |
| フィールドの概要 |
|---|
| クラス jp.co.intra_mart.foundation.sap.common.auth.SapClient から継承されたフィールド |
|---|
connection |
| コンストラクタの概要 | |
|---|---|
protected |
SapClientPool(String serverType,
String client,
String user,
String passwd,
String lang,
String poolName,
int poolSize,
long waitTime,
long connectionTimeout,
long timeoutCheckPeriod)
引数にて受け取った接続情報を属性にセットします。 |
| メソッドの概要 | |
|---|---|
protected com.sap.conn.jco.JCoDestination |
createClient()
JCOコネクションの生成を行います。 |
long |
getConnectionTimeout()
コネクションのタイムアウト時間を取得します。 |
String |
getPoolName()
プール名称を取得します。 |
int |
getPoolSize()
プール内のコネクション数を取得します。 |
long |
getTimeoutCheckPeriod()
コネクションのタイムアウトのチェック間隔を取得します。 |
long |
getWaitTime()
コネクション取得の待機時間を取得します。 |
protected void |
releaseConnection()
JCOコネクションの開放を行います。 |
void |
setClient(String client)
クライアントを設定します。 |
void |
setLang(String lang)
言語を設定します。 |
void |
setPasswd(String passwd)
パスワードを設定します。 |
void |
setUser(String user)
ユーザーを設定します。 |
String |
toString()
デバッグ用のメソッドです。 |
| クラス jp.co.intra_mart.foundation.sap.common.auth.SapClient から継承されたメソッド |
|---|
getAutoCommit, getClient, getDataDestinationName, getDesiinationProperties, getDestinationDataProvider, getHost, getIdentifier, getJCOClient, getLang, getPasswd, getServerType, getUser, release, setAutoCommit |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| コンストラクタの詳細 |
|---|
protected SapClientPool(String serverType,
String client,
String user,
String passwd,
String lang,
String poolName,
int poolSize,
long waitTime,
long connectionTimeout,
long timeoutCheckPeriod)
serverType - サーバータイプclient - クライアントuser - ユーザーpasswd - パスワードlang - 言語poolName - プール名称poolSize - プール内のコネクション数waitTime - コネクション取得の待機時間connectionTimeout - コネクションのタイムアウトtimeoutCheckPeriod - コネクションのタイムアウトのチェック間隔| メソッドの詳細 |
|---|
protected com.sap.conn.jco.JCoDestination createClient()
throws com.sap.conn.jco.JCoException
SapClient 内の createClientcom.sap.conn.jco.JCoException - JCO例外
protected void releaseConnection()
throws com.sap.conn.jco.JCoException
SapClient 内の releaseConnectioncom.sap.conn.jco.JCoException - JCO例外public long getConnectionTimeout()
public String getPoolName()
public int getPoolSize()
public long getTimeoutCheckPeriod()
public long getWaitTime()
public final void setLang(String lang)
SapClient 内の setLanglang - 設定する言語public final void setPasswd(String passwd)
SapClient 内の setPasswdpasswd - 設定するパスワードpublic final void setUser(String user)
SapClient 内の setUseruser - 設定するユーザーpublic final void setClient(String client)
SapClient 内の setClientclient - 設定するクライアントpublic String toString()
SapClient 内の toString
|
IM-ERP Real Connect | |||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||