- java.lang.Object
-
- dev.jfr4jdbc.interceptor.impl.legacy.LegacyResultSetInterceptor
-
- All Implemented Interfaces:
Interceptor<ResultSetContext>
public class LegacyResultSetInterceptor extends Object implements Interceptor<ResultSetContext>
-
-
Constructor Summary
Constructors Constructor Description LegacyResultSetInterceptor(EventFactory eventFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpostInvoke(ResultSetContext context)voidpreInvoke(ResultSetContext context)
-
-
-
Constructor Detail
-
LegacyResultSetInterceptor
public LegacyResultSetInterceptor(EventFactory eventFactory)
-
-
Method Detail
-
preInvoke
public void preInvoke(ResultSetContext context)
- Specified by:
preInvokein interfaceInterceptor<ResultSetContext>
-
postInvoke
public void postInvoke(ResultSetContext context)
- Specified by:
postInvokein interfaceInterceptor<ResultSetContext>
-
-