Uses of Interface
dev.jfr4jdbc.interceptor.Interceptor
-
Packages that use Interceptor Package Description dev.jfr4jdbc.interceptor dev.jfr4jdbc.interceptor.impl.legacy -
-
Uses of Interceptor in dev.jfr4jdbc.interceptor
Methods in dev.jfr4jdbc.interceptor that return Interceptor Modifier and Type Method Description Interceptor<CancelContext>InterceptorFactory. createCancelInterceptor()Interceptor<CloseContext>InterceptorFactory. createCloseInterceptor()Interceptor<CommitContext>InterceptorFactory. createCommitInterceptor()Interceptor<DataSourceContext>InterceptorFactory. createDataSourceInterceptor()Interceptor<DriverContext>InterceptorFactory. createDriverInterceptor()Interceptor<ResultSetContext>InterceptorFactory. createResultSetInterceptor()Interceptor<RollbackContext>InterceptorFactory. createRollbackInterceptor()Interceptor<StatementContext>InterceptorFactory. createStatementInterceptor() -
Uses of Interceptor in dev.jfr4jdbc.interceptor.impl.legacy
Classes in dev.jfr4jdbc.interceptor.impl.legacy that implement Interceptor Modifier and Type Class Description classLegacyCancelInterceptorclassLegacyCloseInterceptorclassLegacyCommitInterceptorclassLegacyDataSourceInterceptorclassLegacyDriverInterceptorclassLegacyResultSetInterceptorclassLegacyRollbackInterceptorclassLegacyStatementInterceptorMethods in dev.jfr4jdbc.interceptor.impl.legacy that return Interceptor Modifier and Type Method Description Interceptor<CancelContext>LegacyInterceptorFactory. createCancelInterceptor()Interceptor<CloseContext>LegacyInterceptorFactory. createCloseInterceptor()Interceptor<CommitContext>LegacyInterceptorFactory. createCommitInterceptor()Interceptor<DataSourceContext>LegacyInterceptorFactory. createDataSourceInterceptor()Interceptor<DriverContext>LegacyInterceptorFactory. createDriverInterceptor()Interceptor<ResultSetContext>LegacyInterceptorFactory. createResultSetInterceptor()Interceptor<RollbackContext>LegacyInterceptorFactory. createRollbackInterceptor()Interceptor<StatementContext>LegacyInterceptorFactory. createStatementInterceptor()
-