Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-02

weblogic.jdbc.common
Interface JdbcServicesDef


Deprecated. 9.0.0.0

public interface JdbcServicesDef

Interface for JdbcT3 services. T3Clients get access to these services through the T3ClientServices class in weblogic.common.


Method Summary
 void resetPool(String poolName)
          Deprecated.  
 void shrinkPool(String poolName)
          Deprecated.  
 

Method Detail

resetPool

void resetPool(String poolName)
               throws Exception
Deprecated. 

Resets the named database ConnectionPool by shutting down and reestablishing all the allocated connections. This method should only be called when the connection pool is known to be in a bad state, such as after the database has gone down and been brought back up.

This is a privileged method, and can only be invoked on a T3Client that has specified a T3User of "system" and supplies the system password.

Parameters:
poolName - Name of the pool to reset
Throws:
Exception - if there is an error

shrinkPool

void shrinkPool(String poolName)
                throws Exception
Deprecated. 

Shrinks the named database ConnectionPool to the max of the currently reserved connections of the initial size.

This is a privileged method, and can only be invoked on a T3Client that has specified a T3User of "system" and supplies the system password.

Parameters:
poolName - Name of the pool to reset
Throws:
Exception - if there is an error

Copyright 1996, 2013, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-02