Uses of Class
dev.jfr4jdbc.interceptor.CloseContext
-
Packages that use CloseContext Package Description dev.jfr4jdbc.interceptor dev.jfr4jdbc.interceptor.impl.legacy -
-
Uses of CloseContext in dev.jfr4jdbc.interceptor
Methods in dev.jfr4jdbc.interceptor that return types with arguments of type CloseContext Modifier and Type Method Description Interceptor<CloseContext>InterceptorFactory. createCloseInterceptor() -
Uses of CloseContext in dev.jfr4jdbc.interceptor.impl.legacy
Methods in dev.jfr4jdbc.interceptor.impl.legacy that return types with arguments of type CloseContext Modifier and Type Method Description Interceptor<CloseContext>LegacyInterceptorFactory. createCloseInterceptor()Methods in dev.jfr4jdbc.interceptor.impl.legacy with parameters of type CloseContext Modifier and Type Method Description voidLegacyCloseInterceptor. postInvoke(CloseContext context)voidLegacyCloseInterceptor. preInvoke(CloseContext context)
-