Class OperationExecutionJerseyServerInterceptor
java.lang.Object
kieker.monitoring.probe.aspectj.AbstractAspectJProbe
kieker.monitoring.probe.aspectj.jersey.OperationExecutionJerseyServerInterceptor
- All Implemented Interfaces:
kieker.monitoring.probe.IMonitoringProbe
public class OperationExecutionJerseyServerInterceptor extends AbstractAspectJProbe
- Since:
- 1.12
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringSESSION_ID_ASYNC_TRACE -
Constructor Summary
Constructors Constructor Description OperationExecutionJerseyServerInterceptor()Default constructor. -
Method Summary
Modifier and Type Method Description java.lang.ObjectoperationHandleRequest(org.aspectj.lang.ProceedingJoinPoint thisJoinPoint)Method to intercept incoming request.java.lang.ObjectoperationWriteResponse(org.aspectj.lang.ProceedingJoinPoint thisJoinPoint)Method to intercept outgoing response.Methods inherited from class kieker.monitoring.probe.aspectj.AbstractAspectJProbe
getter, noGetterAndSetter, notWithinKieker, setter, signatureToLongString
-
Field Details
-
SESSION_ID_ASYNC_TRACE
public static final java.lang.String SESSION_ID_ASYNC_TRACE- See Also:
- Constant Field Values
-
-
Constructor Details
-
OperationExecutionJerseyServerInterceptor
public OperationExecutionJerseyServerInterceptor()Default constructor.
-
-
Method Details
-
operationHandleRequest
public java.lang.Object operationHandleRequest(org.aspectj.lang.ProceedingJoinPoint thisJoinPoint) throws java.lang.ThrowableMethod to intercept incoming request.- Returns:
- value of the intercepted method
- Throws:
java.lang.Throwable
-
operationWriteResponse
public java.lang.Object operationWriteResponse(org.aspectj.lang.ProceedingJoinPoint thisJoinPoint) throws java.lang.ThrowableMethod to intercept outgoing response.- Returns:
- value of the intercepted method
- Throws:
java.lang.Throwable
-