Package org.jumpmind.driver
Class RandomErrorInterceptor
java.lang.Object
org.jumpmind.driver.WrapperInterceptor
org.jumpmind.driver.StatementInterceptor
org.jumpmind.driver.RandomErrorInterceptor
-
Field Summary
Fields inherited from class org.jumpmind.driver.StatementInterceptor
psArgs, sqlBuilder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
preparedStatementExecute
(String methodName, long elapsed, String sql) protected InterceptResult
preparedStatementPreExecute
(PreparedStatementWrapper ps, String methodName, Object[] parameters) protected boolean
Methods inherited from class org.jumpmind.driver.StatementInterceptor
postExecute, preExecute, preparedStatementPostExecute, statementExecute, statementPostExecute
Methods inherited from class org.jumpmind.driver.WrapperInterceptor
createInterceptor, getWrapped
-
Constructor Details
-
RandomErrorInterceptor
-
-
Method Details
-
preparedStatementPreExecute
protected InterceptResult preparedStatementPreExecute(PreparedStatementWrapper ps, String methodName, Object[] parameters) - Overrides:
preparedStatementPreExecute
in classStatementInterceptor
-
preparedStatementExecute
- Overrides:
preparedStatementExecute
in classStatementInterceptor
-
shouldThrowError
protected boolean shouldThrowError()
-