Uses of Class
dev.jfr4jdbc.interceptor.DriverContext
-
Packages that use DriverContext Package Description dev.jfr4jdbc.interceptor dev.jfr4jdbc.interceptor.impl.instant dev.jfr4jdbc.interceptor.impl.legacy dev.jfr4jdbc.interceptor.impl.period -
-
Uses of DriverContext in dev.jfr4jdbc.interceptor
Methods in dev.jfr4jdbc.interceptor that return types with arguments of type DriverContext Modifier and Type Method Description Interceptor<DriverContext>InterceptorFactory. createDriverInterceptor() -
Uses of DriverContext in dev.jfr4jdbc.interceptor.impl.instant
Methods in dev.jfr4jdbc.interceptor.impl.instant that return types with arguments of type DriverContext Modifier and Type Method Description Interceptor<DriverContext>InstantInterceptorFactory. createDriverInterceptor()Methods in dev.jfr4jdbc.interceptor.impl.instant with parameters of type DriverContext Modifier and Type Method Description voidInstantDriverInterceptor. postInvoke(DriverContext context)voidInstantDriverInterceptor. preInvoke(DriverContext context) -
Uses of DriverContext in dev.jfr4jdbc.interceptor.impl.legacy
Methods in dev.jfr4jdbc.interceptor.impl.legacy that return types with arguments of type DriverContext Modifier and Type Method Description Interceptor<DriverContext>LegacyInterceptorFactory. createDriverInterceptor()Methods in dev.jfr4jdbc.interceptor.impl.legacy with parameters of type DriverContext Modifier and Type Method Description voidLegacyDriverInterceptor. postInvoke(DriverContext context)voidLegacyDriverInterceptor. preInvoke(DriverContext context) -
Uses of DriverContext in dev.jfr4jdbc.interceptor.impl.period
Methods in dev.jfr4jdbc.interceptor.impl.period that return types with arguments of type DriverContext Modifier and Type Method Description Interceptor<DriverContext>PeriodInterceptorFactory. createDriverInterceptor()Methods in dev.jfr4jdbc.interceptor.impl.period with parameters of type DriverContext Modifier and Type Method Description voidPeriodDriverInterceptor. postInvoke(DriverContext context)voidPeriodDriverInterceptor. preInvoke(DriverContext context)
-