Searched defs:conObject (Results 1 - 3 of 3) sorted by relevance
| /glassfish-3.1.2/jdbc/jdbc-ra/jdbc30/src/main/java/com/sun/gjc/spi/jdbc30/ |
| H A D | Jdbc30ObjectsFactory.java | 58 * @param conObject Connection 64 public ConnectionHolder getConnection(Connection conObject, argument 74 Connection proxiedConn = getProxiedConnection(conObject, connIntf, sqlTraceDelegator); 78 connection = new ConnectionWrapper30(conObject, mcObject, criObject); 81 connection = new ConnectionHolder30(conObject, mcObject, criObject);
|
| /glassfish-3.1.2/jdbc/jdbc-ra/jdbc-core/src/main/java/com/sun/gjc/spi/ |
| H A D | JdbcObjectsFactory.java | 104 * @param conObject Connection 110 public abstract ConnectionHolder getConnection(Connection conObject, argument 116 protected Connection getProxiedConnection(final Object conObject, Class[] connIntf, argument 121 proxiedConn = (Connection) getProxyObject(conObject, connIntf, sqlTraceDelegator);
|
| /glassfish-3.1.2/jdbc/jdbc-ra/jdbc40/src/main/java/com/sun/gjc/spi/jdbc40/ |
| H A D | Jdbc40ObjectsFactory.java | 68 * @param conObject Connection 74 public ConnectionHolder getConnection(Connection conObject, argument 81 detectJDBC30Connection(conObject, mcObject); 86 Connection proxiedConn = getProxiedConnection(conObject, connIntf, sqlTraceDelegator); 90 connection = new ConnectionWrapper40(conObject, mcObject, criObject, jdbc30Connection); 93 connection = new ConnectionHolder40(conObject, mcObject, criObject, jdbc30Connection);
|
Completed in 36 milliseconds