Kieker 1.12

kieker.monitoring.probe.aspectj.jersey
Class OperationExecutionJerseyServerInterceptor

java.lang.Object
  extended by kieker.monitoring.probe.aspectj.AbstractAspectJProbe
      extended by kieker.monitoring.probe.aspectj.jersey.OperationExecutionJerseyServerInterceptor
All Implemented Interfaces:
IMonitoringProbe

public class OperationExecutionJerseyServerInterceptor
extends AbstractAspectJProbe

Since:
1.12
Author:
Teerat Pitakrat

Field Summary
static java.lang.String SESSION_ID_ASYNC_TRACE
           
 
Constructor Summary
OperationExecutionJerseyServerInterceptor()
          Default constructor.
 
Method Summary
 java.lang.Object operationHandleRequest(org.aspectj.lang.ProceedingJoinPoint thisJoinPoint)
          Method to intercept incoming request.
 java.lang.Object operationWriteResponse(org.aspectj.lang.ProceedingJoinPoint thisJoinPoint)
          Method to intercept outgoing response.
 
Methods inherited from class kieker.monitoring.probe.aspectj.AbstractAspectJProbe
getter, noGetterAndSetter, notWithinKieker, setter, signatureToLongString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SESSION_ID_ASYNC_TRACE

public static final java.lang.String SESSION_ID_ASYNC_TRACE
See Also:
Constant Field Values
Constructor Detail

OperationExecutionJerseyServerInterceptor

public OperationExecutionJerseyServerInterceptor()
Default constructor.

Method Detail

operationHandleRequest

public java.lang.Object operationHandleRequest(org.aspectj.lang.ProceedingJoinPoint thisJoinPoint)
                                        throws java.lang.Throwable
Method 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.Throwable
Method to intercept outgoing response.

Returns:
value of the intercepted method
Throws:
java.lang.Throwable

Kieker 1.12

Copyright 2015 Kieker Project, http://kieker-monitoring.net