Class SqlScriptStatsServiceImpl.StatementInvocationHandler
Object
StatementInvocationHandler
- All Implemented Interfaces:
InvocationHandler
- Enclosing class:
SqlScriptStatsServiceImpl
public final class SqlScriptStatsServiceImpl.StatementInvocationHandler
extends Object
implements InvocationHandler
Dynamic Proxy Handler. Usado para realizar o monitoramento de statements e seus tempos de
execucao
- Author:
- Joao Bataglia
-
Constructor Summary
ConstructorsConstructorDescriptionStatementInvocationHandler(Statement realStatement) StatementInvocationHandler(Statement realStatement, String query) StatementInvocationHandler(Statement realStatement, String query, String siglaConexao) -
Method Summary
-
Constructor Details
-
StatementInvocationHandler
-
StatementInvocationHandler
-
StatementInvocationHandler
-
-
Method Details
-
invoke
- Specified by:
invokein interfaceInvocationHandler- Throws:
Throwable
-