|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface ConnectionWrapperFactory.ConnectionCloseHandler
Interface defining an operation to close the wrapped connection
| Method Summary | |
|---|---|
void |
close(Connection connection)
Close the given connection, which was wrapped by the ConnectionWrapperFactory. |
void |
commit(Connection connection)
Commits the underlying transaction |
| Method Detail |
|---|
void close(Connection connection)
connection, which was wrapped by the ConnectionWrapperFactory.
connection - the wrapped connection to close
void commit(Connection connection)
throws SQLException
connection - the wrapped connection to commit
SQLException - when an error occurs while committing the connection
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||