Uses of Class
dev.jfr4jdbc.interceptor.CloseContext
-
Packages that use CloseContext Package Description dev.jfr4jdbc.interceptor dev.jfr4jdbc.interceptor.impl.instant dev.jfr4jdbc.interceptor.impl.legacy dev.jfr4jdbc.interceptor.impl.period -
-
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.instant
Methods in dev.jfr4jdbc.interceptor.impl.instant that return types with arguments of type CloseContext Modifier and Type Method Description Interceptor<CloseContext>InstantInterceptorFactory. createCloseInterceptor()Methods in dev.jfr4jdbc.interceptor.impl.instant with parameters of type CloseContext Modifier and Type Method Description voidInstantCloseInterceptor. postInvoke(CloseContext context)voidInstantCloseInterceptor. preInvoke(CloseContext context) -
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) -
Uses of CloseContext in dev.jfr4jdbc.interceptor.impl.period
Methods in dev.jfr4jdbc.interceptor.impl.period that return types with arguments of type CloseContext Modifier and Type Method Description Interceptor<CloseContext>PeriodInterceptorFactory. createCloseInterceptor()Methods in dev.jfr4jdbc.interceptor.impl.period with parameters of type CloseContext Modifier and Type Method Description voidPeriodCloseInterceptor. postInvoke(CloseContext context)voidPeriodCloseInterceptor. preInvoke(CloseContext context)
-