|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use CremeAction | |
| org.jcreme.sql | |
| Uses of CremeAction in org.jcreme.sql |
| Methods in org.jcreme.sql that return CremeAction | |
CremeAction |
WrappedConnection.getRollBackAction()
Gives access to the action that enables to rollback this Connection. |
CremeAction |
WrappedConnection.getLossOfConnectionAction()
Gives access to the action that enables to close this Connection in case of loss of connection. |
| Methods in org.jcreme.sql with parameters of type CremeAction | |
int |
DefaultSQLExceptionHandler.handleException(java.sql.SQLException e,
CremeAction rollback,
CremeAction lossOfConnection)
This method handles an SQLException. |
int |
DefaultSQLExceptionHandler.handleException(java.sql.SQLException e,
CremeAction rollback,
CremeAction lossOfConnection,
CremeAction redo)
This method handles an SQLException. |
protected int |
DefaultSQLExceptionHandler.handleConnectionClosed(CremeAction lossOfConnection)
This method enables to execute when the connection is closed. |
protected int |
DefaultSQLExceptionHandler.handleRolledBackDeadLock(CremeAction rollback)
This method enables to execute the rollback. |
protected int |
DefaultSQLExceptionHandler.handlePlainDeadLock(CremeAction redo)
This method enables to apply the redo action for numberOfTries times until it succeeds. |
int |
SQLExceptionHandler.handleException(java.sql.SQLException e,
CremeAction rollback,
CremeAction lossOfConnection)
This method handles an SQLException. |
int |
SQLExceptionHandler.handleException(java.sql.SQLException e,
CremeAction rollback,
CremeAction lossOfConnection,
CremeAction redo)
This method handles an SQLException. |
protected int |
WrappedConnection.manageException(java.sql.SQLException e,
CremeAction redo)
This method enables the Connection to handle the exceptions. |
protected int |
WrappedResultSet.manageException(java.sql.SQLException e,
CremeAction redo)
This method enables to call upon an ExceptionHandler to manage the given exception. |
protected int |
WrappedStatement.manageException(java.sql.SQLException e,
CremeAction redo)
This method enables to call upon an ExceptionHandler to manage the given exception. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||