|
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)
Creates a new pool with the properties specified. |
Pool |
getPool(java.lang.String name)
Returns an existing pool with the name specified. |
boolean |
poolExists(java.lang.String poolName)
Does a pool with the given name exist? |
| 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://www.weblogic.com/docs51 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||