er.extensions.jdbc
Interface ERXJDBCUtilities.IConnectionDelegate
- Enclosing class:
- ERXJDBCUtilities
public static interface ERXJDBCUtilities.IConnectionDelegate
IConnectionDelegate is like a closure for connection operations.
- Author:
- mschrag
Method Summary |
void |
processConnection(com.webobjects.eoaccess.EOAdaptorChannel adaptorChannel,
java.sql.Connection conn)
This method is called to give you the opportunity to process a Connection. |
processConnection
void processConnection(com.webobjects.eoaccess.EOAdaptorChannel adaptorChannel,
java.sql.Connection conn)
throws java.lang.Exception
- This method is called to give you the opportunity to process a Connection.
- Parameters:
adaptorChannel
- the original adaptor channelconn
- the JDBC Connection
- Throws:
java.lang.Exception
- if something goes wrong
Copyright © 2002 – 2007 Project Wonder.