2.4 Jolt接続プールのリセット
WebLogic Serverを再起動しなくても、Jolt接続プールをリセットできます。resetConnectionPool()
メソッドは、SessionPoolManager.stopSessionPool()
メソッドを呼び出して、プール内のすべての接続を停止します。次に、SessionPoolManager.createSessionPool()
メソッドを呼び出して、接続プールを再起動します。
WebLogic Serverを再起動しなくても、Jolt接続プールをリセットできます。resetConnectionPool()
メソッドは、SessionPoolManager.stopSessionPool()
メソッドを呼び出して、プール内のすべての接続を停止します。次に、SessionPoolManager.createSessionPool()
メソッドを呼び出して、接続プールを再起動します。