2.4 Resetting the Jolt Connection Pool
You can reset the Jolt connection pool without having to restart
WebLogic Server. The resetConnectionPool()
method
calls the SessionPoolManager.stopSessionPool()
method
to shut down all the connections in the pool. It then calls the
SessionPoolManager.createSessionPool()
method to
restart the connection pool.