|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConnectionWrapperFactory
A ConnectionWrapperFactory is used to create a new ConnectionWrapper object.
Field Summary | |
---|---|
static ConnectionWrapperFactory |
soleInstance
The singleton instance of a ConnectionWrapperFactory |
Method Summary | |
---|---|
ConnectionWrapper |
createConnectionWrapper(java.sql.Connection connection)
Create a connection wrapper based on the provided Connection instance. |
ConnectionWrapper |
createPassiveConnectionWrapper(java.sql.Connection connection)
Create a connection wrapper based on the provided Connection instance. |
Field Detail |
---|
static final ConnectionWrapperFactory soleInstance
Method Detail |
---|
ConnectionWrapper createConnectionWrapper(java.sql.Connection connection)
connection
-
ConnectionWrapper createPassiveConnectionWrapper(java.sql.Connection connection)
connection
-
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |