|
BEA Systems, Inc. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Interface for JdbcT3 services. T3Clients get access to these services through the T3ClientServices class in weblogic.common.
| Method Summary | |
void |
createPool(java.util.Properties props)
Deprecated. Creates a new connection pool with the properties specified. |
Pool |
getPool(java.lang.String name)
Deprecated. Returns an existing connection pool with the name specified. |
boolean |
poolExists(java.lang.String poolName)
Deprecated. Returns true if a connection pool with the given name exists. |
| Method Detail |
public boolean poolExists(java.lang.String poolName)
throws java.lang.Exception
This is a privileged method, and can only be invoked on a client that has specified an authorized Principal.
name - Name of the pool being looked for
public void createPool(java.util.Properties props)
throws java.lang.Exception
This is a privileged method, and can only be invoked on a client that has specified an authorized Principal.
props - properties of the pool to create
public Pool getPool(java.lang.String name)
throws java.lang.Exception
This is a privileged method, and can only be invoked on a client that has specified an authorized Principal.
name - name of the pool
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs61 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||