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