|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WSOptimizedDataSource
This interface provides APIs that should only be used by advanced users.
Please consult WebSphere support for more information
Method Summary | |
---|---|
java.sql.Connection |
getConnection(long passkey,
boolean shareWithCMPOnly)
This method is used to return a java.sql.Connection. |
Methods inherited from interface javax.sql.DataSource |
---|
getConnection, getConnection, getLoginTimeout, getLogWriter, setLoginTimeout, setLogWriter |
Method Detail |
---|
java.sql.Connection getConnection(long passkey, boolean shareWithCMPOnly) throws java.sql.SQLException
passkey
- long used to verify the legitimacy of the callershareWithCMPOnly
- boolean to indicate the type of returned connection:
java.sql.SQLException
- SQLException will be thrown in the following cases:
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |