|
|
| WebLogic Server 7.0 Code Examples, BEA Systems, Inc. |
|
SUMMARY: INNER | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |
examples.jdbc.pool.dynamic
Class DynamicConnectionPoolHelper
java.lang.Object
|
+--examples.jdbc.pool.dynamic.DynamicConnectionPoolHelper
- public class DynamicConnectionPoolHelper
- extends java.lang.Object
This class demonstrates dymamic creation, using and deletion of Connection
Pools via Weblogic management API.
|
Method Summary |
weblogic.management.configuration.JDBCConnectionPoolMBean |
createConnectionPool(java.lang.String pNameOfConnectionPool)
Creates and starts up a Connection Pool using
WebLogic management API. |
void |
deleteConnectionPool(weblogic.management.configuration.JDBCConnectionPoolMBean pConnectionPoolMBean)
Shuts down and deletes Connection Pool from configuratrion
using WebLogic management API. |
| Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DynamicConnectionPoolHelper
public DynamicConnectionPoolHelper()
createConnectionPool
public weblogic.management.configuration.JDBCConnectionPoolMBean createConnectionPool(java.lang.String pNameOfConnectionPool)
throws java.sql.SQLException
- Creates and starts up a Connection Pool using
WebLogic management API.
deleteConnectionPool
public void deleteConnectionPool(weblogic.management.configuration.JDBCConnectionPoolMBean pConnectionPoolMBean)
throws java.sql.SQLException
- Shuts down and deletes Connection Pool from configuratrion
using WebLogic management API.
Copyright © 2002 BEA Systems, Inc. All Rights Reserved.